diff options
| author | Russell Belfer <arrbee@arrbee.com> | 2012-01-11 16:01:48 -0800 |
|---|---|---|
| committer | Russell Belfer <arrbee@arrbee.com> | 2012-01-11 16:01:48 -0800 |
| commit | 6a67a812c224878483659c6f25ca21573d1c309b (patch) | |
| tree | 700df7d116f14bae08e437379bd4dfd44aaba825 /tests/resources | |
| parent | fdaa924037b66ee898fab503836a3d67194efacc (diff) | |
| download | libgit2-6a67a812c224878483659c6f25ca21573d1c309b.tar.gz | |
Allow ignores (and attribs) for nonexistent files
This fixes issue 532 that attributes (and gitignores) could not
be checked for files that don't exist. It should be possible to
query such things regardless of the existence of the file.
Diffstat (limited to 'tests/resources')
| -rw-r--r-- | tests/resources/attr/gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/resources/attr/gitattributes b/tests/resources/attr/gitattributes index 2b40c5aca..c0c2a56d0 100644 --- a/tests/resources/attr/gitattributes +++ b/tests/resources/attr/gitattributes @@ -3,6 +3,7 @@ root_test2 -rootattr root_test3 !rootattr binfile binary abc foo bar baz +does-not-exist foo=yes root_test2 multiattr root_test3 multi2=foo |
