1. 17 Mar, 2016 1 commit
  2. 07 Mar, 2016 1 commit
  3. 12 Feb, 2016 1 commit
  4. 11 Feb, 2016 1 commit
  5. 25 Nov, 2015 4 commits
  6. 19 Sep, 2015 2 commits
  7. 22 Jun, 2015 1 commit
  8. 16 Jun, 2015 1 commit
  9. 28 May, 2015 1 commit
    • introduce `git_index_entry_is_conflict` · 9f545b9d
      It's not always obvious the mapping between stage level and
      conflict-ness.  More importantly, this can lead otherwise sane
      people to write constructs like `if (!git_index_entry_stage(entry))`,
      which (while technically correct) is unreadable.
      
      Provide a nice method to help avoid such messy thinking.
      Edward Thomson committed
  10. 16 Mar, 2015 1 commit
  11. 03 Mar, 2015 2 commits
  12. 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
  13. 13 Feb, 2015 1 commit
  14. 07 Dec, 2014 1 commit
  15. 27 Oct, 2014 1 commit
  16. 03 Aug, 2014 1 commit
  17. 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
  18. 28 May, 2014 3 commits
  19. 23 Apr, 2014 2 commits
  20. 14 Apr, 2014 1 commit
  21. 31 Mar, 2014 1 commit
  22. 20 Mar, 2014 9 commits
  23. 06 Mar, 2014 1 commit
  24. 05 Feb, 2014 1 commit