Commit d3bdf33b58f16939a4fd43ab541dcd2ee535b6a3

Edward Thomson 2021-08-29T09:36:01

rebase: introduce git_commit_create_cb Introduce a new mechanism for `git_rebase_commit` for callers to customize the experience. Instead of assuming that we produce the commit for them, provide a commit creation callback that allows callers to produce the commit themselves and return the resulting commit id.