]> git.ipfire.org Git - thirdparty/git.git/commit - contrib/completion/git-completion.bash
Update bash completion for git-config options
authorShawn O. Pearce <spearce@spearce.org>
Thu, 24 May 2007 06:07:45 +0000 (02:07 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 24 May 2007 06:07:45 +0000 (02:07 -0400)
commit12977705b3da7eb63cdfd890f838b971e8d81485
tree0831fde0a180ad513add5ac8c34bb9f29a735196
parent8f87fae6459b7d5b8058691911f1c18c59a5dcbd
Update bash completion for git-config options

A few new configuration options grew out of the woodwork during the
1.5.2 series.  Most of these are pretty easy to support a completion
of, so we do so.

I wanted to also add completion support for the <driver> part of
merge.<driver>.name but to do that we have to look at all of the
.gitattributes files and guess what the unique set of <driver>
strings would be.  Since this appears to be non-trivial I'm punting
on it at this time.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
contrib/completion/git-completion.bash