Re: [PATCH] git-cat-file: fix output when format string contains no variables

2013-11-06 Thread Junio C Hamano
Sven Brauch svenbra...@googlemail.com writes: From 2e7b5aed771faeff654a447346bb0b57570d9569 Mon Sep 17 00:00:00 2001 From: Sven Brauch svenbra...@googlemail.com Date: Tue, 5 Nov 2013 20:06:21 +0100 Subject: [PATCH] git-cat-file: fix output when format string contains no variables Thanks

Re: [PATCH] git-cat-file: fix output when format string contains no variables

2013-11-06 Thread Jeff King
On Wed, Nov 06, 2013 at 10:00:57AM -0800, Junio C Hamano wrote: I think the real problem is that sha1_loose_object_info() is called by sha1_object_info_extended(), when it does not find a cached or a packed object, and the callee assumes that it is asked to fill in only the requested pieces

Re: [PATCH] git-cat-file: fix output when format string contains no variables

2013-11-06 Thread Sven Brauch
On Wednesday 06 November 2013 10:00:57 Junio C Hamano wrote: Thanks; first some procedural issues: Thanks, I will take care of the mentioned points for future submissions. I think the real problem is that sha1_loose_object_info() is called by sha1_object_info_extended(), when it does not find

[PATCH] git-cat-file: fix output when format string contains no variables

2013-11-05 Thread Sven Brauch
From 2e7b5aed771faeff654a447346bb0b57570d9569 Mon Sep 17 00:00:00 2001 From: Sven Brauch svenbra...@googlemail.com Date: Tue, 5 Nov 2013 20:06:21 +0100 Subject: [PATCH] git-cat-file: fix output when format string contains no variables When the format string for git-cat-object --batch-check