author | Junio C Hamano <junkio@cox.net> | |
Tue, 28 Jun 2005 06:58:45 +0000 (23:58 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Tue, 28 Jun 2005 15:53:21 +0000 (08:53 -0700) | ||
commit | f2a06330f0bc259b9c7faa029d2d4dace8f4956b | |
tree | c508d4f45105cf1b989f76097ef49bb6fc298708 | tree | snapshot |
parent | 5db47c2bb3b7e77fd32aeef12b6f6de8d14cb43b | commit | diff |
[PATCH] git-cat-file: use sha1_object_info() on '-t'.
When trying to find out the type of the object, there is no need
to uncompress the whole object. Just use sha1_object_info().
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
When trying to find out the type of the object, there is no need
to uncompress the whole object. Just use sha1_object_info().
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
cat-file.c | diff | blob | history |