author | Adam Roben <aroben@apple.com> | |
Wed, 23 Apr 2008 19:17:47 +0000 (15:17 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 6 May 2008 04:18:37 +0000 (21:18 -0700) | ||
commit | a8128ed62858063e29edc066b14b8b0fa6257cc2 | |
tree | 2315d1b87c16f1d9134e2d2da6a6865f036af8cc | tree | snapshot |
parent | 05d5667fec9650b049f47edd8cca23a43b135365 | commit | diff |
git-cat-file: Add --batch option
--batch is similar to --batch-check, except that the contents of each object is
also printed. The output's form is:
<sha1> SP <type> SP <size> LF
<contents> LF
Signed-off-by: Adam Roben <aroben@apple.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
--batch is similar to --batch-check, except that the contents of each object is
also printed. The output's form is:
<sha1> SP <type> SP <size> LF
<contents> LF
Signed-off-by: Adam Roben <aroben@apple.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-cat-file.txt | diff | blob | history | |
builtin-cat-file.c | diff | blob | history | |
t/t1006-cat-file.sh | diff | blob | history |