Skip to content

Commit

Permalink
Update for version tig-2.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
koutcher committed Jan 28, 2025
1 parent bc7a36f commit a58faa6
Show file tree
Hide file tree
Showing 8 changed files with 188 additions and 39 deletions.
9 changes: 5 additions & 4 deletions INSTALL.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="generator" content="AsciiDoc 10.2.0" />
<meta name="generator" content="AsciiDoc 10.2.1" />
<title>Installation instructions</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
Expand Down Expand Up @@ -735,15 +735,16 @@
<body class="article">
<div id="header">
<h1>Installation instructions</h1>
<span id="revdate">2025-01-28</span>
</div>
<div id="content">
<div id="preamble">
<div class="sectionbody">
<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
repository <a href="https://github.com/jonas/tig">https://github.com/jonas/tig.git</a>.</p></div>
<div class="paragraph"><p>The latest version is:
<a href="https://github.com/jonas/tig/releases/download/tig-2.5.10/tig-2.5.10.tar.gz">tig-2.5.10</a>
<a href="https://github.com/jonas/tig/releases/download/tig-2.5.10/tig-2.5.10.tar.gz.sha256">(sha256)</a></p></div>
<a href="https://github.com/jonas/tig/releases/download/tig-2.5.11/tig-2.5.11.tar.gz">tig-2.5.11</a>
<a href="https://github.com/jonas/tig/releases/download/tig-2.5.11/tig-2.5.11.tar.gz.sha256">(sha256)</a></p></div>
<div class="paragraph"><p><strong>Note:</strong> Do not use the tar.gz file for version 2.0 because it will fail
to compile due to issue <a href="https://github.com/jonas/tig/pull/283">#283</a> and
<a href="https://github.com/jonas/tig/issues/337">#337</a></p></div>
Expand Down Expand Up @@ -1044,7 +1045,7 @@ <h2 id="_tools_and_packages">Tools and packages</h2>
<div id="footer">
<div id="footer-text">
Last updated
2024-05-10 19:51:19 CEST
2025-01-28
</div>
</div>
</body>
Expand Down
91 changes: 89 additions & 2 deletions NEWS.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="generator" content="AsciiDoc 10.2.0" />
<meta name="generator" content="AsciiDoc 10.2.1" />
<title>Release notes</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
Expand Down Expand Up @@ -735,9 +735,96 @@
<body class="article">
<div id="header">
<h1>Release notes</h1>
<span id="revdate">2025-01-28</span>
</div>
<div id="content">
<div class="sect1">
<h2 id="_tig_2_5_11">tig-2.5.11</h2>
<div class="sectionbody">
<div class="paragraph"><p>Incompatibilities:</p></div>
<div class="ulist"><ul>
<li>
<p>
Update remote repo variables. (#1358)
</p>
</li>
</ul></div>
<div class="paragraph"><p>Bug fixes:</p></div>
<div class="ulist"><ul>
<li>
<p>
Fix various issues with <code>diff.noprefix</code> and <code>--no-prefix</code>.
</p>
</li>
<li>
<p>
Fix <code>Ctrl-C</code> behavior within the Readline prompt. (#1342)
</p>
</li>
<li>
<p>
Fix message upon edit from diffstat without patch.
</p>
</li>
<li>
<p>
Fix missing dates in the refs view.
</p>
</li>
<li>
<p>
Don&#8217;t report an error when diff-highlight is killed intentionally.
</p>
</li>
<li>
<p>
Fix parsing of reflog designator in timestamp format.
</p>
</li>
</ul></div>
<div class="paragraph"><p>Improvements:</p></div>
<div class="ulist"><ul>
<li>
<p>
Open the blob corresponding to the diff line. (#1334)
</p>
</li>
<li>
<p>
Keep cursor position in the main view when toggling
file-filter and rev-filter.
</p>
</li>
<li>
<p>
Make errors visible in views showing Git output. (#1346)
</p>
</li>
<li>
<p>
Allow different colors for all references types.
</p>
</li>
<li>
<p>
Enable search in sections titles. (#1043)
</p>
</li>
<li>
<p>
Show committer date by default in the date column. (#294)
</p>
</li>
<li>
<p>
Only show stash, notes and prefetch in the refs view when
invoked with <code>tig refs --all</code>. (#1359)
</p>
</li>
</ul></div>
</div>
</div>
<div class="sect1">
<h2 id="_tig_2_5_10">tig-2.5.10</h2>
<div class="sectionbody">
<div class="paragraph"><p>Bug fixes:</p></div>
Expand Down Expand Up @@ -5176,7 +5263,7 @@ <h2 id="_tig_0_9">tig-0.9</h2>
<div id="footer">
<div id="footer-text">
Last updated
2024-05-10 19:51:19 CEST
2025-01-28
</div>
</div>
</body>
Expand Down
22 changes: 14 additions & 8 deletions doc/manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="generator" content="AsciiDoc 10.2.0" />
<meta name="generator" content="AsciiDoc 10.2.1" />
<title>The Tig Manual</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
Expand Down Expand Up @@ -737,6 +737,7 @@
<h1>The Tig Manual</h1>
<span id="author">Jonas Fonseca</span><br />
<span id="email"><code>&lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</code></span><br />
<span id="revdate">2025-01-28</span>
</div>
<div id="content">
<div id="preamble">
Expand Down Expand Up @@ -985,9 +986,9 @@ <h3 id="views">2.1. Views</h3>
<dd>
<p>
Is the default view, and it shows a one line summary of each commit
in the chosen list of revisions. The summary includes author date,
author, and the first line of the log message. Additionally, any
repository references, such as tags, will be shown.
in the chosen list of revisions. The summary includes committer date
or author date, author, and the first line of the log message.
Additionally, any repository references, such as tags, will be shown.
</p>
</dd>
<dt class="hdlist1">
Expand Down Expand Up @@ -1236,8 +1237,13 @@ <h3 id="commit-id">2.2. Browsing State and User-defined Commands</h3>
</tr>
<tr>
<td align="left" valign="top"><p class="table"><code>%(repo:remote)</code></p></td>
<td align="left" valign="top"><p class="table">The remote associated with the checked out branch,
e.g. <code>origin/master</code>.</p></td>
<td align="left" valign="top"><p class="table">The remote name associated with the checked out
branch, e.g. <code>origin</code>.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p class="table"><code>%(repo:upstream)</code></p></td>
<td align="left" valign="top"><p class="table">The upstream branch associated with the checked out
branch, e.g. <code>origin/master</code>.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p class="table"><code>%(repo:cdup)</code></p></td>
Expand Down Expand Up @@ -2074,7 +2080,7 @@ <h2 id="_more_information">6. More Information</h2>
<div class="sect1">
<h2 id="copy-right">7. Copyright</h2>
<div class="sectionbody">
<div class="paragraph"><p>Copyright (c) 2006-2024 Jonas Fonseca &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</p></div>
<div class="paragraph"><p>Copyright (c) 2006-2025 Jonas Fonseca &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</p></div>
<div class="paragraph"><p>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
Expand Down Expand Up @@ -2104,7 +2110,7 @@ <h2 id="references">8. See Also</h2>
<div id="footer">
<div id="footer-text">
Last updated
2024-05-09 23:39:08 CEST
2025-01-28
</div>
</div>
</body>
Expand Down
8 changes: 4 additions & 4 deletions doc/tig.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: tig
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 05/10/2024
.\" Date: 2025-01-28
.\" Manual: Tig Manual
.\" Source: Tig 2.5.10
.\" Source: Tig 2.5.11
.\" Language: English
.\"
.TH "TIG" "1" "05/10/2024" "Tig 2\&.5\&.10" "Tig Manual"
.TH "TIG" "1" "2025\-01\-28" "Tig 2\&.5\&.11" "Tig Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down Expand Up @@ -489,7 +489,7 @@ if it does not exist\&.
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\&.
.SH "COPYRIGHT"
.sp
Copyright (c) 2006\-2024 Jonas Fonseca <\m[blue]\fBjonas\&.fonseca@gmail\&.com\fR\m[]\&\s-2\u[3]\d\s+2>
Copyright (c) 2006\-2025 Jonas Fonseca <\m[blue]\fBjonas\&.fonseca@gmail\&.com\fR\m[]\&\s-2\u[3]\d\s+2>
.sp
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\&.
.SH "SEE ALSO"
Expand Down
6 changes: 3 additions & 3 deletions doc/tig.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="generator" content="AsciiDoc 10.2.0" />
<meta name="generator" content="AsciiDoc 10.2.1" />
<title>tig(1)</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
Expand Down Expand Up @@ -1186,7 +1186,7 @@ <h2 id="_bugs">BUGS</h2>
<div class="sect1">
<h2 id="_copyright">COPYRIGHT</h2>
<div class="sectionbody">
<div class="paragraph"><p>Copyright (c) 2006-2024 Jonas Fonseca &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</p></div>
<div class="paragraph"><p>Copyright (c) 2006-2025 Jonas Fonseca &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</p></div>
<div class="paragraph"><p>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
Expand All @@ -1206,7 +1206,7 @@ <h2 id="_see_also">SEE ALSO</h2>
<div id="footer">
<div id="footer-text">
Last updated
2024-05-09 23:39:08 CEST
2025-01-28
</div>
</div>
</body>
Expand Down
20 changes: 14 additions & 6 deletions doc/tigmanual.7
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: tigmanual
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 05/10/2024
.\" Date: 2025-01-28
.\" Manual: Tig Manual
.\" Source: Tig 2.5.10
.\" Source: Tig 2.5.11
.\" Language: English
.\"
.TH "TIGMANUAL" "7" "05/10/2024" "Tig 2\&.5\&.10" "Tig Manual"
.TH "TIGMANUAL" "7" "2025\-01\-28" "Tig 2\&.5\&.11" "Tig Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down Expand Up @@ -119,7 +119,7 @@ Various \fIviews\fR of a repository are presented\&. Each view is based on outpu
.PP
The main view
.RS 4
Is the default view, and it shows a one line summary of each commit in the chosen list of revisions\&. The summary includes author date, author, and the first line of the log message\&. Additionally, any repository references, such as tags, will be shown\&.
Is the default view, and it shows a one line summary of each commit in the chosen list of revisions\&. The summary includes committer date or author date, author, and the first line of the log message\&. Additionally, any repository references, such as tags, will be shown\&.
.RE
.PP
The log view
Expand Down Expand Up @@ -229,6 +229,7 @@ lt lt
lt lt
lt lt
lt lt
lt lt
lt lt.
T{
.sp
Expand Down Expand Up @@ -410,7 +411,14 @@ T{
%(repo:remote)
T}:T{
.sp
The remote associated with the checked out branch, e\&.g\&. origin/master\&.
The remote name associated with the checked out branch, e\&.g\&. origin\&.
T}
T{
.sp
%(repo:upstream)
T}:T{
.sp
The upstream branch associated with the checked out branch, e\&.g\&. origin/master\&.
T}
T{
.sp
Expand Down Expand Up @@ -1567,7 +1575,7 @@ $ tig \-\-all \-\-since=1\&.week \-\- Makefile
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 and feature requests\&.
.SH "COPYRIGHT"
.sp
Copyright (c) 2006\-2024 Jonas Fonseca <\m[blue]\fBjonas\&.fonseca@gmail\&.com\fR\m[]\&\s-2\u[3]\d\s+2>
Copyright (c) 2006\-2025 Jonas Fonseca <\m[blue]\fBjonas\&.fonseca@gmail\&.com\fR\m[]\&\s-2\u[3]\d\s+2>
.sp
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\&.
.SH "SEE ALSO"
Expand Down
Loading

0 comments on commit a58faa6

Please sign in to comment.