diff options
| -rw-r--r-- | CHANGELOG | 9 | ||||
| -rwxr-xr-x | git-branch-list | 2 | 
2 files changed, 9 insertions, 2 deletions
| @@ -1,6 +1,13 @@  CHANGELOG  ========= +v0.1.3 (2019-12-09): +	Fixes: + +	* Checkout no longer errors when there are ID + 10 saved branches. +	* Drop no longer drops both ID and ID + 10 when there are ID + 10 saved +	  branches. +  v0.1.2 (2019-05-25):  	Fixes: @@ -28,4 +35,4 @@ v0.1.0 (2018-03-21):  v0.0.1 (2018-02-21):  	Initial release. - vim:tw=80: + vim:tw=80:comments+=fb\:*: diff --git a/git-branch-list b/git-branch-list index fca335e..20238e4 100755 --- a/git-branch-list +++ b/git-branch-list @@ -20,7 +20,7 @@  GIT_ROOT=$(git rev-parse --show-toplevel)  DATABASE="${GIT_ROOT}/.git/info/git-branch-list" -VERSION=0.1.2 +VERSION=0.1.3  function initialise_database () {  	if [ -d .git ]; then | 
