aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorSimon Hausmann <shausman@trolltech.com>2007-06-07 12:51:03 +0200
committerSimon Hausmann <shausman@trolltech.com>2007-06-07 12:51:03 +0200
commit68c42153060cab9ea6c16256febcf736a2a710d9 (patch)
tree7af85c936aa9450fe63e1b29207efe1a9f68d53e /contrib
parent6509e19cd1f6b5620d339a2be35b8a160ab30794 (diff)
downloadgit-68c42153060cab9ea6c16256febcf736a2a710d9.tar.gz
git-68c42153060cab9ea6c16256febcf736a2a710d9.tar.xz
Fix git-p4 rebase
Signed-off-by: Simon Hausmann <shausman@trolltech.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/fast-import/git-p41
1 files changed, 1 insertions, 0 deletions
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()