diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2010-09-01 12:29:40 -0700 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2010-09-02 11:38:39 -0700 |
commit | fed508d55b8dcc3b9a3318b289e3eaaadd3ecb29 (patch) | |
tree | 3cff0a0c958beddae85115954412c09e14983405 /org.eclipse.jgit.pgm/resources/org | |
parent | 59a262d5d27136fa87795feffc7ca029877a2bca (diff) | |
download | jgit-fed508d55b8dcc3b9a3318b289e3eaaadd3ecb29.tar.gz 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/org')
-rw-r--r-- | org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties | 1 |
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 |