Commit e215f47579432e0d0597cdcafab2fafa2e37ca46

Erik Aigner 2019-04-21T21:36:36

rebase: orig_head and onto accessors The rebase struct stores fields with information about the current rebase process, which were not accessible via a public interface. Accessors for getting the `orig_head` and `onto` branch names and object ids have been added.