summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/META-INF
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@google.com>2019-08-29 20:18:10 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2019-11-16 23:26:40 -0800
commita8f4bf6abef0bb3ca116c65728342928ed43508b (patch)
tree2383b7d402826ccfc56a97a10c15e03a2c7a0dc6 /org.eclipse.jgit.pgm/META-INF
parent38586d54d0a2da26d574fec831fce8964205db50 (diff)
downloadjgit-a8f4bf6abef0bb3ca116c65728342928ed43508b.tar.gz
jgit-a8f4bf6abef0bb3ca116c65728342928ed43508b.zip
pgm: add command to convert repo to reftable
Change-Id: I2f870699995da164a3e7adec430301ac7a53c425 Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm/META-INF')
-rw-r--r--org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin b/org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin
index 39fbe2ed75..062b9643a3 100644
--- a/org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin
+++ b/org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin
@@ -8,6 +8,7 @@ org.eclipse.jgit.pgm.Clean
org.eclipse.jgit.pgm.Clone
org.eclipse.jgit.pgm.Commit
org.eclipse.jgit.pgm.Config
+org.eclipse.jgit.pgm.ConvertRefStorage
org.eclipse.jgit.pgm.Daemon
org.eclipse.jgit.pgm.Describe
org.eclipse.jgit.pgm.Diff