Skip to content
Snippets Groups Projects
Commit 81e50eab authored by Junio C Hamano's avatar Junio C Hamano Committed by Linus Torvalds
Browse files

[PATCH] The diff-raw format updates.


Update the diff-raw format as Linus and I discussed, except that
it does not use sequence of underscore '_' letters to express
nonexistence.  All '0' mode is used for that purpose instead.

The new diff-raw format can express rename/copy, and the earlier
restriction that -M and -C _must_ be used with the patch format
output is no longer necessary.  The patch makes -M and -C flags
independent of -p flag, so you need to say git-whatchanged -M -p
to get the diff/patch format.

Updated are both documentations and tests.

Signed-off-by: default avatarJunio C Hamano <junkio@cox.net>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 38c6f780
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment