tig-2.5.7
Bug fixes:
- Fix running tests as root. (#1224)
 - Fix parsing of status.showUntrackedFiles. (#1219)
 - Avoid incorrect history path when $XDG_DATA_HOME is valid. (#1215, #1217)
 
Change summary
The diffstat and log summary for changes made in this release.
 INSTALL.adoc         | 4 ++--
 Makefile             | 2 +-
 NEWS.adoc            | 9 +++++++++
 src/options.c        | 3 ++-
 src/prompt.c         | 8 ++++++--
 test/tools/libgit.sh | 4 ++--
 6 files changed, 22 insertions(+), 8 deletions(-)
Chih-Hsuan Yen (1):
      Avoid incorrect history path when $XDG_DATA_HOME is valid (#1217)
Thomas Koutcher (3):
      Fix running tests as root
      Fix parsing of status.showUntrackedFiles
      tig-2.5.7