Skip to content

Commit d7610ac

Browse files
committed
Update for version tig-2.6.0
1 parent bb449ce commit d7610ac

File tree

9 files changed

+315
-80
lines changed

9 files changed

+315
-80
lines changed

INSTALL.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -735,16 +735,16 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Installation instructions</h1>
738-
<span id="revdate">2025-02-05</span>
738+
<span id="revdate">2025-09-16</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">
742742
<div class="sectionbody">
743743
<div class="paragraph"><p>Download a tarball from <a href="https://github.com/jonas/tig/releases">https://github.com/jonas/tig/releases</a> or clone the Tig
744744
repository <a href="https://github.com/jonas/tig">https://github.com/jonas/tig.git</a>.</p></div>
745745
<div class="paragraph"><p>The latest version is:
746-
<a href="https://github.com/jonas/tig/releases/download/tig-2.5.12/tig-2.5.12.tar.gz">tig-2.5.12</a>
747-
<a href="https://github.com/jonas/tig/releases/download/tig-2.5.12/tig-2.5.12.tar.gz.sha256">(sha256)</a></p></div>
746+
<a href="https://github.com/jonas/tig/releases/download/tig-2.6.0/tig-2.6.0.tar.gz">tig-2.6.0</a>
747+
<a href="https://github.com/jonas/tig/releases/download/tig-2.6.0/tig-2.6.0.tar.gz.sha256">(sha256)</a></p></div>
748748
<div class="paragraph"><p><strong>Note:</strong> Do not use the tar.gz file for version 2.0 because it will fail
749749
to compile due to issue <a href="https://github.com/jonas/tig/pull/283">#283</a> and
750750
<a href="https://github.com/jonas/tig/issues/337">#337</a></p></div>
@@ -1045,7 +1045,7 @@ <h2 id="_tools_and_packages">Tools and packages</h2>
10451045
<div id="footer">
10461046
<div id="footer-text">
10471047
Last updated
1048-
2025-02-05
1048+
2025-09-16
10491049
</div>
10501050
</div>
10511051
</body>

NEWS.html

