mirror of
https://github.com/git/git.git
synced 2025-04-18 06:04:51 +00:00
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 <namhyung@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
bac9c06ba0
commit
cdb791f61d
@ -2132,7 +2132,7 @@ _git_config ()
|
||||
color.ui
|
||||
commit.status
|
||||
commit.template
|
||||
core.abbrevguard
|
||||
core.abbrev
|
||||
core.askpass
|
||||
core.attributesfile
|
||||
core.autocrlf
|
||||
|
Loading…
x
Reference in New Issue
Block a user