<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.6.1-rc2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.6.1-rc2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.6.1-rc2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2008-12-08T01:34:14Z</updated>
<entry>
<title>Point "stale" 1.6.0.5 documentation from the main git documentation page</title>
<updated>2008-12-08T01:34:14Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-12-08T01:34:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f371d3ea3ca7933df787230f2eb9b67901bde9d3'/>
<id>urn:sha1:f371d3ea3ca7933df787230f2eb9b67901bde9d3</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Revert "git-stash: use git rev-parse -q"</title>
<updated>2008-12-08T01:30:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-12-08T01:30:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0e32126f04f6ad64826d4c145f2a1a9685e0910d'/>
<id>urn:sha1:0e32126f04f6ad64826d4c145f2a1a9685e0910d</id>
<content type='text'>
This reverts commit 757c7f60a78004fc3d0ea62f44320d54ef430c10 as an
unnecessary error message to pop up when the last stash entry is dropped.

It simply is not worth the aggravation.
</content>
</entry>
<entry>
<title>Update draft release notes for 1.6.1</title>
<updated>2008-12-07T23:14:26Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-12-07T23:06:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0516cc5cc6ccb3b998ea5613ab178407c31339e3'/>
<id>urn:sha1:0516cc5cc6ccb3b998ea5613ab178407c31339e3</id>
<content type='text'>
A handful of fixes have been backmerged to 'maint' and are now contained
in 1.6.0.X series as the result, so drop them from this document.

Also contains typofix and duplicate removal pointed out by
Bjørn Lindeijer and Jakub Narebski.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2008-12-07T23:13:02Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-12-07T23:13:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3a59bb22db24ff90c173ffb462fe67902a213d96'/>
<id>urn:sha1:3a59bb22db24ff90c173ffb462fe67902a213d96</id>
<content type='text'>
* maint:
  GIT 1.6.0.5
  "git diff &lt;tree&gt;{3,}": do not reverse order of arguments
  tag: delete TAG_EDITMSG only on successful tag
  gitweb: Make project specific override for 'grep' feature work
  http.c: use 'git_config_string' to get 'curl_http_proxy'
  fetch-pack: Avoid memcpy() with src==dst
</content>
</entry>
<entry>
<title>GIT 1.6.0.5</title>
<updated>2008-12-07T23:11:54Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-12-07T11:03:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=1c2ed59de2d14ad6ee9daa4d4f7254297d9a3830'/>
<id>urn:sha1:1c2ed59de2d14ad6ee9daa4d4f7254297d9a3830</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>"git diff &lt;tree&gt;{3,}": do not reverse order of arguments</title>
<updated>2008-12-07T22:57:57Z</updated>
<author>
<name>Matt McCutchen</name>
<email>matt@mattmccutchen.net</email>
</author>
<published>2008-10-11T01:56:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=dbc2fb6b841dd3a72c52a5a161e2362a26fc65f5'/>
<id>urn:sha1:dbc2fb6b841dd3a72c52a5a161e2362a26fc65f5</id>
<content type='text'>
According to the message of commit 0fe7c1de16f71312e6adac4b85bddf0d62a47168,
"git diff" with three or more trees expects the merged tree first followed by
the parents, in order.  However, this command reversed the order of its
arguments, resulting in confusing diffs.  A comment /* Again, the revs are all
reverse */ suggested there was a reason for this, but I can't figure out the
reason, so I removed the reversal of the arguments.  Test case included.

Signed-off-by: Matt McCutchen &lt;matt@mattmccutchen.net&gt;
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>tag: delete TAG_EDITMSG only on successful tag</title>
<updated>2008-12-07T10:53:45Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2008-12-06T19:40:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3927bbe9a4d4033551dea39ac1abb9cdc45d822c'/>
<id>urn:sha1:3927bbe9a4d4033551dea39ac1abb9cdc45d822c</id>
<content type='text'>
The user may put some effort into writing an annotated tag
message. When the tagging process later fails (which can
happen fairly easily, since it may be dependent on gpg being
correctly configured and used), there is no record left on
disk of the tag message.

Instead, let's keep the TAG_EDITMSG file around until we are
sure the tag has been created successfully. If we die
because of an error, the user can recover their text from
that file. Leaving the file in place causes no conflicts;
it will be silently overwritten by the next annotated tag
creation.

This matches the behavior of COMMIT_EDITMSG, which stays
around in case of error.

Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: Make project specific override for 'grep' feature work</title>
<updated>2008-12-07T10:52:37Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2008-12-07T09:36:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=bcc6a833032e0830195c1de1b834006a1d0156fe'/>
<id>urn:sha1:bcc6a833032e0830195c1de1b834006a1d0156fe</id>
<content type='text'>
The 'grep' feature was marked in the comments as having project
specific config, but it lacked 'sub' key required for it to work.

Kind-of-Noticed-by: Matt Kraai &lt;kraai@ftbfs.org&gt;
Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>http.c: use 'git_config_string' to get 'curl_http_proxy'</title>
<updated>2008-12-07T10:41:55Z</updated>
<author>
<name>Miklos Vajna</name>
<email>vmiklos@frugalware.org</email>
</author>
<published>2008-12-07T00:45:37Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e4a80ecf40c9651741def7c4f0b2ca56b42af1a8'/>
<id>urn:sha1:e4a80ecf40c9651741def7c4f0b2ca56b42af1a8</id>
<content type='text'>
Signed-off-by: Miklos Vajna &lt;vmiklos@frugalware.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>fetch-pack: Avoid memcpy() with src==dst</title>
<updated>2008-12-07T10:41:45Z</updated>
<author>
<name>Thomas Rast</name>
<email>trast@student.ethz.ch</email>
</author>
<published>2008-12-06T20:50:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d551bbaf3af1fad947c704bdeb9cf664b34e38c6'/>
<id>urn:sha1:d551bbaf3af1fad947c704bdeb9cf664b34e38c6</id>
<content type='text'>
memcpy() may only be used for disjoint memory areas, but when invoked
from cmd_fetch_pack(), we have my_args == &amp;args.  (The argument cannot
be removed entirely because transport.c invokes with its own
variable.)

Signed-off-by: Thomas Rast &lt;trast@student.ethz.ch&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
