Create a debugging tool "jgit debug-rebuild-commitgraph"
commit9b38d43441a5a274088cbf75100ccb3d458dc541
authorShawn O. Pearce <spearce@spearce.org>
Mon, 16 Mar 2009 23:58:44 +0000 (16 16:58 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Thu, 19 Mar 2009 20:05:13 +0000 (19 21:05 +0100)
treede7716e701aa2523d877c1b936d7fd8064ab0ab4
parent86ba8d694cd0299fc6281cbdecc76b4e5b8a75a1
Create a debugging tool "jgit debug-rebuild-commitgraph"

This is a command line tool which can be used to import only
the commit graph of another Git repository, to help debug a
topology related bug, without actually needing a clone of the
problematic repository.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit.pgm/src/META-INF/services/org.spearce.jgit.pgm.TextBuiltin
org.spearce.jgit.pgm/src/org/spearce/jgit/pgm/debug/RebuildCommitGraph.java [new file with mode: 0644]