You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -735,16 +735,16 @@
735
735
<bodyclass="article">
736
736
<divid="header">
737
737
<h1>Installation instructions</h1>
738
-
<spanid="revdate">2025-02-05</span>
738
+
<spanid="revdate">2025-09-16</span>
739
739
</div>
740
740
<divid="content">
741
741
<divid="preamble">
742
742
<divclass="sectionbody">
743
743
<divclass="paragraph"><p>Download a tarball from <ahref="https://github.com/jonas/tig/releases">https://github.com/jonas/tig/releases</a> or clone the Tig
@@ -415,7 +415,11 @@ Path for trace file where information about Git commands are logged\&.
415
415
.PP
416
416
TIG_SCRIPT
417
417
.RS4
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\&.
419
423
.sp
420
424
.ifn\{\
421
425
.RS4
@@ -435,7 +439,13 @@ Open Tig without rendering anything to the terminal\&. This force Ncurses to wri
435
439
.PP
436
440
TIG_EDITOR
437
441
.RS4
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\&.
439
449
.RE
440
450
.SH "FILES"
441
451
.PP
@@ -486,10 +496,10 @@ if it does not exist\&.
486
496
.RE
487
497
.SH "BUGS"
488
498
.sp
489
-
Please visit Tig\(cqs \m[blue]\fBhomepage\fR\m[]\&\s-2\u[1]\d\s+2or \m[blue]\fBmainGitrepository\fR\m[]\&\s-2\u[2]\d\s+2for information about new releases and how to report bugs or feature request\&.
499
+
Please visit Tig\(cqs \m[blue]\fBhomepage\fR\m[]\&\s-2\u[1]\d\s+2 for information about new releases and how to report bugs or feature request\&.
490
500
.SH "COPYRIGHT"
491
501
.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>
493
503
.sp
494
504
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\&.
495
505
.SH "SEE ALSO"
@@ -499,14 +509,9 @@ This program is free software; you can redistribute it and/or modify it under th
0 commit comments