<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/gitk.txt, branch v2.21.3</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.21.3</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.21.3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2018-04-18T03:49:26Z</updated>
<entry>
<title>doc: convert [\--] to [--]</title>
<updated>2018-04-18T03:49:26Z</updated>
<author>
<name>Martin Ågren</name>
<email>martin.agren@gmail.com</email>
</author>
<published>2018-04-17T19:15:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=933c758c7d9520033b1ead979df5a2723a4a10e3'/>
<id>urn:sha1:933c758c7d9520033b1ead979df5a2723a4a10e3</id>
<content type='text'>
Commit 1c262bb7b (doc: convert \--option to --option, 2015-05-13)
explains that we used to need to write \--option to play well with older
versions of AsciiDoc, but that we do not support such versions anymore
anyway, and that Asciidoctor literally renders \--.

With [\--], which is used to denote the optional separator between
revisions and paths, Asciidoctor renders the backslash literally.
Change all [\--] to [--]. This changes nothing for AsciiDoc version
8.6.9, but is an improvement for Asciidoctor version 1.5.4.

We use double-dashes in several list entries (\--::). In my testing, it
appears that we do need to use the backslash there, so leave those.

Signed-off-by: Martin Ågren &lt;martin.agren@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'sb/remove-gitview'</title>
<updated>2017-01-18T23:12:18Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-01-18T23:12:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6903f33c402ac7c38e8d9500e10889cd83df888f'/>
<id>urn:sha1:6903f33c402ac7c38e8d9500e10889cd83df888f</id>
<content type='text'>
Retire long unused/unmaintained gitview from the contrib/ area.

* sb/remove-gitview:
  doc: git-gui browser does not default to HEAD
  doc: gitk: add the upstream repo location
  doc: gitk: remove gitview reference
  contrib: remove gitview
</content>
</entry>
<entry>
<title>doc: gitk: add the upstream repo location</title>
<updated>2017-01-13T20:22:43Z</updated>
<author>
<name>Philip Oakley</name>
<email>philipoakley@iee.org</email>
</author>
<published>2017-01-12T21:32:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b6ca73d9adaba0d4af87ef2cf97165d6709eaba2'/>
<id>urn:sha1:b6ca73d9adaba0d4af87ef2cf97165d6709eaba2</id>
<content type='text'>
Match the 'git gui' information regarding the graphical browser
and its upstream location.

Signed-off-by: Philip Oakley &lt;philipoakley@iee.org&gt;
Reviewed-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: gitk: remove gitview reference</title>
<updated>2017-01-13T20:22:41Z</updated>
<author>
<name>Philip Oakley</name>
<email>philipoakley@iee.org</email>
</author>
<published>2017-01-12T21:32:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=11d86965da5c48fc4caffc98b8f7ab20da9411f7'/>
<id>urn:sha1:11d86965da5c48fc4caffc98b8f7ab20da9411f7</id>
<content type='text'>
contrib/gitview has been removed. Remove the reference.

Signed-off-by: Philip Oakley &lt;philipoakley@iee.org&gt;
Reviewed-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'po/range-doc'</title>
<updated>2016-09-09T04:49:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-09-09T04:49:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d0b61dc65faf6f20c6305d47b3deca978d1d5843'/>
<id>urn:sha1:d0b61dc65faf6f20c6305d47b3deca978d1d5843</id>
<content type='text'>
Clarify various ways to specify the "revision ranges" in the
documentation.

* po/range-doc:
  doc: revisions: sort examples and fix alignment of the unchanged
  doc: revisions: show revision expansion in examples
  doc: revisions - clarify reachability examples
  doc: revisions - define `reachable`
  doc: gitrevisions - clarify 'latter case' is revision walk
  doc: gitrevisions - use 'reachable' in page description
  doc: revisions: single vs multi-parent notation comparison
  doc: revisions: extra clarification of &lt;rev&gt;^! notation effects
  doc: revisions: give headings for the two and three dot notations
  doc: show the actual left, right, and boundary marks
  doc: revisions - name the left and right sides
  doc: use 'symmetric difference' consistently
</content>
</entry>
<entry>
<title>doc: use 'symmetric difference' consistently</title>
<updated>2016-07-20T22:15:16Z</updated>
<author>
<name>Philip Oakley</name>
<email>philipoakley@iee.org</email>
</author>
<published>2016-07-20T21:10:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=27ac83718cc9ebc98a31eb7f17c0646d78909032'/>
<id>urn:sha1:27ac83718cc9ebc98a31eb7f17c0646d78909032</id>
<content type='text'>
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>doc: typeset long command-line options as literal</title>
<updated>2016-06-28T15:36:45Z</updated>
<author>
<name>Matthieu Moy</name>
<email>Matthieu.Moy@imag.fr</email>
</author>
<published>2016-06-28T11:40:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bcf9626a71a0d90be65acc265ad0ec488d95d6ed'/>
<id>urn:sha1:bcf9626a71a0d90be65acc265ad0ec488d95d6ed</id>
<content type='text'>
Similarly to the previous commit, use backquotes instead of
forward-quotes, for long options.

This was obtained with:

  perl -pi -e "s/'(--[a-z][a-z=&lt;&gt;-]*)'/\`\$1\`/g" *.txt

and manual tweak to remove false positive in ascii-art (o'--o'--o' to
describe rewritten history).

Signed-off-by: Matthieu Moy &lt;Matthieu.Moy@imag.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: change -L:&lt;regex&gt; to -L:&lt;funcname&gt;</title>
<updated>2015-04-20T18:05:50Z</updated>
<author>
<name>Matthieu Moy</name>
<email>Matthieu.Moy@imag.fr</email>
</author>
<published>2015-04-20T12:09:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d349e0ee60e1bad1cf49245e402ca086ddb5ff80'/>
<id>urn:sha1:d349e0ee60e1bad1cf49245e402ca086ddb5ff80</id>
<content type='text'>
The old wording was somehow implying that &lt;start&gt; and &lt;end&gt; were not
regular expressions. Also, the common case is to use a plain function
name here so &lt;funcname&gt; makes sense (the fact that it is a regular
expression is documented in line-range-format.txt).

Signed-off-by: Matthieu Moy &lt;Matthieu.Moy@imag.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: use "command-line" when used as a compound adjective, and fix other minor grammatical issues</title>
<updated>2014-05-21T20:57:10Z</updated>
<author>
<name>Jason St. John</name>
<email>jstjohn@purdue.edu</email>
</author>
<published>2014-05-21T18:52:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=06ab60c06606613f238f3154cb27cb22d9723967'/>
<id>urn:sha1:06ab60c06606613f238f3154cb27cb22d9723967</id>
<content type='text'>
Signed-off-by: Jason St. John &lt;jstjohn@purdue.edu&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/gitk: document the location of the configulation file</title>
<updated>2014-03-20T17:59:55Z</updated>
<author>
<name>Astril Hayato</name>
<email>astrilhayato@gmail.com</email>
</author>
<published>2014-03-20T13:33:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=36dc827bc9d17f80ed4f326de21247a5d1341fbc'/>
<id>urn:sha1:36dc827bc9d17f80ed4f326de21247a5d1341fbc</id>
<content type='text'>
User config file location complies with the XDG base directory
specification while supporting the traditional $HOME/.gitk as a
fallback.

Signed-off-by: Astril Hayato &lt;astrilhayato@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
