<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git/Documentation, branch v1.7.3.5</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.7.3.5</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.7.3.5'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2011-01-05T22:49:19Z</updated>
<entry>
<title>Git 1.7.3.5</title>
<updated>2011-01-05T22:49:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-01-05T22:49:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=6e97ef31ce20ff93a4cc0e3c6ab5171fd6dda5f3'/>
<id>urn:sha1:6e97ef31ce20ff93a4cc0e3c6ab5171fd6dda5f3</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Prepare for 1.7.3.5</title>
<updated>2010-12-28T21:48:54Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-12-28T21:48:54Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=17367939ebd64f5e6eb4fa5a32ece513f497e6e6'/>
<id>urn:sha1:17367939ebd64f5e6eb4fa5a32ece513f497e6e6</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>fsck docs: remove outdated and useless diagnostic</title>
<updated>2010-12-19T06:58:40Z</updated>
<author>
<name>Mark Lodato</name>
<email>lodatom@gmail.com</email>
</author>
<published>2010-12-18T05:38:38Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=0c806a06a311081ba02f60ffd2711853c1b9d6fc'/>
<id>urn:sha1:0c806a06a311081ba02f60ffd2711853c1b9d6fc</id>
<content type='text'>
In git-fsck(1), there was a reference to the warning "&lt;tree&gt; has full
pathnames in it".  This exact wording has not been used since 2005
(commit f1f0d0889e55), when the wording was changed slightly.  More
importantly, the description of that warning was useless, and there were
many other similar warning messages which were not document at all.
Since all these warnings are fairly obvious, there is no need for them
to be in the man page.

Signed-off-by: Mark Lodato &lt;lodatom@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Fix typo in git-gc document.</title>
<updated>2010-12-17T19:53:53Z</updated>
<author>
<name>Jiang Xin</name>
<email>worldhello.net@gmail.com</email>
</author>
<published>2010-12-16T07:16:49Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=4be0c3522421329f255a1cd9021ee86519f00f96'/>
<id>urn:sha1:4be0c3522421329f255a1cd9021ee86519f00f96</id>
<content type='text'>
The variable gc.packrefs for git-gc can be set to true, false and
"notbare", not "nobare".

Signed-off-by: Jiang Xin &lt;jiangxin@ossxp.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>difftool: provide basename to external tools</title>
<updated>2010-12-16T21:01:36Z</updated>
<author>
<name>Michael J Gruber</name>
<email>git@drmicha.warpmail.net</email>
</author>
<published>2010-12-14T09:18:35Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=4a689afb030c1cd5aa1c141db94bbf9dde42f05e'/>
<id>urn:sha1:4a689afb030c1cd5aa1c141db94bbf9dde42f05e</id>
<content type='text'>
Currently, only configured diff helpers get the basename of the file
being compared. Tools specified with "git difftool -x" only get the
names of temporary files for the different versions.

Export BASE so that an external tool can read the name from the
environment. Rather than using a third argument, this avoids breaking
existing scripts which may somewhat carelessly be using "$@" rather than
"$1" "$2".

Signed-off-by: Michael J Gruber &lt;git@drmicha.warpmail.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-difftool.txt: correct the description of $BASE and describe $MERGED</title>
<updated>2010-12-16T21:01:31Z</updated>
<author>
<name>Michael J Gruber</name>
<email>git@drmicha.warpmail.net</email>
</author>
<published>2010-12-14T09:18:34Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=51baceeec4884c14ac8c77902ec6973ab36421ca'/>
<id>urn:sha1:51baceeec4884c14ac8c77902ec6973ab36421ca</id>
<content type='text'>
Signed-off-by: Michael J Gruber &lt;git@drmicha.warpmail.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 1.7.3.4</title>
<updated>2010-12-15T19:47:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-12-15T19:47:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=fa1c8542cb3ed2a193aac2e514ebe12d7fe22a04'/>
<id>urn:sha1:fa1c8542cb3ed2a193aac2e514ebe12d7fe22a04</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 1.7.2.5</title>
<updated>2010-12-15T19:45:36Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-12-15T19:45:36Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=b91779f17eb19ffc2e63e84728e785cf274b47df'/>
<id>urn:sha1:b91779f17eb19ffc2e63e84728e785cf274b47df</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 1.7.1.4</title>
<updated>2010-12-15T19:40:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-12-15T19:40:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=9db41eba4259126dbe1c68e2207d342d11f14745'/>
<id>urn:sha1:9db41eba4259126dbe1c68e2207d342d11f14745</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 1.7.0.9</title>
<updated>2010-12-15T19:38:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-12-15T19:38:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=cb198b3b67feb2c0a6f22199ec14fa48d18ac1ce'/>
<id>urn:sha1:cb198b3b67feb2c0a6f22199ec14fa48d18ac1ce</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
