]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/ls-files.c
ls-files: split "show-valid-bit" into a different option.
authorJunio C Hamano <junkio@cox.net>
Sun, 12 Feb 2006 09:47:57 +0000 (01:47 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 12 Feb 2006 09:47:57 +0000 (01:47 -0800)
commit8bb2e03b9d47d87657b67ddfaf712e736cf3db8f
tree6d64f4bb7ca901baa8faf38c7f9afcef6fc709aa
parentb92b2ce94e5673ab3a2fbc9c762b39aaf7d72de5
ls-files: split "show-valid-bit" into a different option.

To preserve compatibility with scripts that expect uppercase
letters to be shown, do not make '-t' to unconditionally show
the valid bit.  Introduce '-v' option for that.

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