1. 20 Nov, 2012 2 commits
    • Improve iterator ignoring .git file · d46b0a04
      The workdir iterator has always tried to ignore .git files, but
      it turns out there were some bugs.  This makes it more robust at
      ignoring .git files.
      
      This also makes iterators always check ".git" case insensitively
      regardless of the properties of the system.  This will make libgit2
      skip ".GIT" and the like.  This is different from core git, but on
      systems with case insensitive but case preserving file systems,
      allowing ".GIT" to be added is problematic.
      Russell Belfer committed
    • Set up default internal ignores · 02df42dd
      This adds "." ".." and ".git" to the internal ignores list by
      default - asking about paths with these files will always say
      that they are ignored.
      Russell Belfer committed
  2. 19 Nov, 2012 4 commits
  3. 18 Nov, 2012 8 commits
  4. 17 Nov, 2012 7 commits
  5. 16 Nov, 2012 6 commits
  6. 15 Nov, 2012 9 commits
  7. 14 Nov, 2012 4 commits