Skip to content

Commit 3401950

Browse files
committed
tig-2.5.6
1 parent e9a710d commit 3401950

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

INSTALL.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Download a tarball from https://github.com/jonas/tig/releases[] or clone the Tig
66
repository https://github.com/jonas/tig[git://github.com/jonas/tig.git].
77

88
The latest version is:
9-
https://github.com/jonas/tig/releases/download/tig-2.5.5/tig-2.5.5.tar.gz[tig-2.5.5]
10-
https://github.com/jonas/tig/releases/download/tig-2.5.5/tig-2.5.5.tar.gz.sha256[(sha256)]
9+
https://github.com/jonas/tig/releases/download/tig-2.5.6/tig-2.5.6.tar.gz[tig-2.5.6]
10+
https://github.com/jonas/tig/releases/download/tig-2.5.6/tig-2.5.6.tar.gz.sha256[(sha256)]
1111

1212
*Note:* Do not use the tar.gz file for version 2.0 because it will fail
1313
to compile due to issue https://github.com/jonas/tig/pull/283[#283] and

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# The last tagged version. Can be overridden either by the version from
44
# git or from the value of the DIST_VERSION environment variable.
5-
VERSION = 2.5.5
5+
VERSION = 2.5.6
66

77
all:
88

NEWS.adoc

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
Release notes
22
=============
33

4-
master
5-
------
4+
tig-2.5.6
5+
---------
66

77
Bug fixes:
8+
89
- Fix `:goto <tag>`. (#1178)
910
- Fix typo in ui.c.
10-
- Revert terminal hacks and workarounds. (#1180, #1182)
11+
- Revert terminal hacks and workarounds. (#748, #943, #1180, #1182)
1112
- Fix opening of an ambiguous ref in refs view.
1213
- Fix search when view is loading.
1314
- Use the full width for diffstat in the stage view.
@@ -16,6 +17,12 @@ Bug fixes:
1617
- Fix navigation in split tree view.
1718
- Enable textconv in the stage view.
1819
- Enable textconv in the blame view and fix blame -L. (#978, #1189)
20+
- Update lineno for untracked files. (#1192)
21+
- Fix alignment of transliterated text. (#1195)
22+
- Fix word diff in the stage, stash and blame views. (#1207)
23+
- Fix reading the value of status.showUntrackedFiles. (#1211)
24+
- Honor commit_title:no in view settings.
25+
- Fix segfault with PCRE.
1926

2027
tig-2.5.5
2128
---------

0 commit comments

Comments
 (0)