Skip to content
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

Add git show capability #29

Open
shumashv1 opened this issue Oct 15, 2018 · 2 comments
Open

Add git show capability #29

shumashv1 opened this issue Oct 15, 2018 · 2 comments

Comments

@shumashv1
Copy link

shumashv1 commented Oct 15, 2018

Git diff only works in a branch prior to a commit. Could the diff be accessed in some way to show the changes after the commit using git show? Perhaps the diff could be automatically added to the commit message?

@fzumstein
Copy link
Contributor

You're right, git-xltrail currently doesn't play with diff show. However, using something like git diff HEAD~1 should work as a workaround for now?

@shumashv1
Copy link
Author

shumashv1 commented Nov 8, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants