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 fe2c2ce commit fe7b4feCopy full SHA for fe7b4fe
Changes
@@ -1,3 +1,14 @@
1
+commit-patch (2.6)
2
+
3
+ * Support --amend from the Emacs interface (Dima Kogan)
4
5
+ * Fixed a bug with symlinked files in repos (Dima Kogan)
6
7
+ * Allow Emacs config option `commit-patch-program` to be a function
8
+ (Dima Kogan)
9
10
+ -- David Caldwell <[email protected]> Sun, 03 Feb 2019 00:24:11 -0800
11
12
commit-patch (2.5.2)
13
14
* Fixed dumb bug that caused "make install" to fail.
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.5.2';
+my $VERSION = '2.6';
use strict;
use Cwd qw(abs_path);
0 commit comments