• Show log

    Commit

  • Hash : f83bbe0a
    Author : Edward Thomson
    Date : 2018-03-19T19:50:45

    apply: introduce `git_apply` 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`).