]> source.dussan.org Git - jgit.git/commit
reftable: debug tools 49/101149/24
authorShawn Pearce <spearce@spearce.org>
Wed, 12 Jul 2017 19:44:03 +0000 (12:44 -0700)
committerShawn Pearce <spearce@spearce.org>
Thu, 17 Aug 2017 22:06:51 +0000 (15:06 -0700)
commit0398f3dd6e347713da0a27f1bf3a6a88d3c8e869
treeb7a4192533030be3e92ae2fa58c0628d25771046
parent0a26dcf4a34db30a9aae93becaf5db1c3dba2c7b
reftable: debug tools

Simple debug programs to experiment with the reftable file format:

  debug-read-reftable
  debug-write-reftable
  debug-verify-reftable
  debug-benchmark-reftable

Change-Id: I79db351d86900f1e58b17e922e195dff06ee71f1
org.eclipse.jgit.pgm/META-INF/MANIFEST.MF
org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/BenchmarkReftable.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/ReadReftable.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/VerifyReftable.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/WriteReftable.java [new file with mode: 0644]
org.eclipse.jgit/META-INF/MANIFEST.MF