Skip to content

Commit cdb791f

Browse files
namhyunggitster
authored andcommitted
completion: replace core.abbrevguard to core.abbrev
The core.abbrevguard config variable had removed and now core.abbrev has been used instead. Teach it. Signed-off-by: Namhyung Kim <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent bac9c06 commit cdb791f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2132,7 +2132,7 @@ _git_config ()
21322132
color.ui
21332133
commit.status
21342134
commit.template
2135-
core.abbrevguard
2135+
core.abbrev
21362136
core.askpass
21372137
core.attributesfile
21382138
core.autocrlf

0 commit comments

Comments
 (0)