Skip to content

Commit 06f7d75

Browse files
committed
tig-2.5.7
1 parent 9396ccc commit 06f7d75

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
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.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)]
9+
https://github.com/jonas/tig/releases/download/tig-2.5.7/tig-2.5.7.tar.gz[tig-2.5.7]
10+
https://github.com/jonas/tig/releases/download/tig-2.5.7/tig-2.5.7.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.6
5+
VERSION = 2.5.7
66

77
all:
88

NEWS.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Release notes
22
=============
33

4+
tig-2.5.7
5+
---------
6+
7+
Bug fixes:
8+
9+
- Fix running tests as root. (#1224)
10+
- Fix parsing of status.showUntrackedFiles. (#1219)
11+
- Avoid incorrect history path when $XDG_DATA_HOME is valid. (#1215, #1217)
12+
413
tig-2.5.6
514
---------
615

0 commit comments

Comments
 (0)