]> git.proxmox.com Git - libgit2.git/commit - docs/changelog.md
rebase: identify a rebase that has not started
authorEdward Thomson <ethomson@microsoft.com>
Tue, 17 Mar 2015 14:04:08 +0000 (10:04 -0400)
committerEdward Thomson <ethomson@microsoft.com>
Mon, 20 Apr 2015 20:22:27 +0000 (16:22 -0400)
commit30640aa9ad574761a3a69244c6194eb626e69d40
tree02201b32fe3b2e3f8dbceaa83b018c0cb0ed48a2
parent08c45213b164fdb456c1b19b98039365c8f0cf98
rebase: identify a rebase that has not started

In `git_rebase_operation_current()`, indicate when a rebase has not
started (with `GIT_REBASE_NO_OPERATION`) rather than conflating that
with the first operation being in-progress.
CHANGELOG.md
include/git2/rebase.h
src/rebase.c
tests/rebase/iterator.c