summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL.html6
-rw-r--r--NEWS.html41
-rw-r--r--doc/manual.html2
-rw-r--r--doc/tig.16
-rw-r--r--doc/tig.1.html2
-rw-r--r--doc/tigmanual.76
-rw-r--r--doc/tigrc.56
-rw-r--r--doc/tigrc.5.html2
8 files changed, 55 insertions, 16 deletions
diff --git a/INSTALL.html b/INSTALL.html
index 55fc85e1..31eaa441 100644
--- a/INSTALL.html
+++ b/INSTALL.html
@@ -742,8 +742,8 @@ asciidoc.install();
<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.9/tig-2.5.9.tar.gz">tig-2.5.9</a>
-<a href="https://github.com/jonas/tig/releases/download/tig-2.5.9/tig-2.5.9.tar.gz.sha256">(sha256)</a></p></div>
+<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>
<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>
@@ -1044,7 +1044,7 @@ cellspacing="0" cellpadding="4">
<div id="footer">
<div id="footer-text">
Last updated
- 2024-03-29 20:35:47 CET
+ 2024-05-10 19:51:19 CEST
</div>
</div>
</body>
diff --git a/NEWS.html b/NEWS.html
index a9995bbd..50dcc4d5 100644
--- a/NEWS.html
+++ b/NEWS.html
@@ -738,6 +738,45 @@ asciidoc.install();
</div>
<div id="content">
<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>
+<div class="ulist"><ul>
+<li>
+<p>
+Fix <code>stat-*</code> coloring file names in <code>tig status</code> instead of just
+ markers (regression in 2.5.9). (#1326)
+</p>
+</li>
+<li>
+<p>
+Fix keybinding with +[cmd] not triggering view refreshing. (#1324)
+</p>
+</li>
+<li>
+<p>
+Fix reopening the blame view from the main view.
+</p>
+</li>
+<li>
+<p>
+Fix editing when stdin is redirected. (#1330)
+</p>
+</li>
+<li>
+<p>
+Fix compilation warnings with ncurses 6.5.
+</p>
+</li>
+<li>
+<p>
+Make <code>Ctrl-C</code> to kill only the command running in the foreground. (#1331)
+</p>
+</li>
+</ul></div>
+</div>
+</div>
+<div class="sect1">
<h2 id="_tig_2_5_9">tig-2.5.9</h2>
<div class="sectionbody">
<div class="paragraph"><p>Improvements:</p></div>
@@ -5137,7 +5176,7 @@ Tree view: use a stack for remembering the lines for parent tree.
<div id="footer">
<div id="footer-text">
Last updated
- 2024-03-29 20:35:47 CET
+ 2024-05-10 19:51:19 CEST
</div>
</div>
</body>
diff --git a/doc/manual.html b/doc/manual.html
index 464bfb87..18a8a7e7 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -2104,7 +2104,7 @@ the Free Software Foundation; either version 2 of the License, or
<div id="footer">
<div id="footer-text">
Last updated
- 2024-03-29 20:35:47 CET
+ 2024-05-09 23:39:08 CEST
</div>
</div>
</body>
diff --git a/doc/tig.1 b/doc/tig.1
index 8ac389e7..5eb4d540 100644
--- a/doc/tig.1
+++ b/doc/tig.1
@@ -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: 03/29/2024
+.\" Date: 05/10/2024
.\" Manual: Tig Manual
-.\" Source: Tig 2.5.9
+.\" Source: Tig 2.5.10
.\" Language: English
.\"
-.TH "TIG" "1" "03/29/2024" "Tig 2\&.5\&.9" "Tig Manual"
+.TH "TIG" "1" "05/10/2024" "Tig 2\&.5\&.10" "Tig Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/tig.1.html b/doc/tig.1.html
index 2fb7a8ed..ab662f84 100644
--- a/doc/tig.1.html
+++ b/doc/tig.1.html
@@ -1206,7 +1206,7 @@ git(7)</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2024-03-29 20:35:47 CET
+ 2024-05-09 23:39:08 CEST
</div>
</div>
</body>
diff --git a/doc/tigmanual.7 b/doc/tigmanual.7
index 0509215f..817c2d69 100644
--- a/doc/tigmanual.7
+++ b/doc/tigmanual.7
@@ -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: 03/29/2024
+.\" Date: 05/10/2024
.\" Manual: Tig Manual
-.\" Source: Tig 2.5.9
+.\" Source: Tig 2.5.10
.\" Language: English
.\"
-.TH "TIGMANUAL" "7" "03/29/2024" "Tig 2\&.5\&.9" "Tig Manual"
+.TH "TIGMANUAL" "7" "05/10/2024" "Tig 2\&.5\&.10" "Tig Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/tigrc.5 b/doc/tigrc.5
index a72960a4..eb2aad0f 100644
--- a/doc/tigrc.5
+++ b/doc/tigrc.5
@@ -2,12 +2,12 @@
.\" Title: tigrc
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 03/29/2024
+.\" Date: 05/10/2024
.\" Manual: Tig Manual
-.\" Source: Tig 2.5.9
+.\" Source: Tig 2.5.10
.\" Language: English
.\"
-.TH "TIGRC" "5" "03/29/2024" "Tig 2\&.5\&.9" "Tig Manual"
+.TH "TIGRC" "5" "05/10/2024" "Tig 2\&.5\&.10" "Tig Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/tigrc.5.html b/doc/tigrc.5.html
index 23cb9776..64cfdcf5 100644
--- a/doc/tigrc.5.html
+++ b/doc/tigrc.5.html
@@ -2942,7 +2942,7 @@ git(7), git-config(1)</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2024-03-29 20:35:47 CET
+ 2024-05-09 23:39:08 CEST
</div>
</div>
</body>