]> git.proxmox.com Git - libgit2.git/commit
Fix issue with ignoring whole directories
authorRussell Belfer <arrbee@arrbee.com>
Tue, 31 Jan 2012 22:02:52 +0000 (14:02 -0800)
committerRussell Belfer <arrbee@arrbee.com>
Tue, 31 Jan 2012 22:02:52 +0000 (14:02 -0800)
commite4eb94a2559ca669412d318112a200ead1222466
treebc1dd585f043297996d85d868f84477e4bc6a070
parentadc9bdb3b1428b8edf067ab17c26ef15ec1ac8a7
Fix issue with ignoring whole directories

Now that is_dir is calculated correctly for attr/ignore paths,
it is possible to use it so that ignoring "dir/" will properly
match the directory name and ignore the entire directory.
src/attr_file.c