Hi, I am pleased to announce Tig version 2.5.12 fixing a regression introduced in 2.5.11 affecting 32-bit x86 builds. See the release notes below for a detailed list of changes. What is Tig? ------------ Tig is an ncurses-based text-mode interface for git. It functions mainly as a Git repository browser, but can also assist in staging changes for commit at chunk level and act as a pager for output from various Git commands. - Homepage:https://jonas.github.io/tig/ - Manual:https://jonas.github.io/tig/doc/manual.html - Tarballs:https://github.com/jonas/tig/releases - Gitter:https://gitter.im/jonas/tig - Q&A:https://stackoverflow.com/questions/tagged/tig Release notes ------------- Bug fixes: - Fix empty blame view when opened from the diff view on i586. (#1362) Change summary -------------- The diffstat and log summary for changes made in this release. INSTALL.adoc | 4 ++-- Makefile | 2 +- NEWS.adoc | 8 ++++++++ src/diff.c | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) Thomas Koutcher (2): Fix empty blame view when opened from the diff view on i586 tig-2.5.12 -- Thomas Koutcher