Supporting untracked files with `git pull --autostash`

2019-04-14 Thread mqudsi
recently tracked file `origin/master:/foo`. Currently, the following occurs: ``` mqudsi@devpc > git pull --autostash --rebase First, rewinding head to replay your work on top of it... error: The following untracked working tree files would be overwritten by checkout: tests/eval.

Regression in patch add?

2018-04-15 Thread mqudsi
Hello all, I'm currently running the latest version of git built from `master`, and I'm running into what appears to be a regression in the behavior of the piecewise `git add -p` when applying a manually edited chunk. I first run `git add -p`, then manually edit a chunk (after hitting `s` once, i

Invalid memory access in `git apply`

2017-11-08 Thread mqudsi
error output like the following: mqudsi@ZBook ~> git apply --ignore-space-change --ignore-whitespace --allow-overlap --inaccurate-eof without_whitespace.diff *** Error in `git': malloc(): memory corruption: 0x02543530 *** === B