Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-01-07 14:48:52 +0000
committerMatthias Sohn2015-01-07 14:49:35 +0000
commitfd022b9f7f671bf89bc33056c16f717ccf32afc7 (patch)
tree6bfbad1ebf64cd0d4e342334ec468fd603837c2c
parent428d31efd305b08e83dbd9fdd895d18dc232c295 (diff)
downloadjgit-fd022b9f7f671bf89bc33056c16f717ccf32afc7.tar.gz
jgit-fd022b9f7f671bf89bc33056c16f717ccf32afc7.tar.xz
jgit-fd022b9f7f671bf89bc33056c16f717ccf32afc7.zip
[pgm] Add missing help text for clone --bare option
Bug: 456695 Change-Id: Ib6005e8453ecc871a9b72227e2593a3823f56010 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties
index c0ecc8391c..8a77bf928a 100644
--- a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties
+++ b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties
@@ -187,6 +187,7 @@ unsupportedOperation=Unsupported operation: {0}
untrackedFiles=Untracked files:
updating=Updating {0}..{1}
usage_Aggressive=This option will cause gc to more aggressively optimize the repository at the expense of taking much more time
+usage_bareClone=Make a bare Git repository. That is, instead of creating [DIRECTORY] and placing the administrative files in [DIRECTORY]/.git, make the [DIRECTORY] itself the $GIT_DIR.
usage_Blame=Show what revision and author last modified each line
usage_CommandLineClientForamazonsS3Service=Command line client for Amazon's S3 service
usage_CommitAll=commit all modified and deleted files

Back to the top