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 |
---|---|---|
tig-0.15.tar.bz2 | 0000119071 116 KB | |
tig-fix-build.diff | 0000000492 492 Bytes | |
tig.changes | 0000008057 7.87 KB | |
tig.spec | 0000005677 5.54 KB |
Revision 6 (latest revision is 84)
Bernhard Walle (bwalle)
committed
(revision 6)
- update to 0.15 o Incompatibilities - Setting the cursor color no longer automatically sets the text to bold. The old lazy behavior was a bug. - Remove check for git-repo-config, which was officially deprecated in git version 1.5.4. o Improvements - Provide the manual as a man page named tigmanual(7). - Add ability to toggle between showing shorter dates (without time info) and relative dates. - Show the active (instead of the default) keybindings in the help view. - Add branch view for choosing which branch to display in the main view. - Tree view: show entry to parent directory (..) when running from subdirectory. - Tree view: sort entries by name, date or author. - Make height of the lower view in a split view configurable by setting the split-view-height variable to a number or a percentage. - Allow multiple text attributes for color commands: color cursor white blue underline bold o Bug fixes - Blame view: fix loading of blame data when opened from the tree view and CWD is not the repo root. - Tree view: fix searching.
Comments 0