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.0.tar.gz | 0001143004 1.09 MB | |
tig.changes | 0000040009 39.1 KB | |
tig.spec | 0000002175 2.12 KB |
Revision 63 (latest revision is 84)
Martin Pluskal (pluskalm)
accepted
request 749874
from
Michael Vetter (jubalh)
(revision 63)
- Update to 2.5.0: Improvements: * Single file view enters blame mode on "b". (#804) * Show untracked files in the default view. (#762) * Disable graph if log.follow is enabled and there is only one pathspec. (#881) * Disable graph for author searches. * git_colors: interpret 'ul' as 'underline'. * Add refname variable. (#900) * Add -C option to specify the working directory. (#570) * Improve behaviour of auto and periodic refresh modes. (#389, #441, #482, #794, #888, #932) * Add support for repos created with git --work-tree. (#872) * Add diff-highlight to pager mode. * Show annotated commits in main view. (#819) * Introduce reflog view. (#538) * Add option to start with cursor on HEAD commit. (#755) * Support combined diffs with more than 2 parents. * Improve how a toggle option value is shown on the status line. (#879) * Add options to filter refs output. (#694) * Update utf8proc to v2.4.0. (#961) Bug fixes: * Fix garbled cursor line with older ncurses versions. * Fix diff highlighting of removed lines starting with -- and added lines * starting with ++. (#871, #875) * Fix loop when displaying search result if regex matches an empty string. (#866) * Add synchronous command description in tigrc. * Fix parsing of git rev-parse output. (#884) * Propagate --first-parent to diff arguments. (#861) * Use proper type for hash table size. (#858) * Fix incorrect cppcheck warning about realloc() use. * Don't shift signed int by 31 bits.
Comments 0