diff options
author | Kaloyan Raev <kaloyan.r@zend.com> | 2013-10-10 23:08:14 +0300 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-12-04 11:13:27 +0100 |
commit | 7026658ac8915bf1e0534132f7c5d4d02473490b (patch) | |
tree | e7be9ef5f27b179ac537d909223f9c33232faac1 /org.eclipse.jgit.pgm/resources | |
parent | f4dae204a6a2a1a85e8a90a5e89187f3415099e3 (diff) | |
download | jgit-7026658ac8915bf1e0534132f7c5d4d02473490b.tar.gz jgit-7026658ac8915bf1e0534132f7c5d4d02473490b.zip |
CLI status should support --porcelain
Add support for the machine-readable output format along with the
existing default long format.
Bug: 419968
Change-Id: I37fe5121b4c9dbae1106b1d18e9fdc134070a9dd
Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
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 fc83b956b9..d23f378993 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 @@ -282,6 +282,7 @@ usage_inputOutputFile=Input/output file usage_listBothRemoteTrackingAndLocalBranches=list both remote-tracking and local branches usage_listCreateOrDeleteBranches=List, create, or delete branches usage_logAllPretty=format:%H %ct %P' output=log --all '--pretty=format:%H %ct %P' output +usage_machineReadableOutput=machine-readable output usage_manageReflogInformation=Manage reflog information usage_mergeFf=When the merge resolves as a fast-forward, only update the branch pointer, without creating a merge commit. usage_mergeNoFf=Create a merge commit even when the merge resolves as a fast-forward. |