-
Notifications
You must be signed in to change notification settings - Fork 411
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
Support git stash show --stat --patch
#100
Comments
Hi @gibfahn I believe you have something like this in your git configuration, right?
I say that because, with out-of-the-box git, I'm seeing reasonable behaviour from delta with git stash: However, I definitely agree that what you point out is a bug: i.e. that when the It's fairly clear what the issue is. We peek at the first line to see if we recognise the type of input, see There is an underlying problem here: while I'm OK with most of delta's code, the state machine parser needs to be rewritten! |
Ahh yeah, I should have thought of that, I tend to forget how much I have in my git config...
Seems reasonable
That seems like a fairly large challenge 😁 . If I get some time I might take a look, but no guarantees. |
git stash show
git stash show --stat --patch
Yes, tbh it's probably something I'm going to want to have a go at -- I'll feel bad if I leave it in its current state for long and it's making it hard to fix bugs like this. |
Looks like
git stash show
doesn't get formatted by delta:Using
delta 0.0.16
on macOS.Script to reproduce
The text was updated successfully, but these errors were encountered: