1. 20 2月, 2013 1 次提交
  2. 17 1月, 2013 1 次提交
  3. 11 1月, 2013 1 次提交
  4. 07 1月, 2013 11 次提交
  5. 29 12月, 2012 10 次提交
  6. 16 10月, 2012 6 次提交
  7. 06 10月, 2012 3 次提交
  8. 15 9月, 2012 6 次提交
  9. 13 9月, 2012 1 次提交
    • J
      Merge branch 'jc/apply-binary-p0' into maint-1.7.11 · 1403db49
      Junio C Hamano 提交于
      "git apply -p0" did not parse pathnames on "diff --git" line
      correctly.  This caused patches that had pathnames in no other
      places to be mistakenly rejected (most notably, binary patch that
      does not rename nor change mode).  Textual patches, renames or mode
      changes have preimage and postimage pathnames in different places in
      a form that can be parsed unambiguously and did not suffer from this
      problem.
      
      * jc/apply-binary-p0:
        apply: compute patch->def_name correctly under -p0
      1403db49