<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/gitk.txt, branch v2.32.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://www.git.shady.money/git/atom?h=v2.32.2</id>
<link rel='self' href='https://www.git.shady.money/git/atom?h=v2.32.2'/>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/'/>
<updated>2020-11-01T23:54:14Z</updated>
<entry>
<title>doc: log, gitk: move '-L' description to 'line-range-options.txt'</title>
<updated>2020-11-01T23:54:14Z</updated>
<author>
<name>Philippe Blain</name>
<email>levraiphilippeblain@gmail.com</email>
</author>
<published>2020-11-01T17:28:40Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=f9c8d8cbbea9cc55d26058a1de767731600ded44'/>
<id>urn:sha1:f9c8d8cbbea9cc55d26058a1de767731600ded44</id>
<content type='text'>
The description of the '-L' option for `git log` and `gitk` is almost
the same, but is repeated in both 'git-log.txt' and 'gitk.txt' (the
difference being that 'git-log.txt' lists the option with a space
after '-L', while 'gitk.txt' lists it as stuck and notes that `gitk`
only understands the stuck form).

Reduce duplication by creating a new file, 'line-range-options.txt',
and include it in both files.

To simplify the presentation, only list the stuck form for both
commands, and remove the note about `gitk` only understanding the stuck
form.

Signed-off-by: Philippe Blain &lt;levraiphilippeblain@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: log, gitk: line-log arguments must exist in starting revision</title>
<updated>2019-12-26T19:00:15Z</updated>
<author>
<name>Philippe Blain</name>
<email>levraiphilippeblain@gmail.com</email>
</author>
<published>2019-12-26T17:43:37Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=ace0f86c7f527d3e7d0e9fc98ea94675387d2934'/>
<id>urn:sha1:ace0f86c7f527d3e7d0e9fc98ea94675387d2934</id>
<content type='text'>
The line number, regex or offset parameters &lt;start&gt; and &lt;end&gt; in
`git log -L &lt;start&gt;,&lt;end&gt;:&lt;file&gt;`, or the function name regex in
`git log -L :&lt;funcname&gt;:&lt;file&gt;` must exist in the starting
revision, or else the command exits with a fatal error.

This is not obvious in the documentation, so add a note to that
effect.

Signed-off-by: Philippe Blain &lt;levraiphilippeblain@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: log, gitk: document accepted line-log diff formats</title>
<updated>2019-12-26T19:00:13Z</updated>
<author>
<name>Philippe Blain</name>
<email>levraiphilippeblain@gmail.com</email>
</author>
<published>2019-12-26T17:43:36Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=2be45868a840f65ae16d171b5ae503846fa17b95'/>
<id>urn:sha1:2be45868a840f65ae16d171b5ae503846fa17b95</id>
<content type='text'>
Currently the line-log functionality (git log -L) only supports
displaying patch output (`-p | --patch`, its default behavior) and suppressing it
(`-s | --no-patch`). A check was added in the code to that effect in 5314efaea
(line-log: detect unsupported formats, 2019-03-10) but the documentation was not
updated.

Explicitly mention that `-L` implies `-p`, that patch output can be
suppressed using `-s`, and that all other diff formats are not allowed.

Signed-off-by: Philippe Blain &lt;levraiphilippeblain@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: format pathnames and URLs as monospace.</title>
<updated>2019-03-13T02:14:22Z</updated>
<author>
<name>Corentin BOMPARD</name>
<email>corentin.bompard@etu.univ-lyon1.fr</email>
</author>
<published>2019-03-06T13:04:46Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=68ed71b53cf7c58343306566fa6d527cb5fced41'/>
<id>urn:sha1:68ed71b53cf7c58343306566fa6d527cb5fced41</id>
<content type='text'>
Applying CodingGuidelines about monospace on pathnames and URLs.

See Documentation/CodingGuidelines.txt for more information.

Signed-off-by: Corentin BOMPARD &lt;corentin.bompard@etu.univ-lyon1.fr&gt;
Signed-off-by: Nathan BERBEZIER &lt;nathan.berbezier@etu.univ-lyon1.fr&gt;
Signed-off-by: Pablo CHABANNE &lt;pablo.chabanne@etu.univ-lyon1.fr&gt;
Signed-off-by: Matthieu MOY &lt;matthieu.moy@univ-lyon1.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<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://www.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://www.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://www.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://www.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://www.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://www.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>
</feed>
