<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, 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-03T23:27:46Z</updated>
<entry>
<title>GIT 0.99.8a</title>
<updated>2005-10-03T23:27:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-03T23:26:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e1d04f8aad59397cbd55e72bf8a1bd75606f5350'/>
<id>urn:sha1:e1d04f8aad59397cbd55e72bf8a1bd75606f5350</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Random documentation fixes</title>
<updated>2005-10-03T20:23:47Z</updated>
<author>
<name>Jonas Fonseca</name>
<email>fonseca@diku.dk</email>
</author>
<published>2005-10-03T17:16:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=df8baa42fe4eeb5a021ac262caf601f44d2a5746'/>
<id>urn:sha1:df8baa42fe4eeb5a021ac262caf601f44d2a5746</id>
<content type='text'>
The fixes focuses on improving the HTML output. Most noteworthy:

 - Fix the Makefile to also make various *.html files depend on
   included files.

 - Consistently use 'NOTE: ...' instead of '[ ... ]' for additional
   info.

 - Fix ending '::' for description lists in OPTION section etc.

 - Fix paragraphs in description lists ending up as preformated text.

 - Always use listingblocks (preformatted text wrapped in lines with -----)
   for examples that span empty lines, so they are put in only one HTML
   block.

 - Use '1.' instead of '(1)' for numbered lists.

 - Fix linking to other GIT docs.

 - git-rev-list.txt: put option descriptions in an OPTION section.

Signed-off-by: Jonas Fonseca &lt;fonseca@diku.dk&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Error message from get_sha1() on ambiguous short SHA1.</title>
<updated>2005-10-03T07:36:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-03T07:36:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5a82b4fb3e547c4aa14cd417790b3f925713a422'/>
<id>urn:sha1:5a82b4fb3e547c4aa14cd417790b3f925713a422</id>
<content type='text'>
Unlike cases where "no such object exists", the case where specified
prefix is ambiguous would confuse the user if we say "no such commit"
or such.  Give an extra error message from the uniqueness check if
there are more than one objects that match the given prefix.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Enable and fix support for base less merges.</title>
<updated>2005-10-03T07:25:42Z</updated>
<author>
<name>Fredrik Kuivinen</name>
<email>freku045@student.liu.se</email>
</author>
<published>2005-10-03T06:13:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=88f8f0a52b2962452d89e854ad751283595473e4'/>
<id>urn:sha1:88f8f0a52b2962452d89e854ad751283595473e4</id>
<content type='text'>
Let the merge strategies handle the base less case if they are able to
do it. It also fixes git-resolve.sh to die if no common ancestors
exists, instead of doing the wrong thing. Furthermore, it contains a
small independent fix for git-merge.sh and a fix for a base less code
path in gitMergeCommon.py.

With this it's possible to use
    git merge -s recursive 'merge message' A B
to do a base less merge of A and B.

[jc: Thanks Fredrik for fixing the brown-paper-bag in git-merge.
 I fixed a small typo in git-merge-resolve fix; 'test' equality
 check is spelled with single equal sign -- C-style double equal
 sign is bashism.]

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>Make sure get_sha1 does not accept ambiguous sha1 prefix.</title>
<updated>2005-10-03T04:40:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-03T04:40:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=99a19b43021024e12ddb67831f8e5919f86a5979'/>
<id>urn:sha1:99a19b43021024e12ddb67831f8e5919f86a5979</id>
<content type='text'>
The original code did not even check alternates, and was confused if
an unpacked object was uniquely found when there was another object
that shares the same prefix in the pack.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Fix minor DOS in rev-list.</title>
<updated>2005-10-03T00:29:21Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-03T00:29:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c807f771947de65dceb22960d1a093d702f42105'/>
<id>urn:sha1:c807f771947de65dceb22960d1a093d702f42105</id>
<content type='text'>
A carefully crafted pathname can be used to disrupt downstream git-pack-objects
that uses 'git-rev-list --objects' output.  Prevent this.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>GIT 0.99.8</title>
<updated>2005-10-02T23:07:29Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-02T19:56:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=91dd674e30ba0298e89c9be2657024805170c2ac'/>
<id>urn:sha1:91dd674e30ba0298e89c9be2657024805170c2ac</id>
<content type='text'>
GIT already did everything I wanted it to do since mid 0.99.7,
and it has almost everything I want it to have now, except a
couple of minor tweaks and enhancements.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Update git-clone documentation</title>
<updated>2005-10-02T23:06:08Z</updated>
<author>
<name>Eric W. Biederman</name>
<email>ebiederm@xmission.com</email>
</author>
<published>2005-10-02T19:42:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a2775c2a410be4bec1e29ae78bccd3247829e2be'/>
<id>urn:sha1:a2775c2a410be4bec1e29ae78bccd3247829e2be</id>
<content type='text'>
The documentation for git-clone is behind the actual command.
I have been getting tired of reading the shell script to see
what the arguments are so here is an update of the actual documentation.

Signed-off-by: Eric Biederman &lt;ebiederman@xmission.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Handle really trivial case inside git-merge.</title>
<updated>2005-10-02T18:13:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-02T18:13:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f9d72413bcbf33ced45f12e17ef156abd73963f6'/>
<id>urn:sha1:f9d72413bcbf33ced45f12e17ef156abd73963f6</id>
<content type='text'>
Using Linus' --trivial option, this handles really trivial case
inside git-merge itself, without using any strategy modules.

A 'really trivial case' is:

 - we are merging one branch into the current branch;
 - there is only one merge base between the branches;
 - there is no file-level merge required.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>read-tree: --trivial</title>
<updated>2005-10-02T17:42:46Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@osdl.org</email>
</author>
<published>2005-09-29T15:16:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=23822a355de674f1d1321ad7e112f0fe40124aca'/>
<id>urn:sha1:23822a355de674f1d1321ad7e112f0fe40124aca</id>
<content type='text'>
This adds an option --trivial to restrict 3-way 'read-tree -m -u'
to happen only if there is no file-level merging required.

Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
