Text-mode interface for git
Find a file
Thomas Koutcher e6a2b6165c
Some checks failed
Linux / ci (clang, Address Sanitizer, address-sanitizer) (push) Has been cancelled
Linux / ci (clang, autoconf) (push) Has been cancelled
Linux / ci (clang, config.make) (push) Has been cancelled
Linux / ci (gcc, Valgrind, valgrind) (push) Has been cancelled
Linux / ci (gcc, autoconf) (push) Has been cancelled
Linux / ci (gcc, config.make) (push) Has been cancelled
macOS / install (clang) (push) Has been cancelled
macOS / install (gcc) (push) Has been cancelled
macOS / ci (push) Has been cancelled
Skip generating manual.pdf when running make doc
2026-04-14 19:47:33 +02:00
.github/workflows Update Linux CI 2025-04-28 23:10:57 +02:00
compat Bump copyright year to 2026 2026-01-02 15:14:03 +01:00
contrib Use compat/wordexp with Cygwin 2026-04-10 23:35:58 +02:00
doc Add an option to make the tree view recursive 2026-04-05 20:52:18 +02:00
include/tig Add an option to make the tree view recursive 2026-04-05 20:52:18 +02:00
snap Update license in spec file 2022-05-10 20:29:49 +02:00
src Ensure consistent blame view access from the blob view 2026-04-12 16:43:13 +02:00
test Add an option to make the tree view recursive 2026-04-05 20:52:18 +02:00
tools Bump copyright year to 2026 2026-01-02 15:14:03 +01:00
.bookignore Add testing docs to GitBook and add ignore file 2017-07-06 12:53:49 -04:00
.gitignore Update Cygwin build 2026-03-28 19:18:19 +01:00
.mailmap Add .mailmap support 2015-06-07 19:02:41 -04:00
appveyor.yml Update Cygwin build 2026-03-28 19:18:19 +01:00
autogen.sh Fix error when running with --silent. 2016-07-21 14:53:07 +02:00
book.json Remove Google Analytics tracking from GitBook config 2020-05-31 22:36:54 -04:00
book.md Add testing docs to GitBook and add ignore file 2017-07-06 12:53:49 -04:00
config.make.in Fix #856: Add CURSES_CFLAGS to CPPFLAGS (#857) 2018-07-26 23:14:55 -04:00
configure.ac Print the PCRE version 2021-11-19 22:25:32 +01:00
COPYING Update FSF addesss in COPYING 2015-03-11 20:40:04 +01:00
INSTALL.adoc Update Cygwin build 2026-03-28 19:18:19 +01:00
Makefile Skip generating manual.pdf when running make doc 2026-04-14 19:47:33 +02:00
NEWS.adoc tig-2.6.0 2025-09-16 21:52:25 +02:00
README.adoc Update manual link to point to mankier.com and remove link to Gitter 2025-10-21 18:41:36 +02:00
tigrc Add an option to make the tree view recursive 2026-04-05 20:52:18 +02:00

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> </head>

Tig: text-mode interface for Git

Linux CI macOS CI AppVeyor Build

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.

Bugs and Feature Requests

Bugs and feature requests can be reported using the issue tracker or by mail to the Git mailing list. Ensure that the word "tig" is in the subject. For other Tig related questions please use Stack Overflow: https://stackoverflow.com/questions/tagged/tig.

If you are sending a bug report, please include the following information:

  • What Tig and ncurses versions are you using? (tig -v)

  • What system do you have? (uname -a, lsb_release -a)

  • What Git version are you using? (git -v)

Installation and News

Information on how to build and install Tig are found in the installation instructions.

News about releases and latest features and bug fixes are found in the release notes.


</html>