File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 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 <david@porkrind.org> Wed, 15 May 2013 19:34:42 -0700
15+
116commit-patch (2.4)
217
318 * Added --retry option to commit-partial for retrying failed patches.
Original file line number Diff line number Diff line change 33# and Jim Radford <radford@bleackbean.org>, 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
88use strict;
99use Cwd qw( abs_path) ;
Original file line number Diff line number Diff line change 44; ; and David Caldwell <david@porkrind.org>, 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 <radford@blackbean.org>
1010; ; David Caldwell <david@porkrind.org>
You can’t perform that action at this time.
0 commit comments