author | Shawn O. Pearce <spearce@spearce.org> | |
Sun, 5 Nov 2006 11:25:25 +0000 (06:25 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 5 Nov 2006 21:36:38 +0000 (13:36 -0800) | ||
commit | a79c6551a315b26f2461dd9734defce88014b77b | |
tree | 4a8adc4951be3180b036256a99157b40f26b18b9 | tree | snapshot |
parent | e5d5b21fdf0ec0aebbfaca814a15d15a718544a2 | commit | diff |
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>
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 | diff | blob | history |