mirror of
https://github.com/git/git.git
synced 2024-11-24 10:26:17 +08:00
git-svn: don't check for migrations/upgrades on commit-diff
Unlike other git-svn commands, commit-diff is intended to operate without needing any additional metadata inside .git Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
26a8ad25b2
commit
7b520e62a2
@ -147,7 +147,7 @@ init_vars();
|
||||
load_authors() if $_authors;
|
||||
load_all_refs() if $_branch_all_refs;
|
||||
svn_compat_check() unless $_use_lib;
|
||||
migration_check() unless $cmd =~ /^(?:init|rebuild|multi-init)$/;
|
||||
migration_check() unless $cmd =~ /^(?:init|rebuild|multi-init|commit-diff)$/;
|
||||
$cmd{$cmd}->[0]->(@ARGV);
|
||||
exit 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user