From: Junio C Hamano Date: Fri, 8 Feb 2013 23:28:51 +0000 (-0800) Subject: Merge branch 'mk/tcsh-complete-only-known-paths' X-Git-Url: https://repo.or.cz/w/git/mingw.git/commitdiff_plain/d03d820a8c4b1eada9528e95baf9f39607034b97 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 --- d03d820a8c4b1eada9528e95baf9f39607034b97