From 353c659c94d99ddd339afe846d4d27a172ccc405 Mon Sep 17 00:00:00 2001 From: Philipp Alexander Beckmann <pab@pabnet.de> Date: Thu, 17 Apr 2014 07:58:03 -0400 Subject: [PATCH] Redirect all command line arguments for pt.cmd --- src/main/java/com/gitblit/wicket/GitBlitWebApp.properties | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties index 2ab023f..aeb2d9e 100644 --- a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties @@ -670,3 +670,5 @@ gb.serverDoesNotAcceptPatchsets = This server does not accept patchsets. gb.ticketIsClosed = This ticket is closed. gb.mergeToDescription = default integration branch for merging ticket patchsets +gb.anonymousCanNotPropose = Anonymous users can not propose patchsets. +gb.youDoNotHaveClonePermission = You are not permitted to clone this repository. \ No newline at end of file -- Gitblit v1.9.1