Browse Source

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>
maint
Namhyung Kim 14 years ago committed by Junio C Hamano
parent
commit
cdb791f61d
  1. 2
      contrib/completion/git-completion.bash

2
contrib/completion/git-completion.bash

@ -2132,7 +2132,7 @@ _git_config ()
color.ui color.ui
commit.status commit.status
commit.template commit.template
core.abbrevguard core.abbrev
core.askpass core.askpass
core.attributesfile core.attributesfile
core.autocrlf core.autocrlf

Loading…
Cancel
Save