]> git.ipfire.org Git - thirdparty/git.git/commit
Split up "diff_format" into "format" and "line_termination".
authorLinus Torvalds <torvalds@g5.osdl.org>
Fri, 15 Jul 2005 00:59:17 +0000 (17:59 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 15 Jul 2005 00:59:17 +0000 (17:59 -0700)
commite68b6f1525c670f474d735009fec419473df0962
treec09b5a31f4557e0008ebe4da49f1b10b0765a944
parentc0fd1f517efeb67df32b8d4ffa209afab14be436
Split up "diff_format" into "format" and "line_termination".

This removes the separate "formats" for name and name-with-zero-
termination.

It also removes the difference between HUMAN and MACHINE formats, and
they both become DIFF_FORMAT_RAW, with the difference being just in the
line and inter-filename termination.

It also makes the code easier to understand.
diff-cache.c
diff-files.c
diff-helper.c
diff-stages.c
diff-tree.c
diff.c
diff.h