Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce2010-09-01 19:29:40 +0000
committerShawn O. Pearce2010-09-02 18:38:39 +0000
commitfed508d55b8dcc3b9a3318b289e3eaaadd3ecb29 (patch)
tree3cff0a0c958beddae85115954412c09e14983405 /org.eclipse.jgit.pgm/resources
parent59a262d5d27136fa87795feffc7ca029877a2bca (diff)
downloadjgit-fed508d55b8dcc3b9a3318b289e3eaaadd3ecb29.tar.gz
jgit-fed508d55b8dcc3b9a3318b289e3eaaadd3ecb29.tar.xz
jgit-fed508d55b8dcc3b9a3318b289e3eaaadd3ecb29.zip
diff: Default arguments to HEAD, working directory
Similar to C Git, default our difference when no trees are given to us to something that makes a tiny bit of sense to the human. We also now support the --cached flag, and have its meaning work the same way as C Git. Change-Id: I2f19dad4e018404e280ea3e95ebd448a4b667f59 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.jgit.pgm/resources')
-rw-r--r--org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties1
1 files changed, 1 insertions, 0 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 99878f14c8..b803604dc1 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
@@ -140,6 +140,7 @@ usage_alterTheDetailShown=alter the detail shown
usage_approveDestructionOfRepository=approve destruction of repository
usage_beMoreVerbose=be more verbose
usage_beVerbose=be verbose
+usage_cached=compare against index
usage_cloneRepositoryIntoNewDir=Clone a repository into a new directory
usage_configFile=configuration file
usage_configureTheServiceInDaemonServicename=configure the service in daemon.servicename

Back to the top