diff options
author | Namhyung Kim <namhyung@gmail.com> | 2011-06-24 15:17:42 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-06-24 09:35:44 -0700 |
commit | cdb791f61d71db24fa54363ff6d4b42a46ebbdf1 (patch) | |
tree | 148d4bf2a8528e99c23c660f265efc45b05b8eff | |
parent | bac9c06ba093d9254cb2ab3eed074722a3e635a6 (diff) | |
download | git-cdb791f61d71db24fa54363ff6d4b42a46ebbdf1.tar.gz git-cdb791f61d71db24fa54363ff6d4b42a46ebbdf1.tar.xz |
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>
-rwxr-xr-x | contrib/completion/git-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 893b7716c..58440683c 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -2132,7 +2132,7 @@ _git_config () color.ui commit.status commit.template - core.abbrevguard + core.abbrev core.askpass core.attributesfile core.autocrlf |