<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/t, branch v0.99.8a</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v0.99.8a</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v0.99.8a'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2005-10-02T17:31:18Z</updated>
<entry>
<title>[PATCH] Teach git-ls-files about '--' to denote end of options.</title>
<updated>2005-10-02T17:31:18Z</updated>
<author>
<name>Fredrik Kuivinen</name>
<email>freku045@student.liu.se</email>
</author>
<published>2005-10-02T15:33:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=500b97e4bb184c954a52550843e6314ecf97a208'/>
<id>urn:sha1:500b97e4bb184c954a52550843e6314ecf97a208</id>
<content type='text'>
Useful if you have a file whose name starts with a dash.

Signed-off-by: Fredrik Kuivinen &lt;freku045@student.liu.se&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>More portability.</title>
<updated>2005-10-02T06:19:48Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junio@twinsun.com</email>
</author>
<published>2005-09-30T20:31:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=455a7f3275d264f6e66045b92c83747ec461dda5'/>
<id>urn:sha1:455a7f3275d264f6e66045b92c83747ec461dda5</id>
<content type='text'>
 - The location of openssl development files got customizable.
 - The location of iconv development files got customizable.
 - Pass $TAR down to t5000 test so that the user can override with
   'gmake TAR=gtar'.
 - Solaris 'bc' does not seem to grok "define abs()".  There is no
   reason to use bc there -- expr would do.

Signed-off-by: Junio C Hamano &lt;junio@twinsun.com&gt;
</content>
</entry>
<entry>
<title>Add git-symbolic-ref</title>
<updated>2005-10-02T06:19:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junio@twinsun.com</email>
</author>
<published>2005-09-30T21:26:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8098a178b26dc7a158d129a092a5b78da6d12b72'/>
<id>urn:sha1:8098a178b26dc7a158d129a092a5b78da6d12b72</id>
<content type='text'>
This adds the counterpart of git-update-ref that lets you read
and create "symbolic refs".  By default it uses a symbolic link
to represent ".git/HEAD -&gt; refs/heads/master", but it can be compiled
to use the textfile symbolic ref.

The places that did 'readlink .git/HEAD' and 'ln -s refs/heads/blah
.git/HEAD' have been converted to use new git-symbolic-ref command, so
that they can deal with either implementation.

Signed-off-by: Junio C Hamano &lt;junio@twinsun.com&gt;
</content>
</entry>
<entry>
<title>Update the case table in t/t1000.</title>
<updated>2005-09-28T19:56:18Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-28T19:56:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3e03aaf523331d4f3e92e680f75e6053d1813b64'/>
<id>urn:sha1:3e03aaf523331d4f3e92e680f75e6053d1813b64</id>
<content type='text'>
It still talked about "the proposed alternative semantics" but we have
used those alternative semantics for quite some time.  Update them to
avoid confusion.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Make the test more shell generic and fix missing Solaris find option</title>
<updated>2005-09-27T07:16:39Z</updated>
<author>
<name>Peter Eriksen</name>
<email>s022018@student.dtu.dk</email>
</author>
<published>2005-09-24T19:50:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=edde7a8b5324d88f07fcb8204da313c19b4988fa'/>
<id>urn:sha1:edde7a8b5324d88f07fcb8204da313c19b4988fa</id>
<content type='text'>
This is from Peter Eriksen, but further fixed.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Retire diff-helper.</title>
<updated>2005-09-22T08:54:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-21T06:24:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5cfcd07c931e6029a77f9393309f7d0ec7cdc118'/>
<id>urn:sha1:5cfcd07c931e6029a77f9393309f7d0ec7cdc118</id>
<content type='text'>
The textual diff generation with built-in '-p' in diff-* brothers has
proven to be useful enough that git-diff-helper outlived its usefulness.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Show modified files in git-ls-files</title>
<updated>2005-09-20T22:07:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-19T22:11:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b0391890d25d9e7ca8f7df2199292df68ead8093'/>
<id>urn:sha1:b0391890d25d9e7ca8f7df2199292df68ead8093</id>
<content type='text'>
Add -m/--modified to show files that have been modified wrt. the index.

[jc: The original came from Brian Gerst on Sep 1st but it only checked
if the paths were cache dirty without actually checking the files were
modified.  I also added the usage string and a new test.]

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Fix typo in test comment.</title>
<updated>2005-09-17T18:57:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-17T06:27:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=50d69ef4f59756195172721e5f25a9dc28e891ca'/>
<id>urn:sha1:50d69ef4f59756195172721e5f25a9dc28e891ca</id>
<content type='text'>
I do not know why it was spelled git-rev-tree when I meant to say
git-read-tree, but the typo was left since day one.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Add debugging help for case #16 to read-tree.c</title>
<updated>2005-09-11T01:27:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-06T19:53:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4d3fe0c5f342d0b00209916cf6951c2f8db414d2'/>
<id>urn:sha1:4d3fe0c5f342d0b00209916cf6951c2f8db414d2</id>
<content type='text'>
This will help us detect if real-world example merges have multiple
merge-base candidates and one of them matches one head while another
matches the other head.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Rewrite read-tree</title>
<updated>2005-09-11T01:27:41Z</updated>
<author>
<name>Daniel Barkalow</name>
<email>barkalow@iabervon.org</email>
</author>
<published>2005-09-05T06:04:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ee6566e8d70da682ac4926dd8a67ac821b2c1743'/>
<id>urn:sha1:ee6566e8d70da682ac4926dd8a67ac821b2c1743</id>
<content type='text'>
Adds support for multiple ancestors, removes --emu23, much simplification.

Signed-off-by: Daniel Barkalow &lt;barkalow@iabervon.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
