Git Mailing List Archive mirror
 help / color / mirror / Atom feed
From: Thomas Koutcher <thomas.koutcher@online.fr>
To: git@vger.kernel.org
Subject: [ANNOUNCE] tig-2.5.10
Date: Sat, 11 May 2024 00:12:42 +0200	[thread overview]
Message-ID: <63ad4c23-0baf-4c40-aa45-0a35c3bf90dc@online.fr> (raw)

Hi,

I am pleased to announce Tig version 2.5.10 aiming mainly at fixing
a regression introduced in 2.5.9 related to colouring in the status
view. 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 `stat-*` coloring file names in `tig status` instead of just
    markers (regression in 2.5.9). (#1326)
  - Fix keybinding with +[cmd] not triggering view refreshing. (#1324)
  - Fix reopening the blame view from the main view.
  - Fix editing when stdin is redirected. (#1330)
  - Fix compilation warnings with ncurses 6.5.
  - Make `Ctrl-C` to kill only the command running in the foreground. 
(#1331)

Change summary
--------------
The diffstat and log summary for changes made in this release.

  INSTALL.adoc      |  4 ++--
  Makefile          |  2 +-
  NEWS.adoc         | 13 +++++++++++++
  include/tig/io.h  |  2 +-
  include/tig/tig.h |  2 ++
  src/blame.c       | 11 +++++++++--
  src/display.c     | 15 +++++++--------
  src/draw.c        | 12 +++++++-----
  src/io.c          | 18 +++++++++++++++---
  src/main.c        |  8 ++++++++
  src/status.c      |  4 ++--
  src/tree.c        |  5 ++---
  src/view.c        |  5 +++--
  13 files changed, 72 insertions(+), 29 deletions(-)

Thomas Koutcher (6):
       Fix keybinding with +[cmd] not triggering view refreshing (#1324)
       Fix reopening the blame view from the main view
       Fix editing when stdin is redirected
       Fix compilation warnings with ncurses 6.5
       Make `Ctrl-C` to kill only the command running in the foreground
       tig-2.5.10

xaizek (1):
       Fix incorrect filename coloring in tig status (#1326)

--
Thomas Koutcher


                 reply	other threads:[~2024-05-10 22:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=63ad4c23-0baf-4c40-aa45-0a35c3bf90dc@online.fr \
    --to=thomas.koutcher@online.fr \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).