1277c31e08
In preparation for an upcoming release, add some release notes which were overlooked since the last release. Also add missing bits to the manpage, and fix the markup in two unreleased release notes while we still can. Change-Id: I8ddb6a36e62d36bff976455d8bfc0ac6a7230387
8 lines
275 B
YAML
8 lines
275 B
YAML
---
|
|
features:
|
|
- |
|
|
By default, ``git rebase --abort`` is run automatically following a failed
|
|
test rebase, letting the user rebase again on their own if that's the state
|
|
they want to be in. A ``-K``/``--keep-rebase`` option is added to get the
|
|
old behavior.
|