<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/gitk.txt, branch v2.46.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.46.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.46.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2023-12-26T19:06:55Z</updated>
<entry>
<title>doc: enforce dashes in placeholders</title>
<updated>2023-12-26T19:06:55Z</updated>
<author>
<name>Jean-Noël Avila</name>
<email>jn.avila@free.fr</email>
</author>
<published>2023-12-25T21:21:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2162f9f6f86df4f49c3a716b5beb3952104ea8b8'/>
<id>urn:sha1:2162f9f6f86df4f49c3a716b5beb3952104ea8b8</id>
<content type='text'>
The CodingGuidelines documents stipulates that multi-word placeholders
are to be separated by dashes, not underscores nor spaces.

Signed-off-by: Jean-Noël Avila &lt;jn.avila@free.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc/gitk: s/sticked/stuck/</title>
<updated>2023-10-05T19:55:38Z</updated>
<author>
<name>Štěpán Němec</name>
<email>stepnem@smrk.net</email>
</author>
<published>2023-10-05T09:00:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=72fac0352237fd591102767dab5906aece29286a'/>
<id>urn:sha1:72fac0352237fd591102767dab5906aece29286a</id>
<content type='text'>
The terminology was changed in b0d12fc9b23a (Use the word 'stuck'
instead of 'sticked').

Signed-off-by: Štěpán Němec &lt;stepnem@smrk.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<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://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://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://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://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://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>
</feed>
