* [PATCH] git-svn: don't check for migrations/upgrades on commit-diff
@ 2006-07-15 14:10 Eric Wong
0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2006-07-15 14:10 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git, Eric Wong
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>
---
git-svn.perl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/git-svn.perl b/git-svn.perl
index 4530ffe..89ad840 100755
--- a/git-svn.perl
+++ b/git-svn.perl
@@ -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;
--
1.4.1.gb805
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-07-15 14:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-15 14:10 [PATCH] git-svn: don't check for migrations/upgrades on commit-diff Eric Wong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox