I can't quite paste my output here as the changes I'm working on aren't public (company policy sorry) but if I do git log -2 I get the last 2 commits, but if I do git tui log -2 I get to see all of the history. Not a huge deal just a bit startling and unexpected.
For clarity, git-tui does work, and it shows it expected terminal window and all the content, it's just that it shows too much of history even with the -<number> option.
I can't quite paste my output here as the changes I'm working on aren't public (company policy sorry) but if I do
git log -2I get the last 2 commits, but if I dogit tui log -2I get to see all of the history. Not a huge deal just a bit startling and unexpected.For clarity,
git-tuidoes work, and it shows it expected terminal window and all the content, it's just that it shows too much of history even with the-<number>option.