<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.5.5.6</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.5.5.6</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.5.5.6'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2008-12-17T06:08:28Z</updated>
<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>GIT 1.5.5.5</title>
<updated>2008-06-27T00:59:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-06-27T00:16:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=006f31d77f3dd5f813557c2839b39b2aaa22b925'/>
<id>urn:sha1:006f31d77f3dd5f813557c2839b39b2aaa22b925</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint-1.5.4' into maint-1.5.5</title>
<updated>2008-06-27T00:14:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-06-27T00:14:03Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=53b22a9e45161004ff3260782abc4ee2a5b3e730'/>
<id>urn:sha1:53b22a9e45161004ff3260782abc4ee2a5b3e730</id>
<content type='text'>
* maint-1.5.4:
  GIT 1.5.4.6
  git-shell: accept "git foo" form

Conflicts:

	GIT-VERSION-GEN
	RelNotes
</content>
</entry>
<entry>
<title>GIT 1.5.4.6</title>
<updated>2008-06-27T00:11:21Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-06-27T00:11:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=872354dcb3ce5f34f7ddb12d2c89d26a1ea4daf0'/>
<id>urn:sha1:872354dcb3ce5f34f7ddb12d2c89d26a1ea4daf0</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-shell: accept "git foo" form</title>
<updated>2008-06-26T23:51:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2007-12-02T06:16:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=bc7c73e29cfb38232b5b6b1d1e8d59e7145a9860'/>
<id>urn:sha1:bc7c73e29cfb38232b5b6b1d1e8d59e7145a9860</id>
<content type='text'>
This is a backport of 0a47dc110e042b5bcc63dc94c8d517e67efe9306
to 'maint' to be included in 1.5.6.2 so that older server side
can accept dashless form of request when clients are updated.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>diff.c: fix emit_line() again not to add extra line</title>
<updated>2008-06-17T00:37:21Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-06-17T00:37:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4afbcab9898ce63ad641dd0de6e9b69deda44330'/>
<id>urn:sha1:4afbcab9898ce63ad641dd0de6e9b69deda44330</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>diff: reset color before printing newline</title>
<updated>2008-06-16T22:22:09Z</updated>
<author>
<name>SZEDER Gábor</name>
<email>szeder@ira.uka.de</email>
</author>
<published>2008-06-16T22:00:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=06ff64ae3d8c1d446ff61cff78a8faa3a07bfe24'/>
<id>urn:sha1:06ff64ae3d8c1d446ff61cff78a8faa3a07bfe24</id>
<content type='text'>
It worked that way since commit 50f575fc (Tweak diff colors,
2006-06-22), but commit c1795bb0 (Unify whitespace checking, 2007-12-13)
changed it.  This patch restores the old behaviour.

Besides Linus' arguments in the log message of 50f575fc, resetting color
before printing newline is also important to keep 'git add --patch'
happy.  If the last line(s) of a file are removed, then that hunk will
end with a colored line.  However, if the newline comes before the color
reset, then the diff output will have an additional line at the end
containing only the reset sequence.  This causes trouble in
git-add--interactive.perl's parse_diff function, because @colored will
have one more element than @diff, and that last element will contain the
color reset.  The elements of these arrays will then be copied to @hunk,
but only as many as the number of elements in @diff.  As a result the
last color reset is lost and all subsequent terminal output will be
printed in color.

Signed-off-by: SZEDER Gábor &lt;szeder@ira.uka.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>fix typo in tutorial</title>
<updated>2008-06-11T23:21:45Z</updated>
<author>
<name>Fred Maranhão</name>
<email>fred.maranhao@gmail.com</email>
</author>
<published>2008-06-11T23:09:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2feaf4e977c5e7392ef42689b34d60c4d2f40f4f'/>
<id>urn:sha1:2feaf4e977c5e7392ef42689b34d60c4d2f40f4f</id>
<content type='text'>
Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
