summaryrefslogtreecommitdiff
path: root/show-files.c
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] Add -z option to show-filesJunio C Hamano2005-04-151-3/+9
| | | | | | | | This adds NUL-terminated output (-z) to show-files. This is necessary for merge-trees script to deal with filenames with embedded newlines. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* [PATCH] Whitespace FixesIngo Molnar2005-04-131-1/+1
| | | | | | | | Trivial whitespace fixes. From: Ingo Molnar <mingo@elte.hu> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Petr Baudis <pasky@ucw.cz>
* [PATCH] Typofix in git/show-files.Junio C Hamano2005-04-131-1/+1
| | | | | | | Fixes a typo in usage string. From: Junio C Hamano <junkio@cox.net> Signed-off-by: Petr Baudis <pasky@ucw.cz>
* Add "show-files" command to show the list of managed (or non-managed) files.Linus Torvalds2005-04-111-0/+164
You want things like this to check in a patch..