apply.c
13.3 KB
-
apply: introduce `git_apply` · f83bbe0a
Introduce `git_apply`, which will take a `git_diff` and apply it to the working directory (akin to `git apply`), the index (akin to `git apply --cached`), or both (akin to `git apply --index`).
Edward Thomson committed