Skip to content

Commit fb3a8c5

Browse files
committed
Version 2.5
1 parent 3ec1a6e commit fb3a8c5

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

Changes

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
commit-patch (2.5)
2+
3+
* Added Monotone support.
4+
5+
* Support Subversion version 1.7.
6+
7+
* Fixed an issue with git where committing inside a repository's
8+
subdirectory would fail.
9+
10+
* Fixed some cases where adding and removing files would fail.
11+
12+
* Added a small, poor testing infrastructure.
13+
14+
-- David Caldwell <[email protected]> Wed, 15 May 2013 19:34:42 -0700
15+
116
commit-patch (2.4)
217

318
* Added --retry option to commit-partial for retrying failed patches.

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]>, All Rights Reserved.
44
# This code can be distributed under the terms of the GNU Public License (Version 2 or greater).
55

6-
my $VERSION = '2.4';
6+
my $VERSION = '2.5';
77

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

commit-patch-buffer.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;; and David Caldwell <[email protected]>, All Rights Reserved.
55
;; This code can be distributed under the terms of the GNU Public License (Version 2 or greater).
66
;;
7-
;; Version: 2.4
7+
;; Version: 2.5
88
;;
99
;; Author: Jim Radford <[email protected]>
1010
;; David Caldwell <[email protected]>

0 commit comments

Comments
 (0)