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 91c0bcd commit 9980f4aCopy full SHA for 9980f4a
Changes
@@ -1,3 +1,10 @@
1
+commit-patch (2.6.1)
2
+
3
+ * Fixed a bug in `commit-patch-buffer` that caused `vc-annotate` to be
4
+ out of date (https://github.com/caldwell/commit-patch/issues/14).
5
6
+ -- David Caldwell <[email protected]> Mon, 06 Sep 2021 08:48:57 -0700
7
8
commit-patch (2.6)
9
10
* Support --amend from the Emacs interface (Dima Kogan)
commit-patch
@@ -3,7 +3,7 @@
# and Jim Radford <[email protected]>
# This code can be distributed under the terms of the GNU Public License (Version 2 or greater).
-my $VERSION = '2.6';
+my $VERSION = '2.6.1';
use strict;
use Cwd qw(abs_path);
0 commit comments