Skip to content

Commit

Permalink
Update for version tig-2.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
koutcher committed Mar 29, 2024
1 parent 5d1255b commit d21cae3
Show file tree
Hide file tree
Showing 9 changed files with 218 additions and 36 deletions.
8 changes: 4 additions & 4 deletions INSTALL.html
Original file line number Diff line number Diff line change
Expand Up @@ -740,10 +740,10 @@ <h1>Installation instructions</h1>
<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">git://github.com/jonas/tig.git</a>.</p></div>
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.8/tig-2.5.8.tar.gz">tig-2.5.8</a>
<a href="https://github.com/jonas/tig/releases/download/tig-2.5.8/tig-2.5.8.tar.gz.sha256">(sha256)</a></p></div>
<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>
<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 +1044,7 @@ <h2 id="_tools_and_packages">Tools and packages</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-02-04 13:30:10 CET
2024-03-29 20:35:47 CET
</div>
</div>
</body>
Expand Down
134 changes: 133 additions & 1 deletion NEWS.html
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,138 @@ <h1>Release notes</h1>
</div>
<div id="content">
<div class="sect1">
<h2 id="_tig_2_5_9">tig-2.5.9</h2>
<div class="sectionbody">
<div class="paragraph"><p>Improvements:</p></div>
<div class="ulist"><ul>
<li>
<p>
Update utf8proc to v2.9.0, supporting Unicode 15.1.
</p>
</li>
<li>
<p>
Also use lightweight tags in the Refs line of the diff view. (#1235)
</p>
</li>
<li>
<p>
Support %(text) in all views with a text column. (#1275)
</p>
</li>
<li>
<p>
Use HTTPS for GitHub clone URLs. (#1310)
</p>
</li>
<li>
<p>
Move default log view options to tigrc.
</p>
</li>
<li>
<p>
Allow to go to stage view without Enter. (#1284)
</p>
</li>
<li>
<p>
Add new "prefetch" reference type for refs created by <code>git maintenance</code>
(hidden in default config). (#1318)
</p>
</li>
<li>
<p>
Show the selected commit in the blame view title window.
</p>
</li>
<li>
<p>
Improve the blob view experience.
</p>
</li>
<li>
<p>
Clear keybinding from all keymaps (unbind) with <code>bind generic &lt;key&gt; none</code>.
</p>
</li>
</ul></div>
<div class="paragraph"><p>Bug fixes:</p></div>
<div class="ulist"><ul>
<li>
<p>
Fix "dangling pointer" warning. (#1268)
</p>
</li>
<li>
<p>
Don&#8217;t use array size in function arguments. (#1269)
</p>
</li>
<li>
<p>
Fix rpmbuild -ta. (#1276)
</p>
</li>
<li>
<p>
Initialise struct timezone. (#1291)
</p>
</li>
<li>
<p>
Fix NULL dereference at startup. (#1293)
</p>
</li>
<li>
<p>
Enforce a blank before view scroll percentage.
</p>
</li>
<li>
<p>
Fix refresh-mode periodic not updating branch labels. (#1270)
</p>
</li>
<li>
<p>
Fix display non-ascii character. (#1299)
</p>
</li>
<li>
<p>
Fix readline echo when stdin is redirected. (#1229)
</p>
</li>
<li>
<p>
Fix tig blame --reverse. (#1300)
</p>
</li>
<li>
<p>
Fix status view lockup.
</p>
</li>
<li>
<p>
Fix untracked changes and chunk staging behaviour in plain stage view.
</p>
</li>
<li>
<p>
Reset state variables when selecting a commit with no reference.
</p>
</li>
<li>
<p>
Fix parsing of <code>git ls-tree</code> for submodules. (#1282)
</p>
</li>
</ul></div>
</div>
</div>
<div class="sect1">
<h2 id="_tig_2_5_8">tig-2.5.8</h2>
<div class="sectionbody">
<div class="paragraph"><p>Improvements:</p></div>
Expand Down Expand Up @@ -5005,7 +5137,7 @@ <h2 id="_tig_0_9">tig-0.9</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-02-04 13:30:10 CET
2024-03-29 20:35:47 CET
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion README.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2 id="_resources">Resources</h2>
</li>
<li>
<p>
Git URL: git://github.com/jonas/tig.git
Git URL: <a href="https://github.com/jonas/tig.git">https://github.com/jonas/tig.git</a>
</p>
</li>
<li>
Expand Down
8 changes: 4 additions & 4 deletions doc/manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -1320,14 +1320,14 @@ <h3 id="title-window">2.3. Title Windows</h3>
ID if available, and where the view is positioned:</p></div>
<div class="listingblock">
<div class="content">
<pre><code>[main] c622eefaa485995320bc743431bae0d497b1d875 - commit 1 of 61 (1%)</code></pre>
<pre><code>[main] c622eefaa485995320bc743431bae0d497b1d875 - commit 1 of 61 1%</code></pre>
</div></div>
<div class="paragraph"><p>By default, the title of the current view is highlighted using bold font. For
long loading views (taking over 3 seconds) the time since loading started will
be appended:</p></div>
<div class="listingblock">
<div class="content">
<pre><code>[main] 77d9e40fbcea3238015aea403e06f61542df9a31 - commit 1 of 779 (0%) 5s</code></pre>
<pre><code>[main] 77d9e40fbcea3238015aea403e06f61542df9a31 - commit 1 of 779 loading 5s 0%</code></pre>
</div></div>
</div>
</div>
Expand Down Expand Up @@ -2074,7 +2074,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-2022 Jonas Fonseca &lt;<a href="mailto:jonas.fonseca@gmail.com">jonas.fonseca@gmail.com</a>&gt;</p></div>
<div class="paragraph"><p>Copyright (c) 2006-2024 Jonas Fonseca &lt;<a href="mailto:jonas.fonseca@gmail.com">jonas.fonseca@gmail.com</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 +2104,7 @@ <h2 id="references">8. See Also</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-02-04 13:30:10 CET
2024-03-29 20:35:47 CET
</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: 02/04/2023
.\" Date: 03/29/2024
.\" Manual: Tig Manual
.\" Source: Tig 2.5.8
.\" Source: Tig 2.5.9
.\" Language: English
.\"
.TH "TIG" "1" "02/04/2023" "Tig 2\&.5\&.8" "Tig Manual"
.TH "TIG" "1" "03/29/2024" "Tig 2\&.5\&.9" "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\-2022 Jonas Fonseca <\m[blue]\fBjonas\&.fonseca@gmail\&.com\fR\m[]\&\s-2\u[3]\d\s+2>
Copyright (c) 2006\-2024 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
4 changes: 2 additions & 2 deletions doc/tig.1.html
Original file line number Diff line number Diff line change
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-2022 Jonas Fonseca &lt;<a href="mailto:jonas.fonseca@gmail.com">jonas.fonseca@gmail.com</a>&gt;</p></div>
<div class="paragraph"><p>Copyright (c) 2006-2024 Jonas Fonseca &lt;<a href="mailto:jonas.fonseca@gmail.com">jonas.fonseca@gmail.com</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
2023-02-04 13:30:10 CET
2024-03-29 20:35:47 CET
</div>
</div>
</body>
Expand Down
12 changes: 6 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: 02/04/2023
.\" Date: 03/29/2024
.\" Manual: Tig Manual
.\" Source: Tig 2.5.8
.\" Source: Tig 2.5.9
.\" Language: English
.\"
.TH "TIGMANUAL" "7" "02/04/2023" "Tig 2\&.5\&.8" "Tig Manual"
.TH "TIGMANUAL" "7" "03/29/2024" "Tig 2\&.5\&.9" "Tig Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down Expand Up @@ -564,7 +564,7 @@ Each view has a title window which shows the name of the view, current commit ID
.RS 4
.\}
.nf
[main] c622eefaa485995320bc743431bae0d497b1d875 \- commit 1 of 61 (1%)
[main] c622eefaa485995320bc743431bae0d497b1d875 \- commit 1 of 61 1%
.fi
.if n \{\
.RE
Expand All @@ -577,7 +577,7 @@ By default, the title of the current view is highlighted using bold font\&. For
.RS 4
.\}
.nf
[main] 77d9e40fbcea3238015aea403e06f61542df9a31 \- commit 1 of 779 (0%) 5s
[main] 77d9e40fbcea3238015aea403e06f61542df9a31 \- commit 1 of 779 loading 5s 0%
.fi
.if n \{\
.RE
Expand Down Expand Up @@ -1567,7 +1567,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\-2022 Jonas Fonseca <\m[blue]\fBjonas\&.fonseca@gmail\&.com\fR\m[]\&\s-2\u[3]\d\s+2>
Copyright (c) 2006\-2024 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 d21cae3

Please sign in to comment.