Skip to content

Commit fe7b4fe

Browse files
committed
Version 2.6
1 parent fe2c2ce commit fe7b4fe

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Changes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
112
commit-patch (2.5.2)
213

314
* Fixed dumb bug that caused "make install" to fail.

commit-patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# and Jim Radford <[email protected]>
44
# This code can be distributed under the terms of the GNU Public License (Version 2 or greater).
55

6-
my $VERSION = '2.5.2';
6+
my $VERSION = '2.6';
77

88
use strict;
99
use Cwd qw(abs_path);

0 commit comments

Comments
 (0)