]> git.ipfire.org Git - thirdparty/git.git/commit
ls-files --others --directory: give trailing slash
authorJunio C Hamano <junkio@cox.net>
Sat, 7 Jan 2006 22:31:56 +0000 (14:31 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 8 Jan 2006 05:34:02 +0000 (21:34 -0800)
commit0907fedbeea12aa78a66b9d765b0e618a180b6ff
tree8141531bc019bb72d621d21f022e7a13fb3f0c26
parent657907e76e298cac31845dadda2c71b431d9e712
ls-files --others --directory: give trailing slash

This adds a trailing slash to directory names in the output
when "--others --directory" option shows only untracked
directories and not their contents, to make them stand out.

Signed-off-by: Junio C Hamano <junkio@cox.net>
ls-files.c