]> source.dussan.org Git - jgit.git/commit
pgm: Make --git-dir a string 41/2441/6
authorShawn O. Pearce <spearce@spearce.org>
Mon, 7 Feb 2011 01:42:28 +0000 (17:42 -0800)
committerChris Aniszczyk <caniszczyk@gmail.com>
Tue, 15 Feb 2011 19:36:22 +0000 (13:36 -0600)
commit6490090f14684b6026a7aa1ad4fd10c5611366b5
tree0f74a2edc9b2945eff12e9cf4095b65401841899
parent22abbd338d696574b458fc26dca3f117f4818d11
pgm: Make --git-dir a string

DHT based repository types don't use a java.io.File to name the
repository.  Moving the type to a string starts to open up more types
of repository names, making the standard pgm package easier to reuse
on other storage systems.

Change-Id: I262ccc8c01cd6db88f832ef317b0e1e5db2d016a
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Clone.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Init.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Main.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/TextBuiltin.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/DiffAlgorithms.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/TextHashFunctions.java