commit | e68b6f1525c670f474d735009fec419473df0962 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@g5.osdl.org> | Thu Jul 14 17:59:17 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Jul 14 17:59:17 2005 -0700 |
tree | c09b5a31f4557e0008ebe4da49f1b10b0765a944 | |
parent | c0fd1f517efeb67df32b8d4ffa209afab14be436 [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.