]> git.proxmox.com Git - libgit2.git/commit
Introduce git_rebase_abort
authorEdward Thomson <ethomson@microsoft.com>
Mon, 14 Jul 2014 19:19:19 +0000 (15:19 -0400)
committerEdward Thomson <ethomson@microsoft.com>
Mon, 27 Oct 2014 02:59:12 +0000 (22:59 -0400)
commit4fe84d624b42a1ef1b9b392483ddc43064b1180e
tree8fb3c5cbe317df03e17f45e46bfcc58810bcfc81
parentdaf395b795a6a56ff745b3cfe70a82a5290dabea
Introduce git_rebase_abort

Abort an in-progress rebase and move the working directory and
repository back to the ORIG_HEAD state.
include/git2/rebase.h
src/rebase.c
tests/rebase/abort.c [new file with mode: 0644]