From 68c42153060cab9ea6c16256febcf736a2a710d9 Mon Sep 17 00:00:00 2001
From: Simon Hausmann <shausman@trolltech.com>
Date: Thu, 7 Jun 2007 12:51:03 +0200
Subject: [PATCH] Fix git-p4 rebase

Signed-off-by: Simon Hausmann <shausman@trolltech.com>
---
 contrib/fast-import/git-p4 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4
index ececc44518..50d92c0f42 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()
-- 
2.40.0