Name |
Last commit
|
Last update |
---|---|---|
.. | ||
apply_helpers.h | ||
both.c | ||
fromdiff.c | ||
fromfile.c | ||
index.c | ||
tree.c | ||
workdir.c |
When applying to both the index and the working directory, ensure that the index contents match the working directory. This mirrors the requirement in `git apply --index`. This also means that - along with the prior commit that uses the working directory contents as the checkout baseline - we no longer expect conflicts during checkout. So remove the special-case error handling for checkout conflicts. (Any checkout conflict now would be because the file was actually modified between the start of patch application and the checkout.)
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
apply_helpers.h | Loading commit data... | |
both.c | Loading commit data... | |
fromdiff.c | Loading commit data... | |
fromfile.c | Loading commit data... | |
index.c | Loading commit data... | |
tree.c | Loading commit data... | |
workdir.c | Loading commit data... |