Skip to content

Commit

Permalink
Release 0.4.5
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
admorgan committed Sep 23, 2022
1 parent 1b06cbf commit aa416e4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
---
version: 0.4.5
date: Thu 22 Sep 2022 23:03:24 PM EST
- Add --file option
- Fix git subrepo status command for subrepos that share a common prefix. Closes #534.
- Don't allow -b and --all
- Fix documentation links
- fix tests to support use of a default branch git config that is not "master"
- pass --force to git add so a user's global .gitignore does not affect tests
- Fix .rc and enable-completion.sh for zsh before 5.1
- Better format for options
- The `fpath` variable is an array; expand correctly
---
version: 0.4.3
date: Sat 21 Nov 2020 03:28:43 PM EST
- Apply PR#511 to fix a 0.4.2 regression in zsh
Expand Down
4 changes: 2 additions & 2 deletions Meta
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
=meta: 0.0.2

name: git-subrepo
version: 0.4.3
version: 0.4.5
abstract: Git Submodule Alternative
homepage: https://github.com/ingydotnet/git-subrepo#readme
license: MIT
copyright: 2013-2020
copyright: 2013-2022

author:
name: Ingy döt Net
Expand Down
2 changes: 1 addition & 1 deletion lib/git-subrepo
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fi
bash+:import :std can version-check


VERSION=0.4.3
VERSION=0.4.5
REQUIRED_BASH_VERSION=4.0
REQUIRED_GIT_VERSION=2.7.0
GIT_TMP=$(git rev-parse --git-common-dir 2> /dev/null || echo .git)/tmp
Expand Down

0 comments on commit aa416e4

Please sign in to comment.