Text-mode interface for git
Find a file
Thomas Koutcher 04126d7d7c
Some checks are pending
Linux / ci (clang, Address Sanitizer, address-sanitizer) (push) Waiting to run
Linux / ci (clang, autoconf) (push) Waiting to run
Linux / ci (clang, config.make) (push) Waiting to run
Linux / ci (gcc, Valgrind, valgrind) (push) Waiting to run
Linux / ci (gcc, autoconf) (push) Waiting to run
Linux / ci (gcc, config.make) (push) Waiting to run
macOS / install (clang) (push) Waiting to run
macOS / install (gcc) (push) Waiting to run
macOS / ci (push) Waiting to run
tig-2.6.1
2026-06-13 19:25:02 +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 contrib: chocolate-theme: Fix cursor color in backgrounded view (#1419) 2026-05-01 20:29:21 +02:00
doc Add an option to make the tree view recursive 2026-04-05 20:52:18 +02:00
include/tig Handle pure file rename in the diff view 2026-06-05 23:01:54 +02:00
snap Update license in spec file 2022-05-10 20:29:49 +02:00
src Fix editor command injection vulnerability 2026-06-12 19:25:04 +02:00
test Fix slow tig status when given a subdirectory path (#1424) 2026-05-25 22:45:58 +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 tig-2.6.1 2026-06-13 19:25:02 +02:00
Makefile tig-2.6.1 2026-06-13 19:25:02 +02:00
NEWS.adoc tig-2.6.1 2026-06-13 19:25:02 +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 new AI related trailers to default tigrc 2026-05-11 19:41:24 +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>