1. 19 7月, 2005 3 次提交
  2. 17 7月, 2005 12 次提交
  3. 16 7月, 2005 23 次提交
  4. 15 7月, 2005 2 次提交
    • L
      Split up "diff_format" into "format" and "line_termination". · e68b6f15
      Linus Torvalds 提交于
      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.
      e68b6f15
    • L
      Make "ce_match_path()" a generic helper function · c0fd1f51
      Linus Torvalds 提交于
      ... and make git-diff-files use it too.  This all _should_ make the
      diffcore-pathspec.c phase unnecessary, since the diff'ers now all do the
      path matching early interally.
      c0fd1f51