]> source.dussan.org Git - jgit.git/commit
Implement git describe --all 92/170292/2
authorJason Yeo <jasonyeo88@gmail.com>
Mon, 5 Oct 2020 05:07:22 +0000 (13:07 +0800)
committerJason Yeo <jasonyeo88@gmail.com>
Tue, 13 Oct 2020 10:06:39 +0000 (18:06 +0800)
commit276fcb2a11aafbec488ac57de7c01ab7932762d9
tree1ab5a8776fb543a6c6d8678bca11085e45de2e75
parent8887a6779aea69e0871d8d846910d324f89898bd
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
org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Describe.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/DescribeCommandTest.java
org.eclipse.jgit/src/org/eclipse/jgit/api/DescribeCommand.java