]> git.proxmox.com Git - libgit2.git/commit - src/checkout.c
Treat ignored, empty, and untracked dirs different
authorRussell Belfer <rb@github.com>
Wed, 23 Apr 2014 23:28:45 +0000 (16:28 -0700)
committerRussell Belfer <rb@github.com>
Wed, 23 Apr 2014 23:28:45 +0000 (16:28 -0700)
commit219c89d19d7e18a336faa094b0c29cb7bb0d22c6
tree7b92ff71719817db7dfce3378b5b90b2170f7e80
parent37da368545b28157e625212e8009ec041cc4a4ea
Treat ignored, empty, and untracked dirs different

In the iterator, distinguish between ignores and empty directories
so that diff and status can ignore empty directories, but checkout
and stash can treat them as untracked items.
src/checkout.c
src/diff.c
src/iterator.c
src/iterator.h