<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation, branch v2.3.1</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.3.1</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.3.1'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2015-02-25T06:14:42Z</updated>
<entry>
<title>Git 2.3.1</title>
<updated>2015-02-25T06:14:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-02-25T06:14:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8004647a217c26f708bce2aa26ed94a4a0ed575d'/>
<id>urn:sha1:8004647a217c26f708bce2aa26ed94a4a0ed575d</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/doc-log-rev-list-options' into maint</title>
<updated>2015-02-25T06:10:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-02-25T06:10:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=254a3ebfe8d6061721629d9cba9b3d5f4f591ba6'/>
<id>urn:sha1:254a3ebfe8d6061721629d9cba9b3d5f4f591ba6</id>
<content type='text'>
"git log --help" used to show rev-list options that are irrelevant
to the "log" command.

* jc/doc-log-rev-list-options:
  Documentation: what does "git log --indexed-objects" even mean?
</content>
</entry>
<entry>
<title>Merge branch 'jc/diff-format-doc' into maint</title>
<updated>2015-02-25T06:10:36Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-02-25T06:10:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9f8410b941130630db288794c253e697e4515d9d'/>
<id>urn:sha1:9f8410b941130630db288794c253e697e4515d9d</id>
<content type='text'>
The documentation incorrectly said that C(opy) and R(ename) are the
only ones that can be followed by the score number in the output in
the --raw format.

* jc/diff-format-doc:
  diff-format doc: a score can follow M for rewrite
</content>
</entry>
<entry>
<title>Merge branch 'mg/push-repo-option-doc' into maint</title>
<updated>2015-02-25T06:10:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-02-25T06:10:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2fc85f05452087298023519cf95e04c9343ec69d'/>
<id>urn:sha1:2fc85f05452087298023519cf95e04c9343ec69d</id>
<content type='text'>
The "git push" documentation made the "--repo=&lt;there&gt;" option
easily misunderstood.

* mg/push-repo-option-doc:
  git-push.txt: document the behavior of --repo
</content>
</entry>
<entry>
<title>Git 2.3</title>
<updated>2015-02-05T21:23:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-02-05T21:23:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9874fca7122563e28d699a911404fc49d2a24f1c'/>
<id>urn:sha1:9874fca7122563e28d699a911404fc49d2a24f1c</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>diff-format doc: a score can follow M for rewrite</title>
<updated>2015-01-29T06:22:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-01-28T21:17:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ac1c2d9a2129b1ccb2e570a2cdaf8522c58f9539'/>
<id>urn:sha1:ac1c2d9a2129b1ccb2e570a2cdaf8522c58f9539</id>
<content type='text'>
b6d8f309 (diff-raw format update take #2., 2005-05-23) started
documenting the diff format, and it said

 ...
 (8) sha1 for "dst"; 0{40} if creation, unmerged or "look at work tree".
 (9) status, followed by similarlity index number only for C and R.
 (10) a tab or a NUL when '-z' option is used.
 ...

because C and R _were_ the only ones that came with a number back
then.  This was corrected by ddafa7e9 (diff-helper: Fix R/C score
parsing under -z flag., 2005-05-29) and we started saying "score"
instead of "similarlity index" (because we can have other kind of
score there), and stopped saying "only for C and R" (because Git is
an ever evolving system).  Later f345b0a0 (Add -B flag to diff-*
brothers., 2005-05-30) introduced a new concept, "dissimilarity"
score; it did not have to fix any documentation.

The current text that says only C and R can have scores came
independently from a5a323f3 (Add reference for status letters in
documentation., 2008-11-02) and it was wrong from the day one.

Noticed-by: Mike Hommey
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-push.txt: document the behavior of --repo</title>
<updated>2015-01-28T20:56:06Z</updated>
<author>
<name>Michael J Gruber</name>
<email>git@drmicha.warpmail.net</email>
</author>
<published>2015-01-27T12:35:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=57b92a77a0aeff49e82cc0bfd14eac9313683766'/>
<id>urn:sha1:57b92a77a0aeff49e82cc0bfd14eac9313683766</id>
<content type='text'>
As per the code, the --repo &lt;repo&gt; option is equivalent to the
&lt;repo&gt; argument to 'git push', but somehow it was documented as
something that is more than that.  [It exists for historical
reasons, back from the time when options had to come before
arguments.]

Say so. [But not that.]

Signed-off-by: Michael J Gruber &lt;git@drmicha.warpmail.net&gt;
Helped-by: Eric Sunshine &lt;sunshine@sunshineco.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: what does "git log --indexed-objects" even mean?</title>
<updated>2015-01-23T23:06:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-01-23T19:49:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3cab02de5087447e1c48ada03a0db0fffc89e920'/>
<id>urn:sha1:3cab02de5087447e1c48ada03a0db0fffc89e920</id>
<content type='text'>
4fe10219 (rev-list: add --indexed-objects option, 2014-10-16) adds
"--indexed-objects" option to "rev-list", and it is only useful in
the context of "git rev-list" and not "git log".  There are other
object traversal options that do not make sense for "git log" that
are shown in the manual page.

Move the description of "--indexed-objects" to the object traversal
section so that it sits together with its friends "--objects",
"--objects-edge", etc. and then show them only in "git rev-list"
documentation.

Acked-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'sh/asciidoc-git-version-fix'</title>
<updated>2015-01-22T21:44:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-01-22T21:44:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ab9432d375073ec93241fddb4a1e7dc3ec6462a7'/>
<id>urn:sha1:ab9432d375073ec93241fddb4a1e7dc3ec6462a7</id>
<content type='text'>
* sh/asciidoc-git-version-fix:
  Documentation: fix version numbering
</content>
</entry>
<entry>
<title>Documentation: fix version numbering</title>
<updated>2015-01-22T21:44:14Z</updated>
<author>
<name>Sven van Haastregt</name>
<email>svenvh@gmail.com</email>
</author>
<published>2015-01-22T19:32:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a4c044484ec22fe2ea9210da703444725ec11f5e'/>
<id>urn:sha1:a4c044484ec22fe2ea9210da703444725ec11f5e</id>
<content type='text'>
Version numbers in asciidoc-generated content (such as man pages)
went missing as of da8a366 (Documentation: refactor common operations
into variables).  Fix by putting the underscore back in the variable
name.

Signed-off-by: Sven van Haastregt &lt;svenvh@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