Lines changed: 115 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,10 +735,123 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Release notes</h1>
738-
<span id="revdate">2025-02-05</span>
738+
<span id="revdate">2025-09-16</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">
742+
<h2 id="_tig_2_6_0">tig-2.6.0</h2>
743+
<div class="sectionbody">
744+
<div class="paragraph"><p>Bug fixes:</p></div>
745+
<div class="ulist"><ul>
746+
<li>
747+
<p>
748+
Initialise %(head) from command line arguments. (#1366)
749+
</p>
750+
</li>
751+
<li>
752+
<p>
753+
Make <code>$GIT_EDITOR</code> value interpreted by the shell. (#1367)
754+
</p>
755+
</li>
756+
<li>
757+
<p>
758+
Use correct line from recursively blamed commit. (#1369, #1370)
759+
</p>
760+
</li>
761+
<li>
762+
<p>
763+
Use correct line when using <code>:parent</code> in blame view. (#1372)
764+
</p>
765+
</li>
766+
<li>
767+
<p>
768+
Fix the incorrect line shift after stage file. (#1371)
769+
</p>
770+
</li>
771+
<li>
772+
<p>
773+
Update display after setting column option. (#1384)
774+
</p>
775+
</li>
776+
<li>
777+
<p>
778+
Fix file mode diff header handling.
779+
</p>
780+
</li>
781+
<li>
782+
<p>
783+
Fix crash caused by too many diff cells. (#1389)
784+
</p>
785+
</li>
786+
<li>
787+
<p>
788+
Fix issue with blame when using absolute file paths. (#1391)
789+
</p>
790+
</li>
791+
</ul></div>
792+
<div class="paragraph"><p>Improvements:</p></div>
793+
<div class="ulist"><ul>
794+
<li>
795+
<p>
796+
Add color for cursor in backgrounded view. (#1374)
797+
</p>
798+
</li>
799+
<li>
800+
<p>
801+
Blame view now works without a working tree.
802+
</p>
803+
</li>
804+
<li>
805+
<p>
806+
Open diff view from blame at the correct line. (#1375)
807+
</p>
808+
</li>
809+
<li>
810+
<p>
811+
Document how to get a <code>&lt;</code> within TIG_SCRIPT. (#1357)
812+
</p>
813+
</li>
814+
<li>
815+
<p>
816+
Allow to hide +/- signs in the diff view. (#855, #901)
817+
</p>
818+
</li>
819+
<li>
820+
<p>
821+
Add toggle options to help. (#1381)
822+
</p>
823+
</li>
824+
<li>
825+
<p>
826+
Add expand/collapse all options to help. (#1382)
827+
</p>
828+
</li>
829+
<li>
830+
<p>
831+
Expand relevant sections only when opening the help view. (#782, #886)
832+
</p>
833+
</li>
834+
<li>
835+
<p>
836+
Introduce committer column.
837+
</p>
838+
</li>
839+
<li>
840+
<p>
841+
Open the blame and blob views from diffstat.
842+
</p>
843+
</li>
844+
<li>
845+
<p>
846+
Update utf8proc to v2.11.0, supporting Unicode 17.
847+
</p>
848+
</li>
849+
</ul></div>
850+
<div class="paragraph"><p>Note: Users should update the settings for the blame, main, reflog, and
851+
refs views in their ~/.tigrc file to include the committer column.</p></div>
852+
</div>
853+
</div>
854+
<div class="sect1">
742855
<h2 id="_tig_2_5_12">tig-2.5.12</h2>
743856
<div class="sectionbody">
744857
<div class="paragraph"><p>Bug fixes:</p></div>
@@ -5281,7 +5394,7 @@ <h2 id="_tig_0_9">tig-0.9</h2>
52815394
<div id="footer">
52825395
<div id="footer-text">
52835396
Last updated
5284-
2025-02-05
5397+
2025-09-16
52855398
</div>
52865399
</div>
52875400
</body>

README.html

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ <h2 id="_resources">Resources</h2>
3131
<div class="ulist"><ul>
3232
<li>
3333
<p>
34-
Homepage: <a href="https://jonas.github.io/tig/">https://jonas.github.io/tig/</a>
34+
Homepage: <a href="https://github.com/jonas/tig">https://github.com/jonas/tig</a>
3535
</p>
3636
</li>
3737
<li>
3838
<p>
39-
Manual: <a href="https://jonas.github.io/tig/doc/manual.html">https://jonas.github.io/tig/doc/manual.html</a>
39+
Manual: <a href="https://github.com/jonas/tig/blob/master/doc/manual.adoc">https://github.com/jonas/tig/blob/master/doc/manual.adoc</a>
4040
</p>
4141
</li>
4242
<li>
@@ -66,10 +66,31 @@ <h2 id="_resources">Resources</h2>
6666
<h2 id="_bugs_and_feature_requests">Bugs and Feature Requests</h2>
6767
<div class="sectionbody">
6868
<div class="paragraph"><p>Bugs and feature requests can be reported using the
69-
<a href="https://github.com/jonas/tig/issues">issue tracker</a> or by mail to either
70-
the Git mailing list or directly to the maintainer. Ensure that the word
69+
<a href="https://github.com/jonas/tig/issues">issue tracker</a> or by mail to the
70+
<a href="https://lore.kernel.org/git/">Git mailing list</a>. Ensure that the word
7171
"tig" is in the subject. For other Tig related questions please use
7272
Stack Overflow: <a href="https://stackoverflow.com/questions/tagged/tig">https://stackoverflow.com/questions/tagged/tig</a>.</p></div>
73+
<div class="paragraph"><p>If you are sending a bug report, please include the following information:</p></div>
74+
<div class="ulist"><ul>
75+
<li>
76+
<p>
77+
What Tig and ncurses versions are you using?
78+
(<code>tig -v</code>)
79+
</p>
80+
</li>
81+
<li>
82+
<p>
83+
What system do you have?
84+
(<code>uname -a</code>, <code>lsb_release -a</code>)
85+
</p>
86+
</li>
87+
<li>
88+
<p>
89+
What Git version are you using?
90+
(<code>git -v</code>)
91+
</p>
92+
</li>
93+
</ul></div>
7394
</div>
7495
</div>
7596
<div class="sect1">

doc/manual.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@
737737
<h1>The Tig Manual</h1>
738738
<span id="author">Jonas Fonseca</span><br />
739739
<span id="email"><code>&lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</code></span><br />
740-
<span id="revdate">2025-02-05</span>
740+
<span id="revdate">2025-09-16</span>
741741
</div>
742742
<div id="content">
743743
<div id="preamble">
@@ -986,8 +986,8 @@ <h3 id="views">2.1. Views</h3>
986986
<dd>
987987
<p>
988988
Is the default view, and it shows a one line summary of each commit
989-
in the chosen list of revisions. The summary includes committer date
990-
or author date, author, and the first line of the log message.
989+
in the chosen list of revisions. The summary includes committer or
990+
author date, author, committer, and the first line of the log message.
991991
Additionally, any repository references, such as tags, will be shown.
992992
</p>
993993
</dd>
@@ -1800,6 +1800,10 @@ <h3 id="misc-keys">4.7. Misc</h3>
18001800
<td align="left" valign="top"><p class="table">Toggle author display on/off/abbreviated/email/email user name.</p></td>
18011801
</tr>
18021802
<tr>
1803+
<td align="left" valign="top"><p class="table">T</p></td>
1804+
<td align="left" valign="top"><p class="table">Toggle committer display on/off/abbreviated/email/email user name.</p></td>
1805+
</tr>
1806+
<tr>
18031807
<td align="left" valign="top"><p class="table">G</p></td>
18041808
<td align="left" valign="top"><p class="table">Toggle revision graph visualization on/off.</p></td>
18051809
</tr>
@@ -2072,9 +2076,8 @@ <h3 id="refspec-all">5.6. Examining All Repository References</h3>
20722076
<div class="sect1">
20732077
<h2 id="_more_information">6. More Information</h2>
20742078
<div class="sectionbody">
2075-
<div class="paragraph"><p>Please visit Tig&#8217;s <a href="https://jonas.github.io/tig">home page</a> or
2076-
<a href="https://github.com/jonas/tig">main Git repository</a> for information about
2077-
new releases and how to report bugs and feature requests.</p></div>
2079+
<div class="paragraph"><p>Please visit Tig&#8217;s <a href="https://github.com/jonas/tig">home page</a> for information
2080+
about new releases and how to report bugs and feature requests.</p></div>
20782081
</div>
20792082
</div>
20802083
<div class="sect1">
@@ -2110,7 +2113,7 @@ <h2 id="references">8. See Also</h2>
21102113
<div id="footer">
21112114
<div id="footer-text">
21122115
Last updated
2113-
2025-02-05
2116+
2025-09-16
21142117
</div>
21152118
</div>
21162119
</body>

doc/tig.1

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: tig
33
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
44
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5-
.\" Date: 2025-02-05
5+
.\" Date: 2025-09-16
66
.\" Manual: Tig Manual
7-
.\" Source: Tig 2.5.12
7+
.\" Source: Tig 2.6.0
88
.\" Language: English
99
.\"
10-
.TH "TIG" "1" "2025\-02\-05" "Tig 2\&.5\&.12" "Tig Manual"
10+
.TH "TIG" "1" "2025\-09\-16" "Tig 2\&.6\&.0" "Tig Manual"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------
@@ -415,7 +415,11 @@ Path for trace file where information about Git commands are logged\&.
415415
.PP
416416
TIG_SCRIPT
417417
.RS 4
418-
Path to script that should be executed automatically on startup\&. If this environment variable is defined to the empty string, the script is read from stdin\&. The script is interpreted line\-by\-line and can contain prompt commands and key mappings\&.
418+
Path to script that should be executed automatically on startup\&. If this environment variable is defined to the empty string, the script is read from stdin\&. The script is interpreted line\-by\-line and can contain prompt commands and key mappings\&. Note that the
419+
\fI<\fR
420+
character must be encoded as
421+
\fI<LT>\fR
422+
within the script\&.
419423
.sp
420424
.if n \{\
421425
.RS 4
@@ -435,7 +439,13 @@ Open Tig without rendering anything to the terminal\&. This force Ncurses to wri
435439
.PP
436440
TIG_EDITOR
437441
.RS 4
438-
The editor command to use when visiting files\&. This environment variable overrides $GIT_EDITOR, $EDITOR and $VISUAL, so it allows to use a different editor from the one Git uses\&.
442+
The editor command to use when visiting files\&. This environment variable overrides (in order of precedence)
443+
\fI$GIT_EDITOR\fR,
444+
\fIcore\&.editor\fR
445+
configuration,
446+
\fI$VISUAL\fR
447+
and
448+
\fI$EDITOR\fR, so it allows to use a different editor from the one Git uses\&. The value is meant to be interpreted by the shell when it is used\&.
439449
.RE
440450
.SH "FILES"
441451
.PP
@@ -486,10 +496,10 @@ if it does not exist\&.
486496
.RE
487497
.SH "BUGS"
488498
.sp
489-
Please visit Tig\(cqs \m[blue]\fBhome page\fR\m[]\&\s-2\u[1]\d\s+2 or \m[blue]\fBmain Git repository\fR\m[]\&\s-2\u[2]\d\s+2 for information about new releases and how to report bugs or feature request\&.
499+
Please visit Tig\(cqs \m[blue]\fBhome page\fR\m[]\&\s-2\u[1]\d\s+2 for information about new releases and how to report bugs or feature request\&.
490500
.SH "COPYRIGHT"
491501
.sp
492-
Copyright (c) 2006\-2025 Jonas Fonseca <\m[blue]\fBjonas\&.fonseca@gmail\&.com\fR\m[]\&\s-2\u[3]\d\s+2>
502+
Copyright (c) 2006\-2025 Jonas Fonseca <\m[blue]\fBjonas\&.fonseca@gmail\&.com\fR\m[]\&\s-2\u[2]\d\s+2>
493503
.sp
494504
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version\&.
495505
.SH "SEE ALSO"
@@ -499,14 +509,9 @@ This program is free software; you can redistribute it and/or modify it under th
499509
.IP " 1." 4
500510
home page
501511
.RS 4
502-
\%https://jonas.github.io/tig
503-
.RE
504-
.IP " 2." 4
505-
main Git repository
506-
.RS 4
507512
\%https://github.com/jonas/tig
508513
.RE
509-
.IP " 3." 4
514+
.IP " 2." 4
510515
511516
.RS 4
512517

doc/tig.1.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,8 @@ <h2 id="_environment_variables">ENVIRONMENT VARIABLES</h2>
10761076
Path to script that should be executed automatically on startup. If this
10771077
environment variable is defined to the empty string, the script is read
10781078
from stdin. The script is interpreted line-by-line and can contain
1079-
prompt commands and key mappings.
1079+
prompt commands and key mappings. Note that the <em>&lt;</em> character must be
1080+
encoded as <em>&lt;LT&gt;</em> within the script.
10801081
</p>
10811082
<div class="literalblock">
10821083
<div class="content">
@@ -1098,8 +1099,10 @@ <h2 id="_environment_variables">ENVIRONMENT VARIABLES</h2>
10981099
<dd>
10991100
<p>
11001101
The editor command to use when visiting files. This environment
1101-
variable overrides $GIT_EDITOR, $EDITOR and $VISUAL, so it allows
1102-
to use a different editor from the one Git uses.
1102+
variable overrides (in order of precedence) <em>$GIT_EDITOR</em>,
1103+
<em>core.editor</em> configuration, <em>$VISUAL</em> and <em>$EDITOR</em>, so it
1104+
allows to use a different editor from the one Git uses. The
1105+
value is meant to be interpreted by the shell when it is used.
11031106
</p>
11041107
</dd>
11051108
</dl></div>
@@ -1178,9 +1181,8 @@ <h2 id="_files">FILES</h2>
11781181
<div class="sect1">
11791182
<h2 id="_bugs">BUGS</h2>
11801183
<div class="sectionbody">
1181-
<div class="paragraph"><p>Please visit Tig&#8217;s <a href="https://jonas.github.io/tig">home page</a> or
1182-
<a href="https://github.com/jonas/tig">main Git repository</a> for information about
1183-
new releases and how to report bugs or feature request.</p></div>
1184+
<div class="paragraph"><p>Please visit Tig&#8217;s <a href="https://github.com/jonas/tig">home page</a> for information
1185+
about new releases and how to report bugs or feature request.</p></div>
11841186
</div>
11851187
</div>
11861188
<div class="sect1">
@@ -1206,7 +1208,7 @@ <h2 id="_see_also">SEE ALSO</h2>
12061208
<div id="footer">
12071209
<div id="footer-text">
12081210
Last updated
1209-
2025-02-05
1211+
2025-09-16
12101212
</div>
12111213
</div>
12121214
</body>

0 commit comments

Comments
 (0)