-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
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
Include Stash untracked files in the Commit Details View #208
Comments
Thanks for raising this improvement request! Given the below example of how stashes are stored:
The Commit Details / Comparison View's runs a
When I originally included stash support in Git Graph, I observed that untracked files weren't being included, which although not ideal, it is consistent with other commands like I'll have a look into how best to achieve including the untracked files in the Commit Details View. |
I've worked out how to achieve including untracked files from Stashes in the Commit Details View, by using information from the reflog and running an additional I'll have this available in the next release. |
This will be available in v1.19.0. If you'd like to use it before the next release, you can download v1.19.0-beta.1, and install it following the instructions provided here. |
It would be nice to add untrack files to stash files list (add with git stash -u)
The text was updated successfully, but these errors were encountered: