An ncurses-based text-mode interface for git
https://jonas.github.io/tig/
Tig is a git repository browser that additionally can act as a pager
for output from various git commands.
When browsing repositories, it uses the underlying git commands to
present the user with various views, such as summarized revision log
and showing the commit with the log message, diffstat, and the diff.
Using it as a pager, it will display input from stdin and colorize it.
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / tig
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:tools:scm/tig && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000138 138 Bytes | |
tig-2.5.8.tar.gz | 0001179844 1.13 MB | |
tig.changes | 0000047857 46.7 KB | |
tig.spec | 0000003092 3.02 KB |
Revision 79 (latest revision is 84)
Michael Vetter (jubalh)
committed
(revision 79)
- Update to 2.5.8: Improvements: * Update utf8proc to v2.8.0, supporting Unicode 15. * Support editing from the pager and the log (-p) views. (#1243[1]) * Adjust build for native Apple Silicon. * Autoscroll the pager view while loading. (#1223[2]) * Automatically show next diff in the status view. (#413[3], #469[4]) * Replace Unknown author with Not Committed Yet. * Allow use of regular expressions for coloring. (#1249[5]) * Add support for option word-diff-regex. (#1252[6]) * Include original blob name in temporary filename. (#1254[7]) Bug fixes: * Use %(file_old) for old filename in the blame view. (#1226[8]) * Correctly report which version of libncurses was linked. (#1240[9], #1241[10]) * Fix stage view closing when holding the ] key. (#1245[11]) * Make tests work from a path with symlinks. * Fix encoding of very long lines. (#1227[12]) * Fix diffstat color for tig log -p. * Clean IO before closing a view or quitting.
Comments 0