diff-lib.c: adjust position of i-t-a entries in diff
[gitweb.git] / contrib / completion / git-completion.bash
index 731c28998f4d2ec6a2339b40a8380c97394b220e..931eac29ad73e84abaf87bf1d7a39f56b9a25b34 100644 (file)
@@ -1302,7 +1302,7 @@ _git_gitk ()
 }
 
 __git_match_ctag() {
-       awk "/^${1////\\/}/ { print \$1 }" "$2"
+       awk "/^${1//\//\\/}/ { print \$1 }" "$2"
 }
 
 _git_grep ()
@@ -2186,6 +2186,7 @@ _git_config ()
                pull.octopus
                pull.twohead
                push.default
+               push.followTags
                rebase.autosquash
                rebase.stat
                receive.autogc