1
0
mirror of https://github.com/git/git.git synced 2024-10-23 01:35:18 +02:00
git/contrib/completion
Junio C Hamano d03d820a8c Merge branch 'mk/tcsh-complete-only-known-paths'
The "complete with known paths only" update to completion scripts
returns directory names without trailing slash to compensate the
addition of '/' done by bash that reads from our completion result.
tcsh completion code that reads from our internal completion result
does not add '/', so let it ask our complletion code to keep the '/'
at the end.

* mk/tcsh-complete-only-known-paths:
  completion: handle path completion and colon for tcsh script
2013-02-08 15:28:51 -08:00
..
git-completion.bash Merge branch 'mp/complete-paths' 2013-02-08 15:28:42 -08:00
git-completion.tcsh Merge branch 'mk/tcsh-complete-only-known-paths' 2013-02-08 15:28:51 -08:00
git-completion.zsh completion: add new zsh completion 2012-11-19 10:56:47 -08:00
git-prompt.sh Merge branch 'so/prompt-command' 2012-12-27 16:00:07 -08:00