<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/git-replace.txt, branch v2.0.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.0.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.0.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2013-12-30T20:33:11Z</updated>
<entry>
<title>replace info: rename 'full' to 'long' and clarify in-code symbols</title>
<updated>2013-12-30T20:33:11Z</updated>
<author>
<name>Christian Couder</name>
<email>chriscool@tuxfamily.org</email>
</author>
<published>2013-12-28T11:00:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=663a8566beb5387530641abe71a8d8b2dafd08b3'/>
<id>urn:sha1:663a8566beb5387530641abe71a8d8b2dafd08b3</id>
<content type='text'>
Enum names SHORT/MEDIUM/FULL were too broad to be descriptive.  And
they clashed with built-in symbols on platforms like Windows.
Clarify by giving them REPLACE_FORMAT_ prefix.

Rename 'full' format in "git replace --format=&lt;name&gt;" to 'long', to
match others (i.e. 'short' and 'medium').

Signed-off-by: Christian Couder &lt;chriscool@tuxfamily.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/git-replace: describe --format option</title>
<updated>2013-12-12T19:53:49Z</updated>
<author>
<name>Christian Couder</name>
<email>chriscool@tuxfamily.org</email>
</author>
<published>2013-12-11T07:46:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=34a332221c581585ad06ed43eff12fb7e675cc1d'/>
<id>urn:sha1:34a332221c581585ad06ed43eff12fb7e675cc1d</id>
<content type='text'>
Signed-off-by: Christian Couder &lt;chriscool@tuxfamily.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Doc: 'replace' merge and non-merge commits</title>
<updated>2013-09-09T15:16:30Z</updated>
<author>
<name>Philip Oakley</name>
<email>philipoakley@iee.org</email>
</author>
<published>2013-09-08T12:10:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=907492534118a88d071676e78fe4bd1427189a37'/>
<id>urn:sha1:907492534118a88d071676e78fe4bd1427189a37</id>
<content type='text'>
Merges are often treated as special case objects so tell users that
they are not special here.

Signed-off-by: Philip Oakley &lt;philipoakley@iee.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>replace: allow long option names</title>
<updated>2013-09-06T20:32:24Z</updated>
<author>
<name>Christian Couder</name>
<email>chriscool@tuxfamily.org</email>
</author>
<published>2013-09-06T05:10:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ed0ff80984d37f9f40b1bf209bc86ea2fa8f3783'/>
<id>urn:sha1:ed0ff80984d37f9f40b1bf209bc86ea2fa8f3783</id>
<content type='text'>
It is now standard practice in Git to have both short and long option
names. So let's give a long option name to the git replace options too.

Signed-off-by: Christian Couder &lt;chriscool@tuxfamily.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/replace: add Creating Replacement Objects section</title>
<updated>2013-09-06T20:29:53Z</updated>
<author>
<name>Christian Couder</name>
<email>chriscool@tuxfamily.org</email>
</author>
<published>2013-09-06T05:10:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b8fcce1e7f7baafba8b6ba0b4e9bec2f27893f43'/>
<id>urn:sha1:b8fcce1e7f7baafba8b6ba0b4e9bec2f27893f43</id>
<content type='text'>
There were no hints in the documentation about how to create
replacement objects.

Signed-off-by: Christian Couder &lt;chriscool@tuxfamily.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/replace: state that objects must be of the same type</title>
<updated>2013-09-06T20:25:21Z</updated>
<author>
<name>Christian Couder</name>
<email>chriscool@tuxfamily.org</email>
</author>
<published>2013-09-06T05:10:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=160df71ef53b0ad645391ec7d5525eda33871d09'/>
<id>urn:sha1:160df71ef53b0ad645391ec7d5525eda33871d09</id>
<content type='text'>
A previous patch ensures that both the replaced and the replacement
objects passed to git replace must be of the same type, except if
-f option is used.

While at it state that there is no other restriction on both objects.

Signed-off-by: Christian Couder &lt;chriscool@tuxfamily.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>The name of the hash function is "SHA-1", not "SHA1"</title>
<updated>2013-04-15T18:08:37Z</updated>
<author>
<name>Thomas Ackermann</name>
<email>th.acker@arcor.de</email>
</author>
<published>2013-04-15T17:49:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d5fa1f1a69f578831179b77893aac480b986e875'/>
<id>urn:sha1:d5fa1f1a69f578831179b77893aac480b986e875</id>
<content type='text'>
Use "SHA-1" instead of "SHA1" whenever we talk about the hash function.
When used as a programming symbol, we keep "SHA1".

Signed-off-by: Thomas Ackermann &lt;th.acker@arcor.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: the name of the system is 'Git', not 'git'</title>
<updated>2013-02-01T21:53:33Z</updated>
<author>
<name>Thomas Ackermann</name>
<email>th.acker@arcor.de</email>
</author>
<published>2013-01-21T19:17:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2de9b71138171dca7279db3b3fe67e868c76d921'/>
<id>urn:sha1:2de9b71138171dca7279db3b3fe67e868c76d921</id>
<content type='text'>
Signed-off-by: Thomas Ackermann &lt;th.acker@arcor.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: do not mention .git/refs/* directories</title>
<updated>2012-08-06T21:04:16Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-08-06T20:36:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=831e61f80fab2d3f9ba1773e657803dcf8b16432'/>
<id>urn:sha1:831e61f80fab2d3f9ba1773e657803dcf8b16432</id>
<content type='text'>
It is an implementation detail that a new tag is created by adding a
file in the .git/refs/tags directory.  The only thing the user needs
to know is that a "git tag" creates a ref in the refs/tags namespace,
and without "-f", it does not overwrite an existing tag.

Inspired by a report from 乙酸鋰 &lt;ch3cooli@gmail.com&gt;; I think I
caught all the existing mention in Documentation/ directory in the
tip of 1.7.9.X maintenance track, but we may have added new ones
since then.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: drop author/documentation sections from most pages</title>
<updated>2011-03-11T15:59:16Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2011-03-11T05:52:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=48bb914ed641fc0880d86b16cbb17c84769c320a'/>
<id>urn:sha1:48bb914ed641fc0880d86b16cbb17c84769c320a</id>
<content type='text'>
The point of these sections is generally to:

  1. Give credit where it is due.

  2. Give the reader an idea of where to ask questions or
     file bug reports.

But they don't do a good job of either case. For (1), they
are out of date and incomplete. A much more accurate answer
can be gotten through shortlog or blame.  For (2), the
correct contact point is generally git@vger, and even if you
wanted to cc the contact point, the out-of-date and
incomplete fields mean you're likely sending to somebody
useless.

So let's drop the fields entirely from all manpages except
git(1) itself. We already point people to the mailing list
for bug reports there, and we can update the Authors section
to give credit to the major contributors and point to
shortlog and blame for more information.

Each page has a "This is part of git" footer, so people can
follow that to the main git manpage.
</content>
</entry>
</feed>
