1. 16 Mar, 2015 1 commit
  2. 03 Mar, 2015 2 commits
  3. 14 Feb, 2015 1 commit
    • merge: lock the index at the start of the merge · 8b0ddd5d
      Always lock the index when we begin the merge, before we write
      any of the metdata files.  This prevents a race where another
      client may run a commit after we have written the MERGE_HEAD but
      before we have updated the index, which will produce a merge
      commit that is treesame to one parent.  The merge will finish and
      update the index and the resultant commit would not be a merge at
      all.
      Edward Thomson committed
  4. 13 Feb, 2015 1 commit
  5. 07 Dec, 2014 1 commit
  6. 27 Oct, 2014 1 commit
  7. 03 Aug, 2014 1 commit
  8. 01 Jul, 2014 1 commit
    • git_checkout_index: checkout other indexes · 967f5a76
      git_checkout_index can now check out other git_index's (that are not
      necessarily the repository index).  This allows checkout_index to use
      the repository's index for stat cache information instead of the index
      data being checked out.  git_merge and friends now check out their
      indexes directly instead of trying to blend it into the running index.
      Edward Thomson committed
  9. 28 May, 2014 3 commits
  10. 23 Apr, 2014 2 commits
  11. 14 Apr, 2014 1 commit
  12. 31 Mar, 2014 1 commit
  13. 20 Mar, 2014 9 commits
  14. 06 Mar, 2014 1 commit
  15. 05 Feb, 2014 2 commits
  16. 04 Feb, 2014 3 commits
  17. 03 Feb, 2014 1 commit
  18. 25 Jan, 2014 2 commits
  19. 20 Jan, 2014 6 commits