<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/git-replace.txt, branch v1.7.3.4</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.7.3.4</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.7.3.4'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2010-01-10T12:01:25Z</updated>
<entry>
<title>Documentation: format full commands in typewriter font</title>
<updated>2010-01-10T12:01:25Z</updated>
<author>
<name>Thomas Rast</name>
<email>trast@student.ethz.ch</email>
</author>
<published>2010-01-07T16:49:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ca768288b650a4929bc1d58783a929a9a792e30e'/>
<id>urn:sha1:ca768288b650a4929bc1d58783a929a9a792e30e</id>
<content type='text'>
Use `code snippet` style instead of 'emphasis' for `git cmd ...`
according to the following rules:

* The SYNOPSIS sections are left untouched.

* If the intent is that the user type the command exactly as given, it
  is `code`.
  If the user is only loosely referred to a command and/or option, it
  remains 'emphasised'.

Signed-off-by: Thomas Rast &lt;trast@student.ethz.ch&gt;
</content>
</entry>
<entry>
<title>Documentation: talk a little bit about GIT_NO_REPLACE_OBJECTS</title>
<updated>2009-11-21T06:08:11Z</updated>
<author>
<name>Christian Couder</name>
<email>chriscool@tuxfamily.org</email>
</author>
<published>2009-11-19T06:13:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0de8b94720501e869a05c52a691985fa4ce69803'/>
<id>urn:sha1:0de8b94720501e869a05c52a691985fa4ce69803</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>Documentation: fix typos and spelling in replace documentation</title>
<updated>2009-11-21T06:08:10Z</updated>
<author>
<name>Christian Couder</name>
<email>chriscool@tuxfamily.org</email>
</author>
<published>2009-11-19T06:13:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ddae8ae8b59f75d324a5b1ae20705f4fa72db9f3'/>
<id>urn:sha1:ddae8ae8b59f75d324a5b1ae20705f4fa72db9f3</id>
<content type='text'>
This patch fix a missing "s" at the end of an occurence of
"--no-replace-objects" and, while at it, it also improves spelling
and rendering.

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>git: add --no-replace-objects option to disable replacing</title>
<updated>2009-10-13T08:07:29Z</updated>
<author>
<name>Christian Couder</name>
<email>chriscool@tuxfamily.org</email>
</author>
<published>2009-10-12T20:30:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b0fa7ab51b29d34579d8f6bb4443dfbcb8278c7a'/>
<id>urn:sha1:b0fa7ab51b29d34579d8f6bb4443dfbcb8278c7a</id>
<content type='text'>
Commit dae556b (environment: add global variable to disable replacement)
adds a variable to enable/disable replacement, and it is enabled by
default for most commands.

So there is no way to disable it for some commands, which is annoying
when we want to get information about a commit that has been replaced.

For example:

$ git cat-file -p N

would output information about the replacement commit if commit N is
replaced.

With the "--no-replace-objects" option that this patch adds it is
possible to get information about the original commit using:

$ git --no-replace-objects cat-file -p N

While at it, let's add some documentation about this new option in the
"git replace" man page 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: add documentation for "git replace"</title>
<updated>2009-06-01T00:03:40Z</updated>
<author>
<name>Christian Couder</name>
<email>chriscool@tuxfamily.org</email>
</author>
<published>2009-04-13T22:36:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0f3a5bfd34bfc9f710d6d7d259ad0a38b37a2334'/>
<id>urn:sha1:0f3a5bfd34bfc9f710d6d7d259ad0a38b37a2334</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>
</feed>
