1. 13 Jul, 2014 2 commits
  2. 11 Jul, 2014 6 commits
  3. 09 Jul, 2014 1 commit
  4. 08 Jul, 2014 2 commits
  5. 07 Jul, 2014 1 commit
  6. 06 Jul, 2014 7 commits
  7. 04 Jul, 2014 5 commits
  8. 03 Jul, 2014 6 commits
  9. 02 Jul, 2014 8 commits
  10. 01 Jul, 2014 2 commits
    • 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
    • revwalk::simplify test should test · 9879fee1
      The revwalk::simplify test was not actually tested the values from
      the revwalk against the expected.  (Further, the expected had two
      IDs transposed.)
      Edward Thomson committed