1. 06 Jun, 2018 1 commit
    • Fix stash save bug with fast path index check · 5a7d454b
      If the index contains stat data for a modified file, and the file is
      not racily dirty, and there exists an untracked working tree directory
      alphabetically after that file, and there are no other changes to the
      repo, then git_stash_save would fail. It would confuse the untracked
      working tree directory for the modified file, because they have the
      same sha: zero.  The wt directory has a sha of zero because it's a
      directory, and the file would have a zero sha because we wouldn't read
      the file -- we would just know that it doesn't match the index.  To
      fix this confusion, we simply check mode as well as SHA.
      David Turner committed
  2. 01 Jun, 2018 1 commit
  3. 30 May, 2018 4 commits
  4. 29 May, 2018 2 commits
  5. 25 May, 2018 2 commits
  6. 24 May, 2018 4 commits
  7. 23 May, 2018 4 commits
  8. 22 May, 2018 3 commits
  9. 21 May, 2018 1 commit
  10. 18 May, 2018 5 commits
  11. 14 May, 2018 1 commit
  12. 09 May, 2018 7 commits
  13. 07 May, 2018 5 commits