<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git, branch v0.99.9c</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v0.99.9c</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v0.99.9c'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2005-11-03T23:45:36Z</updated>
<entry>
<title>GIT 0.99.9c</title>
<updated>2005-11-03T23:45:36Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-03T23:45:36Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=6ddc0964034342519a87fe013781abf31c6db6ad'/>
<id>urn:sha1:6ddc0964034342519a87fe013781abf31c6db6ad</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Illustration: "Commit DAG Revision Naming"</title>
<updated>2005-11-03T22:55:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-03T21:52:44Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=2be8fd085e865097fa0908fe1a94c8edf9cde7f5'/>
<id>urn:sha1:2be8fd085e865097fa0908fe1a94c8edf9cde7f5</id>
<content type='text'>
Jon Loeliger's ASCII art in the git-rev-parse(1) manual.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Illustration: "Git Diff Types"</title>
<updated>2005-11-03T22:55:48Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-03T21:52:44Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=36f05ef485d023eda3bf750e7b207d07d5feb39d'/>
<id>urn:sha1:36f05ef485d023eda3bf750e7b207d07d5feb39d</id>
<content type='text'>
Jon Loeliger's ASCII art in the Tutorial.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Illustration: "Fundamental Git Index Operations"</title>
<updated>2005-11-03T22:55:48Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-03T21:52:44Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=66158e331b385a81ac825c208c6160a0cdd2324c'/>
<id>urn:sha1:66158e331b385a81ac825c208c6160a0cdd2324c</id>
<content type='text'>
Jon Loeliger's ASCII art in the Discussion section.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-merge-ours: make sure our index matches HEAD</title>
<updated>2005-11-03T22:55:11Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-03T09:51:25Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=160252f81626d865b9e902abffe5e4976944c930'/>
<id>urn:sha1:160252f81626d865b9e902abffe5e4976944c930</id>
<content type='text'>
git-merge expects this check to be done appropriately by the
merge strategy backends.  In the case of merge-ours strategy,
the resulting tree comes what we have in the index file, so it
must match the current HEAD; otherwise it would not be "ours"
merge.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Add 'ours' merge strategy.</title>
<updated>2005-11-03T22:55:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-02T03:34:49Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=64da9e604eea25c9c20cfe12618285ccd0bf3cfe'/>
<id>urn:sha1:64da9e604eea25c9c20cfe12618285ccd0bf3cfe</id>
<content type='text'>
This adds the coolest merge strategy ever, "ours".  It can take
arbitrary number of foreign heads and merge them into the
current branch, with the resulting tree always taken from our
branch head, hence its name.

What this means is that you can declare that the current branch
supersedes the development histories of other branches using
this merge strategy.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Add --no-commit to git-merge/git-pull.</title>
<updated>2005-11-03T22:55:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-02T03:30:11Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=123ee3ca7b57c32bb3ecd8cfede20dbb9dd5a8a8'/>
<id>urn:sha1:123ee3ca7b57c32bb3ecd8cfede20dbb9dd5a8a8</id>
<content type='text'>
With --no-commit flag, git-pull will perform the merge but pretends as
if the merge needed a hand resolve even if automerge cleanly resolves,
to give the user a chance to add further changes and edit the commit
message.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Document --since and --until options to rev-parse.</title>
<updated>2005-11-03T07:41:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-03T07:41:25Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=a3114b3428595710d4719dd668531210af5993c9'/>
<id>urn:sha1:a3114b3428595710d4719dd668531210af5993c9</id>
<content type='text'>
The usability magic were hidden in the source code without being
documented, and even the maintainer did not know about them ;-).

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Be careful when dereferencing tags.</title>
<updated>2005-11-03T00:50:58Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-02T23:19:13Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=9534f40bc42dd826cc26c8c8c84f6a8a5fc569f6'/>
<id>urn:sha1:9534f40bc42dd826cc26c8c8c84f6a8a5fc569f6</id>
<content type='text'>
One caller of deref_tag() was not careful enough to make sure
what deref_tag() returned was not NULL (i.e. we found a tag
object that points at an object we do not have).  Fix it, and
warn about refs that point at such an incomplete tag where
needed.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Clean up the SunOS Makefile rule</title>
<updated>2005-11-03T00:50:58Z</updated>
<author>
<name>Peter Eriksen</name>
<email>s022018@student.dtu.dk</email>
</author>
<published>2005-11-02T19:27:31Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=2fd955cc0b49de9e64b2f073ce76033975f0be24'/>
<id>urn:sha1:2fd955cc0b49de9e64b2f073ce76033975f0be24</id>
<content type='text'>
Don't set a non-standard CURLDIR as default, and fix an error
in Solaris 10 by setting NEEDS_LIBICONV.

Signed-off-by: Peter Eriksen &lt;s022018@student.dtu.dk&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
