Dan Davison
Dan Davison
Hi @Saklad5, Looking at the output of `git -c core.pager=env show` (don't be tempted to pipe it to `grep`!), the env vars that git sets for the child process appear...
> To support file descriptors properly, Git would need to read through them in a single pass. I'm not sure how easy that would be. There have been two patches...
> the env vars that git sets for the child process appear to be: `GIT_PID` would be quite nice to have; we have already solved the problem of finding the...
OK, but which application would compute the diff if not git?
Uploaded [0.0.1](https://crates.io/crates/git-delta-lib) to crates.io
Hi @salmankhilji, thanks again! I hadn't noticed that. And that's a bit unfortunate: `delta a b` uses `git diff` under the hood, but `git diff` produces identical output on the...
Here's a quick attempt at fixing it: https://github.com/dandavison/delta/pull/1016
Hi @ayroblu, thanks! I agree, this would be great to have. cc @th1000s -- I think you've already thought about this. Do you have a sense for how hard it's...
I agree that the first option looks nice. Just to make sure I understand, the reason you say "just spaces can't be used" is that we want to distinguish user...
```shell this wasXXXโด| Ywrapped!| ``` It does seem like the semantics of `X` are very close to those of `Y`, which would be an argument for them using the same...