1. 16 Apr, 2014 2 commits
  2. 15 Apr, 2014 1 commit
  3. 14 Apr, 2014 7 commits
  4. 11 Apr, 2014 1 commit
  5. 10 Apr, 2014 1 commit
    • Fix bug popping ignore files during wd iteration · 8f7bc646
      There were a couple bugs in popping ignore files during iteration
      that could result in incorrect decisions be made and thus ignore
      files below the root either not being loaded correctly or not
      being popped at the right time.
      
      One bug was an off-by-one in comparing the path of the gitignore
      file with the path being exited during iteration.
      
      The second bug was not correctly truncating the path being tracked
      during traversal if there were no ignores on the list (i.e. when
      you have no .gitignore at the root, but do have some in contained
      directories).
      Russell Belfer committed
  6. 09 Apr, 2014 4 commits
  7. 08 Apr, 2014 7 commits
  8. 07 Apr, 2014 6 commits
  9. 06 Apr, 2014 4 commits
  10. 05 Apr, 2014 1 commit
  11. 04 Apr, 2014 2 commits
  12. 03 Apr, 2014 4 commits