From: Simon Hausmann Date: Thu, 7 Jun 2007 10:51:03 +0000 (+0200) Subject: Fix git-p4 rebase X-Git-Tag: v1.5.3-rc0~65^2^2~20^2~9 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=68c42153060cab9ea6c16256febcf736a2a710d9;p=git.git Fix git-p4 rebase Signed-off-by: Simon Hausmann --- diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index ececc4451..50d92c0f4 100755 --- a/contrib/fast-import/git-p4 +++ b/contrib/fast-import/git-p4 @@ -1320,6 +1320,7 @@ class P4Rebase(Command): self.options = [ ] self.description = ("Fetches the latest revision from perforce and " + "rebases the current work (branch) against it") + self.verbose = False def run(self, args): sync = P4Sync()