Questions tagged [tig]

Tig is a text mode git repository browser that additionally can act as a pager for output from various git commands.

Tig is a text mode 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.

Source: Tig: text-mode interface for git

54 questions
0
votes
1 answer

Stage all files in tig

In tig command line tool for git, you go to the status view and you press u to stage a file. What I am curious about is how to perform that actions multiple time without repeating the word u. Is this possible to stage multiple files or all files…
Luong Vo
  • 33
  • 1
  • 7
0
votes
1 answer

Tig doesn't show lines but instead ~T~B (or similiar)

I am using tig to view git history but the interface is not showing the lines any longer, see picture. I'm sadly on a Windows environment running git bash. Does anyone know how I can get the lines instead?
Aircleaner
  • 25
  • 9
0
votes
2 answers

Error while trying to set config in tigrc

I've below line in my tigrc file set commit-title-graph = no I'm getting this error when I run any tig command, and I'm not able to fine what it the issue. tig warning: ~/.tigrc:1: Unknown option name: commit-title-graph tig warning: Errors while…
pr4bh4sh
  • 654
  • 3
  • 12
  • 19
0
votes
1 answer

Tig configuration open in status by default

How I can start tig on status view by default? I tried with set cmdline-args = --all status not working
Arnold Roa
  • 7,335
  • 5
  • 50
  • 69
0
votes
2 answers

Listen and Refresh Commit Changes on Tig

I'm using :! git pull command for pulling changes from a repo. But Tig doesn't refresh main view list when pulling changes. Is there anyway to listen and refresh commits on main view list at Tig automatically?
fatihturan
  • 135
  • 5
  • 18
0
votes
1 answer

search for a revision in tig

I'm a big fan of tig http://jonas.nitro.dk/tig Using "/" like in vim we can search for comit with / I'm looking for to get a specific hashtag e.g 2f12bcc
user3313834
  • 7,327
  • 12
  • 56
  • 99
0
votes
1 answer

Git browse through non-empty commits

I work on this project which has many commits with empty changesets. As much as I would like to run git filter-branch and remove those commits, this is really not an option. Are there any tools (e.g. gitg tig) that would allow me to browse through…
Francisco
  • 3,980
  • 1
  • 23
  • 27
0
votes
1 answer

How to change rev-list in tig

tig provides useful rev-list filtering on the command line. My questions is - how do I filter the rev-list "after" the tig has been invoked. For example, I'd like to browse different branches with "refs-view". And then do the rev-list filtering such…
-1
votes
1 answer

Can I use tig to only display a given set of commits

I'd like to use tig to browse an arbitrary list of commits so that I can do something like: git rev-list --author joe | tig --stdin and then only see Joe's commits. However, I see one of Joe's commits as the first one, but then other commits too.…
Jens D
  • 4,229
  • 3
  • 16
  • 19
1 2 3
4