Skip to content

Commit 5cec0fb

Browse files
committed
Version v0.1.1
Update the version number and the list of Changes.
1 parent 323d70f commit 5cec0fb

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,5 +1,16 @@
11
Revision history for git-svn-diff
22

3+
v0.1.1 2017-11-04
4+
Fixed #7: Support --relative-repo in all directories
5+
Fixed #10: Use SVN format for displaying symlink target
6+
Fixed #15: Don't report "revision 0" when file is in repo
7+
Fixed #28: Get correct commit to compare for a given revision
8+
Fixed #32: Retain a/, b/ prefixes when using --git
9+
Fixed #34: Work with filenames containing spaces
10+
Fixed #35: Work with filenames containing special characters
11+
Fixed #36: Avoid test breakage during git-rebase
12+
Fixed #37: Avoid test breakage on Windows
13+
314
v0.1 2016-12-18
415
Implemented #1: Acceptance test suite
516
Implemented #31: Add SVN v1.9 "nonexistent" annotation

bin/git-svn-diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use Git qw/command command_oneline command_output_pipe command_close_pipe/;
1111
sub alert { print STDERR "warn: $_\n" foreach (@_); }
1212
sub fatal { print STDERR "fatal: $_\n" foreach (@_); exit 255; }
1313

14-
our $VERSION = '0.001';
14+
our $VERSION = '0.001001';
1515

1616
my $includeRepoPath;
1717
my $globalRevision = getGitConfigBool("svn.diffGlobalRevision", 1);

0 commit comments

Comments
 (0)