From aa416e4a6cb1461ed3c8d5f125ba7c6ad58267dd Mon Sep 17 00:00:00 2001 From: Austin Morgan Date: Thu, 22 Sep 2022 22:38:10 -0500 Subject: [PATCH] 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. --- Changes | 12 ++++++++++++ Meta | 4 ++-- lib/git-subrepo | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 5083b438..47a00ed7 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/Meta b/Meta index ecffe512..2316aa47 100644 --- a/Meta +++ b/Meta @@ -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 diff --git a/lib/git-subrepo b/lib/git-subrepo index 95002f8a..2b8cd9b4 100755 --- a/lib/git-subrepo +++ b/lib/git-subrepo @@ -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