[PATCH] Make ls-* output consistent with diff-* output format.
authorJunio C Hamano <junkio@cox.net>
Thu, 26 May 2005 21:38:19 +0000 (14:38 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 26 May 2005 22:18:55 +0000 (15:18 -0700)
commit2eab945e865317cb7d390aec214303f1d931b53a
treedbec0de73e52d5b6d0740dd2e226d3ce8e2e51fd
parent6d3a5077ddb78a73fe26b154c459bc4731bca0dd
[PATCH] Make ls-* output consistent with diff-* output format.

Use SP as the column separator except the ones before path which
uses TAB, to make the output format consistent across ls-* and
diff-* commands.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
ls-files.c
ls-tree.c
t/t0000-basic.sh
t/t1000-read-tree-m-3way.sh
t/t3100-ls-tree-restrict.sh