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
Steps to reproduce:
git init --bare remote.git git clone remote.git tig cd tig git commit --allow-empty -m 'Initial commit' git push -u git checkout -b feature git commit --allow-empty -m 'Feature' git push -u origin feature # start "tig status" in another terminal git checkout master # Press 'R' in tig, you see: "On branch master. Your branch is behind 'origin/feature' by 1 commit."
In other words, tig shows status for wrong tracking branch if the branch is changed from another terminal.
$ tig --version tig version 2.5.1 ncurses version 5.7.20081102 readline version 8.0
The text was updated successfully, but these errors were encountered:
Update tracking branch when refreshing status view
1970c33
Fixes jonas#1015
b7951d1
Update tracking branch when refreshing status view (#1020)
4761b34
Fixes #1015
Successfully merging a pull request may close this issue.
Steps to reproduce:
In other words, tig shows status for wrong tracking branch if the branch is changed from another terminal.
The text was updated successfully, but these errors were encountered: