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
Currently when I press "e" while focused on a file within a specific commit in "diff" tab, then it executes a command
bash -c vim -- "App.tsx"
It would be more useful if it would actually open file at corresponding chosen revision.
git show a1b35:./file.txt
The text was updated successfully, but these errors were encountered:
I very much disagree. But this is a duplicate of #3902, see the longer discussion there.
Sorry, something went wrong.
No branches or pull requests
Currently when I press "e" while focused on a file within a specific commit in "diff" tab, then it executes a command
It would be more useful if it would actually open file at corresponding chosen revision.
The text was updated successfully, but these errors were encountered: