diff options
| -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 | 
