1. 13 6月, 2005 2 次提交
    • J
      [PATCH] Re-Fix SIGSEGV on unmerged files in git-diff-files -p · dc7090ef
      Junio C Hamano 提交于
      When an unmerged path was fed via diff_unmerged() into diffcore,
      it eventually called run_diff() with "one" and "two" parameters
      with NULL, but run_diff() was not written carefully enough to
      notice this situation.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      dc7090ef
    • L
      git-apply: ignore empty git headers · 206de27e
      Linus Torvalds 提交于
      A meaningful (ie non-empty) git patch always has more information in the
      header than just the "diff --git" line itself: it needs to have either a
      patch associated with it (which implies "---" and "+++" lines in the
      header) or it needs to have rename/copy/delete/create information in it.
      
      Just ignore git patches which have no change information. Otherwise we'll
      end up with a patch that doesn't have filenames etc filled in, and we'll
      be unhappy.
      206de27e
  2. 10 6月, 2005 4 次提交
  3. 09 6月, 2005 19 次提交
  4. 08 6月, 2005 12 次提交
  5. 07 6月, 2005 3 次提交