<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/diff-options.txt, branch v1.2.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.2.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.2.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2006-02-09T20:06:57Z</updated>
<entry>
<title>Add --diff-filter= documentation paragraph</title>
<updated>2006-02-09T20:06:57Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@jdl.com</email>
</author>
<published>2006-02-09T15:12:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=147cf31738e5e66aa304897ede6b556d4e204967'/>
<id>urn:sha1:147cf31738e5e66aa304897ede6b556d4e204967</id>
<content type='text'>
Signed-off-by: Jon Loeliger &lt;jdl@jdl.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Documentation: spell.</title>
<updated>2005-12-29T09:32:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-12-29T09:20:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=89438677abaae1a8ffc3c0905f3355a590da7bf4'/>
<id>urn:sha1:89438677abaae1a8ffc3c0905f3355a590da7bf4</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>diff: --full-index</title>
<updated>2005-11-17T00:20:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-15T01:53:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=80b1e511d74ac2942043f912d850cb6b85b44689'/>
<id>urn:sha1:80b1e511d74ac2942043f912d850cb6b85b44689</id>
<content type='text'>
A new option, --full-index, is introduced to diff family.  This
causes the full object name of pre- and post-images to appear on
the index line of patch formatted output, to be used in
conjunction with --allow-binary-replacement option of git-apply.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Change 'cache' to 'index' in the docs</title>
<updated>2005-11-11T23:12:29Z</updated>
<author>
<name>Lukas_Sandström</name>
<email>lukass@etek.chalmers.se</email>
</author>
<published>2005-11-11T01:12:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5f3aa197ac03eabbc45046cd3b9dbcfbda0426d9'/>
<id>urn:sha1:5f3aa197ac03eabbc45046cd3b9dbcfbda0426d9</id>
<content type='text'>
This patch makes the documentation refer to the index
as index instead of cache, but some references still
remain. (e.g. git-update-index.txt)

Signed-off-by: Lukas Sandström &lt;lukass@etek.chalmers.se&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Remove -r from common diff options documentation in one more place</title>
<updated>2005-10-29T05:21:32Z</updated>
<author>
<name>c.shoemaker@cox.net</name>
<email>c.shoemaker@cox.net</email>
</author>
<published>2005-10-29T04:16:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1cb7f22e5c344026524300941f66573f313ff093'/>
<id>urn:sha1:1cb7f22e5c344026524300941f66573f313ff093</id>
<content type='text'>
Signed-off-by: Chris Shoemaker &lt;c.shoemaker at cox.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Some typos and light editing of various manpages</title>
<updated>2005-10-05T22:08:26Z</updated>
<author>
<name>Christian Meder</name>
<email>chris@absolutegiganten.org</email>
</author>
<published>2005-10-05T22:08:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f73ae1fc5d5308fecf0a4bdbd7312f7f5b00df55'/>
<id>urn:sha1:f73ae1fc5d5308fecf0a4bdbd7312f7f5b00df55</id>
<content type='text'>
Typos, light editing and clarifications.

Signed-off-by: Christian Meder &lt;chris@absolutegiganten.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Diff: --name-status output format.</title>
<updated>2005-09-25T06:50:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-21T07:20:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=946f5f7c245a0f9398417be5946795cfebfd1c62'/>
<id>urn:sha1:946f5f7c245a0f9398417be5946795cfebfd1c62</id>
<content type='text'>
The new output format shows only the status letter and paths.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Diff: -l&lt;num&gt; to limit rename/copy detection.</title>
<updated>2005-09-25T06:50:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-21T07:18:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8082d8d3050e3fdd7b0f13c7a7b3ad68af7f478a'/>
<id>urn:sha1:8082d8d3050e3fdd7b0f13c7a7b3ad68af7f478a</id>
<content type='text'>
When many paths are modified, rename detection takes a lot of time.
The new option -l&lt;num&gt; can be used to disable rename detection when
more than &lt;num&gt; paths are possibly created as renames.

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