We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ea2a5 commit 307e5d8Copy full SHA for 307e5d8
CHANGELOG.md
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
<!-- next-header -->
8
## [Unreleased] - ReleaseDate
9
10
+### Compatibility
11
+
12
+- `git amend` no-ops now fail
13
14
+### Features
15
16
+- `git amend <rev>` is now supported
17
18
+### Fixes
19
20
+- `git amend` only reports an amend happening on success
21
+- `git amend` no-ops are now quieter
22
23
+- `git amend` can now amend fixups
24
+- `git amend` won't lose unstaged changes anymore
25
+- `git amend` moves to fixup commit on failure
26
+- `git run` is more explicit about what it is testing and what the status was for
27
28
## [0.10.5] - 2023-01-10
29
30
### Fixes
0 commit comments