Files
git/builtin
Paolo Bonzini 580fb25b7a patch-id: Add support for mbox format
I have an alias that takes two arguments and compares their patch IDs.
I would like to use to make sure I've tested exactly what I submit
(patch by patch), like

   git patch-cmp origin/master.. file-being-sent

However, I cannot do that because git patch-id is fooled by the "-- "
trailer that git format-patch puts, or likely by the MIME boundary.

This patch adds hunk parsing logic to git patch-id in order to detect an
out of place "-" line and split the patch when it comes.  In addition,
commit ids in the "From " lines are considered and printed in the output.

Signed-off-by: Paolo Bonzini <bonzini@gnu.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2010-04-19 13:01:49 -07:00
..
2010-03-10 15:32:02 -08:00
2010-04-09 22:43:18 -07:00
2010-03-13 21:31:42 -08:00
2010-03-15 00:58:42 -07:00
2010-03-28 17:42:58 -07:00
2010-04-09 22:43:18 -07:00
2010-04-03 12:28:39 -07:00
2010-03-10 15:32:43 -08:00
2010-04-13 18:15:08 -07:00
2010-03-21 16:23:44 -07:00
2010-03-21 16:23:44 -07:00
2010-03-10 15:32:34 -08:00
2010-03-28 21:52:28 -07:00
2010-03-28 21:52:28 -07:00
2010-04-09 22:43:18 -07:00
2010-03-31 15:14:27 -07:00
2010-04-03 12:28:41 -07:00
2010-03-15 00:58:24 -07:00
2010-03-10 15:25:18 -08:00