diff options
author | Jason Yeo <jasonyeo88@gmail.com> | 2020-10-05 13:07:22 +0800 |
---|---|---|
committer | Jason Yeo <jasonyeo88@gmail.com> | 2020-10-13 18:06:39 +0800 |
commit | 276fcb2a11aafbec488ac57de7c01ab7932762d9 (patch) | |
tree | 1ab5a8776fb543a6c6d8678bca11085e45de2e75 /org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal | |
parent | 8887a6779aea69e0871d8d846910d324f89898bd (diff) | |
download | jgit-276fcb2a11aafbec488ac57de7c01ab7932762d9.tar.gz jgit-276fcb2a11aafbec488ac57de7c01ab7932762d9.zip |
Implement git describe --all
This enables jgit to use any refs in the refs/ namespace when describing
commits.
Signed-off-by: Jason Yeo <jasonyeo88@gmail.com>
Change-Id: I1fa22d1c39c0e2f5e4c2938c9751d8556494ac26
Diffstat (limited to 'org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal')
-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 f3e1fe31ba..c116437c64 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 @@ -294,6 +294,7 @@ usage_Status=Show the working tree status usage_StopTrackingAFile=Stop tracking a file usage_TextHashFunctions=Scan repository to compute maximum number of collisions for hash functions usage_UpdateRemoteRepositoryFromLocalRefs=Update remote repository from local refs +usage_UseAll=Use all refs found in refs/ usage_UseTags=Use any tag including lightweight tags usage_WriteDirCache=Write the DirCache usage_abbrevCommits=abbreviate commits to N + 1 digits |