New version - debug tags

This commit is contained in:
2018-03-23 21:48:59 +01:00
parent 0c76eb41c3
commit b1e5bf0a20
2 changed files with 2 additions and 1 deletions

View File

@@ -33,7 +33,6 @@ function detectorCheckFetchHead(){
function gitListTags(){
local dir=$1
git --git-dir="$dir" tag -l | cat
}
function gitListBranches(){