1. 27 7月, 2006 10 次提交
  2. 26 7月, 2006 7 次提交
  3. 25 7月, 2006 4 次提交
  4. 24 7月, 2006 15 次提交
  5. 18 7月, 2006 2 次提交
  6. 17 7月, 2006 2 次提交
    • J
      Merge branch 'sp/reflog' · b9718d41
      Junio C Hamano 提交于
      * sp/reflog:
        Record rebase changes as 'rebase' in the reflog.
        Log ref changes made by resolve.
        Log ref changes made by quiltimport.
        Log ref changes made by git-merge and git-pull.
      b9718d41
    • J
      apply: handle type-changing patch correctly. · 7f95aef2
      Junio C Hamano 提交于
      A type-change diff is always split into a patch to delete old,
      immediately followed by a patch to create new.  check_patch()
      routine noticed that the path to be created already exists in
      the working tree and/or in the index when looking at the
      creation patch and mistakenly thought it to be an error.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      7f95aef2