Commit 578cc0291774f9d219e38b2c453cbfa83dce80c8

Tyler Wanek 2019-01-14T17:03:49

Single callback for commit signing in rebase w/ git_buf Reduces the number of callbacks for signing a commit during a rebase operation to just one callback. That callback has 2 out git_buf parameters for signature and signature field. We use git_buf here, because we cannot make any assumptions about the heap allocator a user of the library might be using.