Text-mode interface for git
Find a file
Thomas Koutcher a7d0b68d3e
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
Fix grep with revision argument
Fixes #1398
2025-11-27 21:20:30 +01:00
.github/workflows Update Linux CI 2025-04-28 23:10:57 +02:00
compat Update compat/hashtab.c with latest libiberty version 2025-11-09 19:39:59 +01:00
contrib Update home page links 2025-02-17 18:46:36 +01:00
doc Introduce committer column 2025-08-31 13:12:02 +02:00
include/tig Fix notes handling in the main view 2025-11-07 21:09:16 +01:00
snap Update license in spec file 2022-05-10 20:29:49 +02:00
src Fix grep with revision argument 2025-11-27 21:20:30 +01:00
test Fix grep with revision argument 2025-11-27 21:20:30 +01:00
tools Bump copyright year to 2025 2025-01-14 19:30:36 +01:00
.bookignore Add testing docs to GitBook and add ignore file 2017-07-06 12:53:49 -04:00
.gitignore Replace deprecated MD5 checksums with SHA256 in make dist 2021-02-12 21:22:21 +01:00
.mailmap Add .mailmap support 2015-06-07 19:02:41 -04:00
appveyor.yml Fix AppVeyor build 2025-02-28 21:40:09 +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 tig-2.6.0 2025-09-16 21:52:25 +02:00
Makefile tig-2.6.0 2025-09-16 21:52:25 +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 Introduce committer column 2025-08-31 13:12:02 +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>