author | Adam Roben <aroben@apple.com> | |
Wed, 23 Apr 2008 19:17:46 +0000 (15:17 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 6 May 2008 04:17:32 +0000 (21:17 -0700) | ||
commit | 05d5667fec9650b049f47edd8cca23a43b135365 | |
tree | 1d7e42cd7e960d31bca1e73d91105b473f51c205 | tree | snapshot |
parent | 4814dbe830baf5a72d8abbbfcc60eeea478b47c2 | commit | diff |
git-cat-file: Add --batch-check option
This new option allows multiple objects to be specified on stdin. For each
object specified, a line of the following form is printed:
<sha1> SP <type> SP <size> LF
If the object does not exist in the repository, a line of the following form is
printed:
<object> SP missing LF
Signed-off-by: Adam Roben <aroben@apple.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This new option allows multiple objects to be specified on stdin. For each
object specified, a line of the following form is printed:
<sha1> SP <type> SP <size> LF
If the object does not exist in the repository, a line of the following form is
printed:
<object> SP missing 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 |