Merge branch 'mk/tcsh-complete-only-known-paths' into next
commit4409b083062f4967e7450d204c9be6dc0aaddc6b
authorJunio C Hamano <gitster@pobox.com>
Tue, 5 Feb 2013 22:43:09 +0000 (5 14:43 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Feb 2013 22:43:09 +0000 (5 14:43 -0800)
tree7993eb32726cfcc2e898adb2b357e5eef1d8f42e
parentbba4f8c0805b2013b74e55d3b7af0198ec45da2d
parentc6929ff239e2bd94fc52f6a3c4db3d5c5c5b0e8d
Merge branch 'mk/tcsh-complete-only-known-paths' into next

Manlio's "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
contrib/completion/git-completion.tcsh