]> git.ipfire.org Git - thirdparty/git.git/commit - contrib/completion/git-completion.bash
Remove more sed invocations from within bash completion.
authorShawn O. Pearce <spearce@spearce.org>
Sun, 5 Nov 2006 11:25:25 +0000 (06:25 -0500)
committerJunio C Hamano <junkio@cox.net>
Sun, 5 Nov 2006 21:36:38 +0000 (13:36 -0800)
commita79c6551a315b26f2461dd9734defce88014b77b
tree4a8adc4951be3180b036256a99157b40f26b18b9
parente5d5b21fdf0ec0aebbfaca814a15d15a718544a2
Remove more sed invocations from within bash completion.

This change removes between 1 and 4 sed invocations per completion
entered by the user.  In the case of cat-file the 4 invocations per
completion can take a while on Cygwin; running these replacements
directly within bash saves some time for the end user.

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