diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2008-03-10 19:49:19 -0400 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-03-10 19:49:28 -0400 |
commit | 6753f2aa55280a0fef1cbdcee71c1b529cb0c910 (patch) | |
tree | e2e896060ea3546aa9d17bc90b2428a85a1c27ca /contrib | |
parent | bash: add 'git svn' subcommands and options (diff) | |
download | tgif-6753f2aa55280a0fef1cbdcee71c1b529cb0c910.tar.xz |
bash: Remove completion of core.legacyheaders option
This option is no longer recognized by git. Completing it is
not worthwhile.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/completion/git-completion.bash | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 2c4bf4e1d2..73ed095487 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -961,7 +961,6 @@ _git_config () core.sharedRepository core.warnAmbiguousRefs core.compression - core.legacyHeaders core.packedGitWindowSize core.packedGitLimit clean.requireForce |