File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for git-svn-diff
2
2
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
+
3
14
v0.1 2016-12-18
4
15
Implemented #1: Acceptance test suite
5
16
Implemented #31: Add SVN v1.9 "nonexistent" annotation
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use Git qw/command command_oneline command_output_pipe command_close_pipe/;
11
11
sub alert { print STDERR " warn: $_ \n " foreach (@_ ); }
12
12
sub fatal { print STDERR " fatal: $_ \n " foreach (@_ ); exit 255; }
13
13
14
- our $VERSION = ' 0.001 ' ;
14
+ our $VERSION = ' 0.001001 ' ;
15
15
16
16
my $includeRepoPath ;
17
17
my $globalRevision = getGitConfigBool(" svn.diffGlobalRevision" , 1);
You can’t perform that action at this time.
0 commit comments