1. 02 10月, 2005 4 次提交
  2. 01 10月, 2005 2 次提交
    • L
      [PATCH] Flag empty patches as errors · 1fea629f
      Linus Torvalds 提交于
      A patch that contains no actual diff, and that doesn't change any
      meta-data is bad. It shouldn't be a patch at all, and git-apply shouldn't
      just accept it.
      
      This caused a corrupted patch to be silently applied as an empty change in
      the kernel, because the corruption ended up making the patch look empty.
      
      An example of such a patch is one that contains the patch header, but
      where the initial fragment header (the "@@ -nr,.." line) is missing,
      causing us to not parse any fragments.
      
      The real "patch" program will also flag such patches as bad, with the
      message
      
      	patch: **** Only garbage was found in the patch input.
      
      and we should do likewise.
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      1fea629f
    • J
      Consolidate null_sha1[]. · 88cd621d
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <junio@twinsun.com>
      88cd621d
  3. 30 9月, 2005 4 次提交
  4. 29 9月, 2005 8 次提交
  5. 28 9月, 2005 6 次提交
  6. 27 9月, 2005 16 次提交