<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/git-rev-parse.txt, branch v2.4.8</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.4.8</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.4.8'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2015-05-13T05:14:46Z</updated>
<entry>
<title>doc: convert \--option to --option</title>
<updated>2015-05-13T05:14:46Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2015-05-13T05:01:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1c262bb7b2968a8eecca3fed366638e0779184bb'/>
<id>urn:sha1:1c262bb7b2968a8eecca3fed366638e0779184bb</id>
<content type='text'>
Older versions of AsciiDoc would convert the "--" in
"--option" into an emdash. According to 565e135
(Documentation: quote double-dash for AsciiDoc, 2011-06-29),
this is fixed in AsciiDoc 8.3.0. According to bf17126, we
don't support anything older than 8.4.1 anyway, so we no
longer need to worry about quoting.

Even though this does not change the output at all, there
are a few good reasons to drop the quoting:

  1. It makes the source prettier to read.

  2. We don't quote consistently, which may be confusing when
     reading the source.

  3. Asciidoctor does not like the quoting, and renders a
     literal backslash.

Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: fix unquoted use of "{type}"</title>
<updated>2015-05-13T05:13:40Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2015-05-13T04:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b50bfb8fd5357ec7902ff2f4a4fead9dc907f788'/>
<id>urn:sha1:b50bfb8fd5357ec7902ff2f4a4fead9dc907f788</id>
<content type='text'>
Curly braces open an "attribute" in AsciiDoc; if there's no
such attribute, strange things may happen. In this case, the
unquoted "{type}" causes AsciiDoc to omit an entire line of
text from the output. We can fix it by putting the whole
phrase inside literal backticks (which also lets us get rid
of ugly backslash escaping).

Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: typofixes</title>
<updated>2014-11-04T21:14:44Z</updated>
<author>
<name>Thomas Ackermann</name>
<email>th.acker@arcor.de</email>
</author>
<published>2014-11-03T20:37:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f745acb028ee8f7dcd1c8f10127b8feeaa255cf7'/>
<id>urn:sha1:f745acb028ee8f7dcd1c8f10127b8feeaa255cf7</id>
<content type='text'>
In addition to fixing trivial and obvious typos, be careful about
the following points:

 - Spell ASCII, URL and CRC in ALL CAPS;
 - Spell Linux as Capitalized;
 - Do not omit periods in "i.e." and "e.g.".

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: a note about stdout for git rev-parse --verify --quiet</title>
<updated>2014-09-15T22:34:31Z</updated>
<author>
<name>David Aguilar</name>
<email>davvid@gmail.com</email>
</author>
<published>2014-09-15T19:07:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=56625df74c969885c0c735203283bb1ebe1897ec'/>
<id>urn:sha1:56625df74c969885c0c735203283bb1ebe1897ec</id>
<content type='text'>
Signed-off-by: David Aguilar &lt;davvid@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Sync with maint</title>
<updated>2014-07-22T18:00:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-07-22T18:00:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=247b4d5f3807dc3c2230bb4bf497f84a1fc59e49'/>
<id>urn:sha1:247b4d5f3807dc3c2230bb4bf497f84a1fc59e49</id>
<content type='text'>
* maint:
  Documentation: fix missing text for rev-parse --verify
</content>
</entry>
<entry>
<title>Merge branch 'maint-1.9' into maint</title>
<updated>2014-07-22T17:17:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-07-22T17:17:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bba6acb335e296ed692b4aea224b50fd098f693c'/>
<id>urn:sha1:bba6acb335e296ed692b4aea224b50fd098f693c</id>
<content type='text'>
* maint-1.9:
  Documentation: fix missing text for rev-parse --verify
</content>
</entry>
<entry>
<title>Merge branch 'maint-1.8.5' into maint-1.9</title>
<updated>2014-07-22T17:16:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-07-22T17:16:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d31f3ad23dd1aee3c3e1015a43b02b995c01a9a1'/>
<id>urn:sha1:d31f3ad23dd1aee3c3e1015a43b02b995c01a9a1</id>
<content type='text'>
* maint-1.8.5:
  Documentation: fix missing text for rev-parse --verify
</content>
</entry>
<entry>
<title>Documentation: fix missing text for rev-parse --verify</title>
<updated>2014-07-22T17:10:57Z</updated>
<author>
<name>brian m. carlson</name>
<email>sandals@crustytoothpaste.net</email>
</author>
<published>2014-07-21T23:00:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e6aaa393478bf3ee9f4cde8d82cd258c034cd335'/>
<id>urn:sha1:e6aaa393478bf3ee9f4cde8d82cd258c034cd335</id>
<content type='text'>
The caret (^) is used as a markup symbol in AsciiDoc.  Due to the
inability of AsciiDoc to parse a line containing an unmatched caret, it
omitted the line from the output, resulting in the man page missing the
end of a sentence.  Escape this caret so that the man page ends up with
the complete text.

Signed-off-by: brian m. carlson &lt;sandals@crustytoothpaste.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>rev-parse: add --shared-index-path to get shared index path</title>
<updated>2014-06-13T18:49:41Z</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2014-06-13T12:19:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a76295da784501f74803053606112f62ccff3828'/>
<id>urn:sha1:a76295da784501f74803053606112f62ccff3828</id>
<content type='text'>
Normally scripts do not have to be aware about split indexes because
all shared indexes are in $GIT_DIR. A simple "mv $tmp_index
$GIT_DIR/somewhere" is enough. Scripts that generate temporary indexes
and move them across repos must be aware about split index and copy
the shared file as well. This option enables that.

Signed-off-by: Nguyễn Thái Ngọc Duy &lt;pclouds@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ib/rev-parse-parseopt-argh'</title>
<updated>2014-04-08T19:00:09Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-04-08T19:00:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ed15e20ba36eaf85453915ef5130a770caa8d3e7'/>
<id>urn:sha1:ed15e20ba36eaf85453915ef5130a770caa8d3e7</id>
<content type='text'>
Finishing touch to a new topic scheduled for 2.0.

* ib/rev-parse-parseopt-argh:
  rev-parse: fix typo in example on manpage
</content>
</entry>
</feed>
