From: Jonas Fonseca <jonas.fonseca@gmail.com>
To: git <git@vger.kernel.org>
Subject: [ANNOUNCE] tig-2.3.1
Date: Thu, 14 Dec 2017 21:59:57 -0500 [thread overview]
Message-ID: <CAFuPQ1KJSrn5UsrxSSa1hfYS4-3+0rCBt=+qkk=VhjT6T12PWw@mail.gmail.com> (raw)
Hello,
A new release is available fixing a few bugs and improving TTY management.
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
-------------
Improvements:
- Restore TTY attributes. (GH #725)
- Handle `\n` like `\r`. (GH #758)
Bug fixes:
- Add workaround that detects busy loops when Tig loses the TTY. This may
happen if Tig does not receive the HUP signal (e.g. when started with
`nohup`). (GH #164)
- Fix compatibility with ncurses-5.4 which caused copy-pasting to not work
in the prompt. (GH #767)
- tig(1): document correct environment variable. (GH #752)
Change summary
--------------
The diffstat and log summary for changes made in this release.
.travis.yml | 50 ++++++-------
INSTALL.adoc | 13 +++-
Makefile | 2 +-
NEWS.adoc | 17 +++++
doc/tig.1.adoc | 2 +-
include/tig/tig.h | 1 +
src/display.c | 127 ++++++++++++++++++++++++++------
test/README.adoc | 17 +++++
test/main/refresh-periodic-test | 2 +
test/tools/libtest.sh | 76 +++++++++++++++++--
tools/aspell.dict | 12 ++-
tools/travis.sh | 32 ++++++++
12 files changed, 293 insertions(+), 58 deletions(-)
Christian Brabandt (1):
Handle \n like \r (#758)
David O'Trakoun (1):
tig(1): Fix env var checked (#752)
Jonas Fonseca (6):
Fix formatting of the Windows install documentation
Move loop updating views to separate method
Fix #164: Add workaround to detect busy event loops
Use initscr to ensure proper TTY setup for the prompt (#768)
Update NEWS
tig-2.3.1
Matt (1):
Added another installation method (#753)
--
Jonas Fonseca
reply other threads:[~2017-12-15 3:00 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
List information: http://vger.kernel.org/majordomo-info.html
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAFuPQ1KJSrn5UsrxSSa1hfYS4-3+0rCBt=+qkk=VhjT6T12PWw@mail.gmail.com' \
--to=jonas.fonseca@gmail.com \
--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.
Code repositories for project(s) associated with this public inbox
https://80x24.org/mirrors/git.git
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).