Skip to content

Commit aa416e4

Browse files
committed
Release 0.4.5
Point release that primarily allows subrepos that share a substring and added the --file option to allow commit messages that are to complicated for the -m option.
1 parent 1b06cbf commit aa416e4

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

Changes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
---
2+
version: 0.4.5
3+
date: Thu 22 Sep 2022 23:03:24 PM EST
4+
- Add --file option
5+
- Fix git subrepo status command for subrepos that share a common prefix. Closes #534.
6+
- Don't allow -b and --all
7+
- Fix documentation links
8+
- fix tests to support use of a default branch git config that is not "master"
9+
- pass --force to git add so a user's global .gitignore does not affect tests
10+
- Fix .rc and enable-completion.sh for zsh before 5.1
11+
- Better format for options
12+
- The `fpath` variable is an array; expand correctly
13+
---
214
version: 0.4.3
315
date: Sat 21 Nov 2020 03:28:43 PM EST
416
- Apply PR#511 to fix a 0.4.2 regression in zsh

Meta

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
=meta: 0.0.2
22

33
name: git-subrepo
4-
version: 0.4.3
4+
version: 0.4.5
55
abstract: Git Submodule Alternative
66
homepage: https://github.com/ingydotnet/git-subrepo#readme
77
license: MIT
8-
copyright: 2013-2020
8+
copyright: 2013-2022
99

1010
author:
1111
name: Ingy döt Net

lib/git-subrepo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fi
3030
bash+:import :std can version-check
3131

3232

33-
VERSION=0.4.3
33+
VERSION=0.4.5
3434
REQUIRED_BASH_VERSION=4.0
3535
REQUIRED_GIT_VERSION=2.7.0
3636
GIT_TMP=$(git rev-parse --git-common-dir 2> /dev/null || echo .git)/tmp

0 commit comments

Comments
 (0)