Add debugging commands to interact with the new DirCache code
commit74b3fa0e5fe464240aa75f2ca76abca4a85615ad
authorShawn O. Pearce <spearce@spearce.org>
Tue, 12 Aug 2008 01:08:08 +0000 (11 18:08 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Thu, 14 Aug 2008 17:33:20 +0000 (14 19:33 +0200)
tree738b16ff3c94879f92a933ec6820ef01da80b072
parent42b35ba9e2b781584e59358d1185621e3b4e3ba7
Add debugging commands to interact with the new DirCache code

These debug commands allow the command line user to read or write
the dircache, to exercise the code, and test it against C Git.

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/MakeCacheTree.java [new file with mode: 0644]
org.spearce.jgit.pgm/src/org/spearce/jgit/pgm/debug/ReadDirCache.java [new file with mode: 0644]
org.spearce.jgit.pgm/src/org/spearce/jgit/pgm/debug/ShowCacheTree.java [new file with mode: 0644]
org.spearce.jgit.pgm/src/org/spearce/jgit/pgm/debug/ShowDirCache.java [new file with mode: 0644]
org.spearce.jgit.pgm/src/org/spearce/jgit/pgm/debug/WriteDirCache.java [new file with mode: 0644]