diff options
author | Philipp Thun <philipp.thun@sap.com> | 2011-03-11 14:25:46 +0100 |
---|---|---|
committer | Philipp Thun <philipp.thun@sap.com> | 2011-03-11 14:25:46 +0100 |
commit | a490afedba12676a53338bc52b729b9bb779f3a1 (patch) | |
tree | 5761c6a81f0f67e264410137d05214d7e67eed3b /org.eclipse.jgit.pgm/resources | |
parent | 42f0b11153d2917f96be1a0be94896bdf9eb1044 (diff) | |
download | jgit-a490afedba12676a53338bc52b729b9bb779f3a1.tar.gz jgit-a490afedba12676a53338bc52b729b9bb779f3a1.zip |
Add -o option to commit command
This change adds the --only/ -o option to the commit command.
Change-Id: I44352d56877f8204d985cb7a35a2e0faffb7d341
Signed-off-by: Philipp Thun <philipp.thun@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm/resources')
-rw-r--r-- | org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties index 01b3fba9cc..718c57ad2e 100644 --- a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties +++ b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties @@ -62,8 +62,9 @@ metaVar_base=base metaVar_bucket=BUCKET metaVar_command=command metaVar_commandDetail=DETAIL -metaVar_commitOrTag=COMMIT|TAG metaVar_commitish=commit-ish +metaVar_commitOrTag=COMMIT|TAG +metaVar_commitPaths=paths metaVar_configFile=FILE metaVar_connProp=conn.prop metaVar_diffAlg=ALGORITHM @@ -113,6 +114,7 @@ notFound=!! NOT FOUND !! noteObjectTooLargeToPrint=Note object {0} too large to print onlyOneMetaVarExpectedIn=Only one {0} expected in {1}. pushTo=To {0} +pathsRequired=at least one path has to be specified when using --only remoteMessage=remote: {0} remoteRefObjectChangedIsNotExpectedOne=remote ref object changed - is not expected one {0} remoteSideDoesNotSupportDeletingRefs=remote side does not support deleting refs @@ -125,6 +127,8 @@ unsupportedOperation=Unsupported operation: {0} usage_CommandLineClientForamazonsS3Service=Command line client for Amazon's S3 service usage_CommitAuthor=Override the author name used in the commit. You can use the standard A U Thor <author@example.com> format. usage_CommitMessage=Use the given <msg> as the commit message +usage_CommitOnly=commit specified paths only +usage_CommitPaths=see --only usage_CreateABareRepository=Create a bare repository usage_CreateATag=Create a tag usage_CreateAnEmptyGitRepository=Create an empty git repository |