Dan Davison
Dan Davison
Hi @Minnozz, thanks for this, very helpful. Clearly the test suite needs to be strengthened for `git add -p` also. I know `git add -p` is important, so this is...
Thanks a lot @Kr1ss-XD and @ryuta69 for investigating here. I think @Kr1ss-XD's suggestion of using features to work around these issues is an excellent one for now, until we fix...
> I look for file-style, hunk-header-style's reasons. @ryuta69 It would be awesome if you can make progress here! I'm not certain but I think https://github.com/dandavison/delta/pull/272#discussion_r474371089 may be relevant.
@kevinhwang91 could you confirm your delta version please?
Remaining bugs here should be fixed in master thanks to @ulwlu's PR #367. I'll post when it's released.
> Seems like diff-so-fancy has managed to add support `git add -p` while keeping the formatting, see so-fancy/diff-so-fancy#390. @lithammer Yes, and that is what Delta does, since `0.4.5` (Dec 2020)....
Thanks @hahuang65 that's a regression in v0.9.0. Let's discuss in https://github.com/dandavison/delta/issues/755. I'm aiming to release a fix for it shortly.
Hi @dhduvall, thanks very much for this PR, and https://github.com/dandavison/delta/issues/750 and https://github.com/dandavison/delta/pull/752! I am a bit busy this week and next so I might be slower than usual in responding...
Hi @vermiculus, let's get to the bottom of this. Staging by hunks does work in general (is working for me; wasn't aware of others having problems before this). Can you...
@vermiculus would you be able to do a little experiment? I'm thinking, let's capture the args and input that git is receiving so we can see what is wrong with...