<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.7.9-rc2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.7.9-rc2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.7.9-rc2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2012-01-18T23:53:35Z</updated>
<entry>
<title>Git 1.7.9-rc2</title>
<updated>2012-01-18T23:53:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-01-18T23:53:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=bddcefc6380bd6629f3f12b5ffd856ec436c6abd'/>
<id>urn:sha1:bddcefc6380bd6629f3f12b5ffd856ec436c6abd</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2012-01-18T23:52:08Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-01-18T23:52:08Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=6e06367ab0586189940a7f08c394d13fce14e87f'/>
<id>urn:sha1:6e06367ab0586189940a7f08c394d13fce14e87f</id>
<content type='text'>
* maint:
  Git 1.7.8.4
  Git 1.7.7.6
  diff-index: enable recursive pathspec matching in unpack_trees

Conflicts:
	GIT-VERSION-GEN
</content>
</entry>
<entry>
<title>Git 1.7.8.4</title>
<updated>2012-01-18T23:51:00Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-01-18T23:51:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c572f491e545f3fe76a966e418139fc9755a910f'/>
<id>urn:sha1:c572f491e545f3fe76a966e418139fc9755a910f</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint-1.7.7' into maint</title>
<updated>2012-01-18T23:48:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-01-18T23:48:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d899cf559b6a93006993752e7a89d13606380227'/>
<id>urn:sha1:d899cf559b6a93006993752e7a89d13606380227</id>
<content type='text'>
* maint-1.7.7:
  Git 1.7.7.6
  diff-index: enable recursive pathspec matching in unpack_trees

Conflicts:
	GIT-VERSION-GEN
</content>
</entry>
<entry>
<title>Git 1.7.7.6</title>
<updated>2012-01-18T23:46:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-01-18T23:46:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=00653435488f5ed86c5d6dc411fa14fa56f5e3bc'/>
<id>urn:sha1:00653435488f5ed86c5d6dc411fa14fa56f5e3bc</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>diff-index: enable recursive pathspec matching in unpack_trees</title>
<updated>2012-01-18T23:44:02Z</updated>
<author>
<name>Nguyen Thai Ngoc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2012-01-15T10:03:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5c8eeb83dbba11d7e41758b7a8dcb2da6a2025ba'/>
<id>urn:sha1:5c8eeb83dbba11d7e41758b7a8dcb2da6a2025ba</id>
<content type='text'>
The pathspec structure has a few bits of data to drive various operation
modes after we unified the pathspec matching logic in various codepaths.
For example, max_depth field is there so that "git grep" can limit the
output for files found in limited depth of tree traversal. Also in order
to show just the surface level differences in "git diff-tree", recursive
field stops us from descending into deeper level of the tree structure
when it is set to false, and this also affects pathspec matching when
we have wildcards in the pathspec.

The diff-index has always wanted the recursive behaviour, and wanted to
match pathspecs without any depth limit. But we forgot to do so when we
updated tree_entry_interesting() logic to unify the pathspec matching
logic.

Signed-off-by: Nguyễn Thái Ngọc Duy &lt;pclouds@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/pull-signed-tag-doc'</title>
<updated>2012-01-18T23:18:02Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-01-18T23:18:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=32c94f97b01f220dbabaec1a986d9596f45e5da5'/>
<id>urn:sha1:32c94f97b01f220dbabaec1a986d9596f45e5da5</id>
<content type='text'>
* jc/pull-signed-tag-doc:
  pulling signed tag: add howto document
</content>
</entry>
<entry>
<title>pulling signed tag: add howto document</title>
<updated>2012-01-18T23:17:27Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-01-17T22:52:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=11b17afc933446c3afdbed72afaa440348f2b0ff'/>
<id>urn:sha1:11b17afc933446c3afdbed72afaa440348f2b0ff</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/credentials'</title>
<updated>2012-01-18T23:16:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-01-18T23:16:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=1a2278084fef2ec6928a3d6504972dbddecbcdee'/>
<id>urn:sha1:1a2278084fef2ec6928a3d6504972dbddecbcdee</id>
<content type='text'>
* jk/credentials:
  credential-cache: ignore "connection refused" errors
  unix-socket: do not let close() or chdir() clobber errno during cleanup
  credential-cache: report more daemon connection errors
  unix-socket: handle long socket pathnames
</content>
</entry>
<entry>
<title>Merge branch 'nd/pathspec-recursion-cleanup'</title>
<updated>2012-01-18T23:16:43Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-01-18T23:16:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c74f97a624f6a79767d2e2d55d98bab5e2b02f16'/>
<id>urn:sha1:c74f97a624f6a79767d2e2d55d98bab5e2b02f16</id>
<content type='text'>
* nd/pathspec-recursion-cleanup:
  diff-index: enable recursive pathspec matching in unpack_trees
  Document limited recursion pathspec matching with wildcards
</content>
</entry>
</feed>
