diff options
author | Robin Stocker <robin@nibor.org> | 2014-01-14 17:46:26 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2014-03-07 18:24:42 -0500 |
commit | 31fec678d858bc6fa6456ac7e6ec2d77bf1f6f99 (patch) | |
tree | 332b44732477f70fcce42ffe194b23320f64f995 /org.eclipse.jgit.pgm/resources | |
parent | f6f3fe46fcdc0f76bc5b50efa18176510ccb5503 (diff) | |
download | jgit-31fec678d858bc6fa6456ac7e6ec2d77bf1f6f99.tar.gz jgit-31fec678d858bc6fa6456ac7e6ec2d77bf1f6f99.zip |
Implement "git branch --contains" in pgm
Bug: 425678
Change-Id: Ib59e05a0bde58562cc61e6e3000df761660b468e
Signed-off-by: Robin Stocker <robin@nibor.org>
Diffstat (limited to 'org.eclipse.jgit.pgm/resources')
-rw-r--r-- | org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties | 1 |
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 53c1b35207..372f1c1bf8 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 @@ -303,6 +303,7 @@ usage_outputFile=Output file usage_path=path usage_performFsckStyleChecksOnReceive=perform fsck style checks on receive usage_portNumberToListenOn=port number to listen on +usage_printOnlyBranchesThatContainTheCommit=print only branches that contain the commit usage_pruneStaleTrackingRefs=prune stale tracking refs usage_quiet=don't show progress messages usage_recordChangesToRepository=Record changes to the repository |