1
0
mirror of https://github.com/git/git.git synced 2024-09-30 14:51:27 +02:00
git/contrib/completion
Shawn O. Pearce 778306e405 bash completion: Append space after file names have been completed
When completing `git show origin/maint:Makef<tab>` we should add a
space after the filename has been completed, so that the user can
immediately begin the next argument.

I also added a special case for the symlink variant so we treat it
just like a normal blob, as there are no items below it in the Git
tree structure.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2008-07-13 17:27:50 -07:00
..
git-completion.bash bash completion: Append space after file names have been completed 2008-07-13 17:27:50 -07:00