<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation, branch v1.0.0</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.0.0</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.0.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2005-12-21T04:54:28Z</updated>
<entry>
<title>A shared repository should be writable by members.</title>
<updated>2005-12-21T04:54:28Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-12-21T04:54:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a3431febfe241120205472def2a14ef09a4dbe60'/>
<id>urn:sha1:a3431febfe241120205472def2a14ef09a4dbe60</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>diff --abbrev: document --abbrev=&lt;n&gt; form.</title>
<updated>2005-12-20T02:32:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-12-18T10:03:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=913419fcc648dd43d7f7afdd94fa25aee4f9798a'/>
<id>urn:sha1:913419fcc648dd43d7f7afdd94fa25aee4f9798a</id>
<content type='text'>
It was implemented there but was not advertised.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>diff: --abbrev option</title>
<updated>2005-12-20T02:32:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-12-14T01:21:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=47dd0d595d04ee5283dfd8a0b4cbd6e6de8ad57f'/>
<id>urn:sha1:47dd0d595d04ee5283dfd8a0b4cbd6e6de8ad57f</id>
<content type='text'>
When I show transcripts to explain how something works, I often
find myself hand-editing the diff-raw output to shorten various
object names in the output.

This adds --abbrev option to the diff family, which shortens
diff-raw output and diff-tree commit id headers.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Remove "octopus".</title>
<updated>2005-12-20T02:05:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-12-20T02:03:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e32faa8adbc8ba9803088e849bc26680134c853c'/>
<id>urn:sha1:e32faa8adbc8ba9803088e849bc26680134c853c</id>
<content type='text'>
We still advertise "git resolve" as a standalone command, but never
"git octopus", so nobody should be using it and it is safe to
retire it.  The functionality is still available as a strategy
backend.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Documentation: stdout of update-hook is connected to /dev/null</title>
<updated>2005-12-20T00:38:16Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-12-20T00:35:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3aadad1b32db3555bc19dac0892d41628a8e736d'/>
<id>urn:sha1:3aadad1b32db3555bc19dac0892d41628a8e736d</id>
<content type='text'>
Mention that update-hook does not emit its stdout to the sender.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Documentation/git-archimport: document -o, -a, f, -D options</title>
<updated>2005-12-19T09:51:16Z</updated>
<author>
<name>Eric Wong</name>
<email>normalperson@yhbt.net</email>
</author>
<published>2005-12-19T01:23:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=42f4570c86c41c5bfdc72465afc8f1928da69eea'/>
<id>urn:sha1:42f4570c86c41c5bfdc72465afc8f1928da69eea</id>
<content type='text'>
Also, ensure usage help switches are in the same order.

Signed-off-by: Eric Wong &lt;normalperson@yhbt.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>howto/using-topic-branches: Recommend public URL git://git.kernel.org/</title>
<updated>2005-12-19T08:31:08Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-12-19T08:31:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3af849a3dae9442767668cd2045e360225724558'/>
<id>urn:sha1:3af849a3dae9442767668cd2045e360225724558</id>
<content type='text'>
Recommending this means subsystem maintainers do not have to log-in
just to resync with upstream.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Documentation: typos and small fixes in "everyday".</title>
<updated>2005-12-18T20:11:27Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-12-18T20:11:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d808111ebdb0b50709527612221eb2970ed6ece9'/>
<id>urn:sha1:d808111ebdb0b50709527612221eb2970ed6ece9</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>fetch-pack: -k option to keep downloaded pack.</title>
<updated>2005-12-18T07:11:29Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-12-15T06:17:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ad8972150887a8ed3dd4869fc9318cc2e48dd69f'/>
<id>urn:sha1:ad8972150887a8ed3dd4869fc9318cc2e48dd69f</id>
<content type='text'>
Split out the functions that deal with the socketpair after
finishing git protocol handshake to receive the packed data into
a separate file, and use it in fetch-pack to keep/explode the
received pack data.  We earlier had something like that on
clone-pack side once, but the list discussion resulted in the
decision that it makes sense to always keep the pack for
clone-pack, so unpacking option is not enabled on the clone-pack
side, but we later still could do so easily if we wanted to with
this change.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Documentation: HTTP needs update-server-info.</title>
<updated>2005-12-17T19:39:39Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-12-17T19:39:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=80248b2e4888a05adcb903f53af84ee513d22245'/>
<id>urn:sha1:80248b2e4888a05adcb903f53af84ee513d22245</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
