]> git.proxmox.com Git - libgit2.git/commit
Fix bug in diff untracked dir scan
authorRussell Belfer <rb@github.com>
Thu, 20 Jun 2013 18:37:58 +0000 (11:37 -0700)
committerRussell Belfer <rb@github.com>
Thu, 20 Jun 2013 18:37:58 +0000 (11:37 -0700)
commit852ded96982ae70acb63c3940fae08ea29e40fee
treed1235b268e3f373eb2bd6c4e08451fbd8ce67015
parent8b2fa181b2741661253c1d58cfa1077ade8bea24
Fix bug in diff untracked dir scan

When scanning untracked directories looking for non-ignored files
there was a bug where an empty directory would generate a false
error.
src/diff.c