diff options
author | Teddy Wing | 2020-03-13 01:19:10 +0100 |
---|---|---|
committer | Teddy Wing | 2020-03-13 01:19:10 +0100 |
commit | 19729fb26102b1de8e5c5b7aa18ea002e5fecdbb (patch) | |
tree | d70281d363396d68e9a36126a6a441cf28b8e3ae | |
parent | 8061c43bb08b253f81283bce1bd83d2be6a77263 (diff) | |
download | git-branch-list-19729fb26102b1de8e5c5b7aa18ea002e5fecdbb.tar.bz2 |
Increase version v0.1.3 -> v0.1.4
-rw-r--r-- | CHANGELOG | 5 | ||||
-rwxr-xr-x | git-branch-list | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,11 @@ CHANGELOG ========= +v0.1.4 (2020-03-13): + Fixes: + + * The database file can now be correctly located when in a worktree. + v0.1.3 (2019-12-09): Fixes: diff --git a/git-branch-list b/git-branch-list index 95946f3..8bc3462 100755 --- a/git-branch-list +++ b/git-branch-list @@ -20,7 +20,7 @@ GIT_ROOT="$(git rev-parse --git-common-dir)" DATABASE="${GIT_ROOT}/info/git-branch-list" -VERSION=0.1.3 +VERSION=0.1.4 function initialise_database () { if [ -d .git ]; then |