]> git.proxmox.com Git - libgit2.git/commit - src/signature.c
Introduce git_rebase_commit
authorEdward Thomson <ethomson@edwardthomson.com>
Thu, 17 Jul 2014 22:25:03 +0000 (18:25 -0400)
committerEdward Thomson <ethomson@microsoft.com>
Mon, 27 Oct 2014 02:59:19 +0000 (22:59 -0400)
commita35a9890b00b538cd0f3ef94a526c0dd2ec461bf
tree391dc91e8c3f872fe59f910fb06f422b3e6e26d7
parent443d5674fe3f2edd4cb51c7657e7ad5063275bff
Introduce git_rebase_commit

Commit the current patch of a rebase process.
include/git2/rebase.h
src/rebase.c
src/signature.c
src/signature.h
tests/rebase/merge.c