Tig: [RFE] add `git reflog` information to tig

Created on 15 Nov 2016  路  3Comments  路  Source: jonas/tig

It would be great if I could see the reflog in tig and browse those commits. I use git reflog sometimes to recover commits that no longer are being pointed to by some other ref.

If this feature is already there and I missed it, I apologize.

Most helpful comment

It is supported to some extend but probably not well documented. Try:

git reflog --pretty=raw | tig --pretty=raw

All 3 comments

It is supported to some extend but probably not well documented. Try:

git reflog --pretty=raw | tig --pretty=raw

cool - would it be possible to add this as one of the 'generic bindings' so that it is easily discoverable from the help interface? alternatively is there a way for me to define my own binding in my ~/.gitconfig to achieve this?

tig --reflog ?

Was this page helpful?
0 / 5 - 0 ratings