You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to have tig "follow" history of renamed files.. Specifically if I run git log --oneline --follow renamed_file.txt then I am able to see all the history of that file. If I just run tig renamed_file.txt then I don't see it. My suggestion would be to add a mode to tig (just like git log) that allows history to be followed: tig --follow
Is this possible already? Did I miss it somewhere.
Thanks,
Dusty
The text was updated successfully, but these errors were encountered:
you are right!! wow.. some programs allow you to specify arguments anywhere on the line and so I was mistakenly running it this way: tig renamed_file.txt --follow. It works if you put --follow first.
Is it possible to have tig "follow" history of renamed files.. Specifically if I run git log --oneline --follow renamed_file.txt then I am able to see all the history of that file. If I just run tig renamed_file.txt then I don't see it. My suggestion would be to add a mode to tig (just like git log) that allows history to be followed: tig --follow
Is this possible already? Did I miss it somewhere.
Thanks,
Dusty
The text was updated successfully, but these errors were encountered: