author | Linus Torvalds <torvalds@g5.osdl.org> | |
Fri, 15 Jul 2005 00:59:17 +0000 (17:59 -0700) | ||
committer | Linus Torvalds <torvalds@g5.osdl.org> | |
Fri, 15 Jul 2005 00:59:17 +0000 (17:59 -0700) | ||
commit | e68b6f1525c670f474d735009fec419473df0962 | |
tree | c09b5a31f4557e0008ebe4da49f1b10b0765a944 | tree | snapshot |
parent | c0fd1f517efeb67df32b8d4ffa209afab14be436 | commit | diff |
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.
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 | blob | history | |
diff-files.c | diff | blob | history | |
diff-helper.c | diff | blob | history | |
diff-stages.c | diff | blob | history | |
diff-tree.c | diff | blob | history | |
diff.c | diff | blob | history | |
diff.h | diff | blob | history |