<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/tests/attr/ignore.c, branch cmn/https-cap-no-hardcode</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/'/>
<entry>
<title>ignore: fix directory limits when searching for star-star</title>
<updated>2016-04-19T17:39:05+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-04-18T11:34:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=1c3018eb12c03010fe0db740bc9e67af4992e594'/>
<id>1c3018eb12c03010fe0db740bc9e67af4992e594</id>
<content type='text'>
In order to match the star-star, we disable the flag that's looking for
a single path element, but that leads to searching for the pattern in
the middle of elements in the input string.

Mark when we're handing a star-star so we jump over the elements in our
attempt to match the part of the pattern that comes after the star-star.

While here, tighten up the check so we don't allow invalid rules
through.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to match the star-star, we disable the flag that's looking for
a single path element, but that leads to searching for the pattern in
the middle of elements in the input string.

Mark when we're handing a star-star so we jump over the elements in our
attempt to match the part of the pattern that comes after the star-star.

While here, tighten up the check so we don't allow invalid rules
through.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more tests for path matching with globs and path delimiters</title>
<updated>2016-04-18T13:21:43+00:00</updated>
<author>
<name>Antonio Scandurra</name>
<email>me@as-cii.com</email>
</author>
<published>2016-03-31T15:38:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0f36271646da455150f821582621f7d0d5e04ddf'/>
<id>0f36271646da455150f821582621f7d0d5e04ddf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ignore: don't use realpath to canonicalize path</title>
<updated>2016-04-02T19:32:28+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-04-01T12:33:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d364dc8b39095061ba930e713335d4398cc4d977'/>
<id>d364dc8b39095061ba930e713335d4398cc4d977</id>
<content type='text'>
If we're looking for a symlink, realpath will give us the resolved path,
which is not what we're after, but a canonicalized version of the path
the user asked for.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we're looking for a symlink, realpath will give us the resolved path,
which is not what we're after, but a canonicalized version of the path
the user asked for.
</pre>
</div>
</content>
</entry>
<entry>
<title>attr tests: make explicit our dir/file match tests</title>
<updated>2015-05-13T14:56:55+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@microsoft.com</email>
</author>
<published>2015-05-13T14:56:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=882cc37f8360ef3a3d4dd60621f78375337df25f'/>
<id>882cc37f8360ef3a3d4dd60621f78375337df25f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>attr test: test a file beneath ignored folder</title>
<updated>2015-05-12T18:36:48+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@microsoft.com</email>
</author>
<published>2015-05-12T17:07:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9486d203363eeb07166175818fa361e4e5a34015'/>
<id>9486d203363eeb07166175818fa361e4e5a34015</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>attr: test that a file is not ignored for a folder</title>
<updated>2015-05-12T18:36:45+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@microsoft.com</email>
</author>
<published>2015-05-12T17:54:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=97fb9ac73905f1a3be7c6dbebbfd796315b19d88'/>
<id>97fb9ac73905f1a3be7c6dbebbfd796315b19d88</id>
<content type='text'>
When a .gitignore specifies some folder "foo/", ensure that a file
with the same name "foo" is not ignored.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a .gitignore specifies some folder "foo/", ensure that a file
with the same name "foo" is not ignored.
</pre>
</div>
</content>
</entry>
<entry>
<title>attr: regression tests for ignore matching</title>
<updated>2015-05-12T18:36:41+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@microsoft.com</email>
</author>
<published>2015-05-12T17:52:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=adad518129818399f5d98676784ea8c9396ac30e'/>
<id>adad518129818399f5d98676784ea8c9396ac30e</id>
<content type='text'>
Ensure that when examining a .gitignore in a subdirectory, we do not
erroneously apply the paths contained therein to the root of the
repository.  (Fixed in c02a0e4).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure that when examining a .gitignore in a subdirectory, we do not
erroneously apply the paths contained therein to the root of the
repository.  (Fixed in c02a0e4).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add failing subdirectory gitignore attr test.</title>
<updated>2015-04-23T15:07:37+00:00</updated>
<author>
<name>Mike McQuaid</name>
<email>mike@mikemcquaid.com</email>
</author>
<published>2015-03-28T18:37:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=c6bf03b44f2c2e2fcac13f6047a87ca61a539925'/>
<id>c6bf03b44f2c2e2fcac13f6047a87ca61a539925</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve handling of fake home directory</title>
<updated>2014-05-02T16:21:33+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2014-05-01T21:47:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0f603132bc2397bf8308e72651c56cb7dbd3ad70'/>
<id>0f603132bc2397bf8308e72651c56cb7dbd3ad70</id>
<content type='text'>
There are a few tests that set up a fake home directory and a
fake GLOBAL search path so that we can test things in global
ignore or attribute or config files.  This cleans up that code to
work more robustly even if there is a test failure.  This also
fixes some valgrind warnings where scanning search paths for
separators could end up doing a little bit of sketchy data access
when coming to the end of search list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are a few tests that set up a fake home directory and a
fake GLOBAL search path so that we can test things in global
ignore or attribute or config files.  This cleans up that code to
work more robustly even if there is a test failure.  This also
fixes some valgrind warnings where scanning search paths for
separators could end up doing a little bit of sketchy data access
when coming to the end of search list.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make ** pattern eat trailing slash</title>
<updated>2014-05-01T19:46:46+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2014-05-01T19:46:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d19b2f9f9f2480130bd901246aa3e3843810e5fd'/>
<id>d19b2f9f9f2480130bd901246aa3e3843810e5fd</id>
<content type='text'>
This allows "foo/**/*.html" to match "foo/file.html"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows "foo/**/*.html" to match "foo/file.html"
</pre>
</div>
</content>
</entry>
</feed>
