commit | 7c978a068f0575a90570e4579c71a5f641bdfad3 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Mon May 23 16:16:41 2011 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Mon May 23 15:39:33 2011 -0700 |
tree | 41d6488faea4a4f36b266a51f85eee1ef08b8fcd | |
parent | 391b14278e59f46ceda3b055fdc12527bc2c87fb [diff] |
combine-diff: split header printing into its own function This is a pretty big logical chunk, so it makes the function a bit more readable to have it split out. In addition, it will make it easier to add an alternate code path for binary diffs in a future patch. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>