mirror of
https://github.com/git/git.git
synced 2024-11-19 00:44:22 +01:00
Merge branch ak/svn
This commit is contained in:
commit
65b5e41e24
@ -851,7 +851,7 @@ sub commit_all {
|
||||
|
||||
$opt_l = $svn->{'maxrev'} if not defined $opt_l or $opt_l > $svn->{'maxrev'};
|
||||
|
||||
if ($svn->{'maxrev'} < $current_rev) {
|
||||
if ($opt_l < $current_rev) {
|
||||
print "Up to date: no new revisions to fetch!\n" if $opt_v;
|
||||
unlink("$git_dir/SVN2GIT_HEAD");
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user