bash: Support internal revlist options better.
commitec8048913217d8ff6e54950a0cb8ab2e739a1d1f
authorShawn O. Pearce <spearce@spearce.org>
Sun, 4 Feb 2007 07:38:47 +0000 (4 02:38 -0500)
committerJunio C Hamano <junkio@cox.net>
Sun, 4 Feb 2007 08:18:41 +0000 (4 00:18 -0800)
tree4a07a0680d83300148f629da9cc7b3dd79d21ad7
parentb3391775e87bed073b93a0a534169a794eceebd7
bash: Support internal revlist options better.

format-patch/log/whatchanged all take --not and --all as options
to the internal revlist process.  So these should be supported
as possible completions.

gitk takes anything rev-list/log/whatchanged takes, so we should
use complete_revlist to handle its options.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/completion/git-completion.bash