author | Josh Triplett <josh@freedesktop.org> | |
Sat, 14 Jul 2007 08:05:43 +0000 (01:05 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 14 Jul 2007 08:07:44 +0000 (01:07 -0700) | ||
commit | 9d6f220cc8ffbd71b4c68765b52c3a7c41dd729b | |
tree | 618f04c4e0ebf509fc817a1e5c767c7f1d38ea9b | tree | snapshot |
parent | bdecd9d41b3528e17aea2290344c584412e2424e | commit | diff |
Remove useless uses of cat, and replace with filename arguments
Replace uses of cat that do nothing but writing the contents of
a single file to another command via pipe.
[jc: Original patch from Josh was somewhat buggy and rewrote
"cat $file | wc -l" to "wc -l $file", but this one should be Ok.]
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Replace uses of cat that do nothing but writing the contents of
a single file to another command via pipe.
[jc: Original patch from Josh was somewhat buggy and rewrote
"cat $file | wc -l" to "wc -l $file", but this one should be Ok.]
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-commit.sh | diff | blob | history | |
git-filter-branch.sh | diff | blob | history | |
git-ls-remote.sh | diff | blob | history | |
git-quiltimport.sh | diff | blob | history |