We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tig version: 88962f1 Git version: 2.6.4 Slackware Linux (x86_64) Xterm
Clone any git repository with a fair amount of history (jonas/tig works nicely).
$ git clone https://github.com/jonas/tig.git $ cd tig
Increase X11 keyboard repeat rate to something quick but manageable:
$ xset r rate 145 45
Open tig to the main view inside the git repo:
$ TIGRC_USER=/dev/null tig
Spam G a few times (hold down Shift+g)
Tig flashes a few times, then exits back to the prompt with the following error message:
tig: No revisions match the given arguments.
The flashes are because it's executing :toggle commit-title-graph and redrawing the digraph.
:toggle commit-title-graph
git rev-parse --git-dir --is-inside-work-tree --show-cdup --show-prefix HEAD --symbolic-full-name HEAD git config --list git show-ref --head --dereference git log --encoding=UTF-8 --topo-order --date=raw --parents --no-color --pretty=format:commit %m %H %P%x00%an <%ae> %ad%x00%s -- git status --porcelain -z --untracked-files=no git log --encoding=UTF-8 --topo-order --date=raw --parents --no-color --pretty=format:commit %m %H %P%x00%an <%ae> %ad%x00%s -- git status --porcelain -z --untracked-files=no git log --encoding=UTF-8 --date=raw --parents --no-color --pretty=format:commit %m %H %P%x00%an <%ae> %ad%x00%s -- git status --porcelain -z --untracked-files=no git log --encoding=UTF-8 --topo-order --date=raw --parents --no-color --pretty=format:commit %m %H %P%x00%an <%ae> %ad%x00%s -- git status --porcelain -z --untracked-files=no
The text was updated successfully, but these errors were encountered:
3ce0631
Thanks for reporting this. Should be fixed even if it is a strange corner case.
Sorry, something went wrong.
Confirmed fixed. Tested version 3ce0631 (2016-04-19).
Thanks!
No branches or pull requests
Tig version: 88962f1
Git version: 2.6.4
Slackware Linux (x86_64)
Xterm
Steps to reproduce:
Clone any git repository with a fair amount of history (jonas/tig works nicely).
$ git clone https://github.com/jonas/tig.git
$ cd tig
Increase X11 keyboard repeat rate to something quick but manageable:
$ xset r rate 145 45
Open tig to the main view inside the git repo:
$ TIGRC_USER=/dev/null tig
Spam G a few times (hold down Shift+g)
Outcome:
Tig flashes a few times, then exits back to the prompt with the following error message:
The flashes are because it's executing
:toggle commit-title-graph
and redrawing the digraph.Trace output:
The text was updated successfully, but these errors were encountered: