Set core.bare = false during "jgit clone"
commit0aae0d82fc94c29db16407ef94c8f2b0a32f1ee4
authorShawn O. Pearce <spearce@spearce.org>
Mon, 23 Feb 2009 16:04:52 +0000 (23 08:04 -0800)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 23 Feb 2009 16:04:52 +0000 (23 08:04 -0800)
tree96e40b23595500e8e2378d64ab336b6643755b3f
parent27e39344c35c99d6a698af4bd40983d629ec56b5
Set core.bare = false during "jgit clone"

This way we initialize the repository like "git clone" would
have initialized it.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit.pgm/src/org/spearce/jgit/pgm/Clone.java