<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.5.6.6</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.5.6.6</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.5.6.6'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2008-12-17T06:13:36Z</updated>
<entry>
<title>GIT 1.5.6.6</title>
<updated>2008-12-17T06:13:36Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-12-17T06:13:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=438d2991eaa17549df67929cd4558d65840c37d7'/>
<id>urn:sha1:438d2991eaa17549df67929cd4558d65840c37d7</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>GIT 1.5.5.6</title>
<updated>2008-12-17T06:08:28Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-12-17T06:08:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f23ffbe890d36e277f02d4a84c2b52de3a4e3173'/>
<id>urn:sha1:f23ffbe890d36e277f02d4a84c2b52de3a4e3173</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>GIT 1.5.4.7</title>
<updated>2008-12-17T06:06:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-12-17T06:03:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=34b146c0f444fc9f83bea3215bd0cd546fc57c33'/>
<id>urn:sha1:34b146c0f444fc9f83bea3215bd0cd546fc57c33</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: do not run "git diff" that is Porcelain</title>
<updated>2008-12-17T05:54:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-12-17T03:42:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=dfff4b7aa42de7e7d58caeebe2c6128449f09b76'/>
<id>urn:sha1:dfff4b7aa42de7e7d58caeebe2c6128449f09b76</id>
<content type='text'>
Jakub says that legacy-style URI to view two blob differences are never
generated since 1.4.3.  This codepath runs "git diff" Porcelain from the
gitweb, which is a no-no.  It can trigger diff.external command that is
specified in the configuration file of the repository being viewed.

This patch applies to v1.5.4 and later.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>t5304-prune: adjust file mtime based on system time rather than file mtime</title>
<updated>2008-08-14T01:18:23Z</updated>
<author>
<name>Brandon Casey</name>
<email>casey@nrlssc.navy.mil</email>
</author>
<published>2008-08-14T00:49:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=21926fe885aa6579f7aa0e89fcb6a9064f8aa516'/>
<id>urn:sha1:21926fe885aa6579f7aa0e89fcb6a9064f8aa516</id>
<content type='text'>
test-chmtime can adjust the mtime of a file based on the file's mtime, or
based on the system time. For files accessed over NFS, the file's mtime is
set by the NFS server, and as such may vary a great deal from the NFS
client's system time if the clocks of the client and server are out of
sync. Since these tests are testing the expire feature of git-prune, an
incorrect mtime could cause a file to be expired or not expired incorrectly
and produce a test failure.

Avoid this NFS pitfall by modifying the calls to test-chmtime so that the
mtime is adjusted based on the system time, rather than the file's mtime.

Signed-off-by: Brandon Casey &lt;casey@nrlssc.navy.mil&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Fix escaping of glob special characters in pathspecs</title>
<updated>2008-08-14T00:11:03Z</updated>
<author>
<name>Kevin Ballard</name>
<email>kevin@sb.org</email>
</author>
<published>2008-08-13T22:34:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ea335b56d44a92b9b8be40b1465d7df65a4f736b'/>
<id>urn:sha1:ea335b56d44a92b9b8be40b1465d7df65a4f736b</id>
<content type='text'>
match_one implements an optimized pathspec match where it only uses
fnmatch if it detects glob special characters in the pattern. Unfortunately
it didn't treat \ as a special character, so attempts to escape a glob
special character would fail even though fnmatch() supports it.

Signed-off-by: Kevin Ballard &lt;kevin@sb.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Do not talk about "diff" in rev-list documentation.</title>
<updated>2008-08-13T05:40:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-08-11T18:46:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9612e74342cfd38c0b83230a2c847cd070599a5a'/>
<id>urn:sha1:9612e74342cfd38c0b83230a2c847cd070599a5a</id>
<content type='text'>
Since 8c02eee (git-rev-list(1): group options; reformat; document more
options, 2006-09-01), git-rev-list documentation talks as if it supports
any kind of diff output.  It doesn't.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-bisect: fix wrong usage of read(1)</title>
<updated>2008-08-11T23:48:11Z</updated>
<author>
<name>Francis Moreau</name>
<email>francis.moro@gmail.com</email>
</author>
<published>2008-08-11T17:37:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e5d3afd78be54fc6e958c7ebad178593fd030441'/>
<id>urn:sha1:e5d3afd78be54fc6e958c7ebad178593fd030441</id>
<content type='text'>
Signed-off-by:  Francis Moreau &lt;francis.moro@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Re-fix rev-list-options documentation</title>
<updated>2008-08-11T21:24:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-08-11T21:24:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e534735a4cd778ac8172f543869a20894c1022a6'/>
<id>urn:sha1:e534735a4cd778ac8172f543869a20894c1022a6</id>
<content type='text'>
18a2197 (Documentation: rev-list-options: Fix -g paragraph formatting,
2008-08-10) introduced the third paragraph that is continued, but it seems
to confuse docbook toolchain on FC9 machines.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: fix invalid reference to 'mybranch' in user manual</title>
<updated>2008-08-11T06:56:22Z</updated>
<author>
<name>Ivan Stankovic</name>
<email>pokemon@fly.srk.fer.hr</email>
</author>
<published>2008-08-10T16:22:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4f80b27d48fee1c588810f3341ffe5d14558cea2'/>
<id>urn:sha1:4f80b27d48fee1c588810f3341ffe5d14558cea2</id>
<content type='text'>
Signed-off-by: Ivan Stankovic &lt;pokemon@fly.srk.fer.hr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
