Don't create .git/remotes folders on init
commit99ab22c474ffccbdd9081959b80f3b4bd1967c84
authorSasa Zivkov <sasa.zivkov@sap.com>
Fri, 9 Oct 2009 12:43:45 +0000 (9 14:43 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 31 Oct 2009 23:13:30 +0000 (31 16:13 -0700)
tree52351d686a603e19fc03216afc9c3d4b98e34d31
parentd4e7b7060610678e863fbf091746ae1fcc240b0d
Don't create .git/remotes folders on init

For historical reasons JGit was creating .git/remotes folder when
initialization an empty repository.  However, this folder is never
used and the new Git repository format doesn't contain them.

Removed the unnecessary remotes folder creation, it was removed from
C Git in 75c384efb52d ("Do not create $GIT_DIR/remotes/ directory
anymore") by Junio C Hamano on Dec 19 2006.  C Git hasn't made it
for almost 3 years.

Change-Id: I5473f3676a3642afdf9aaac44b7e6319c6e170b9
Signed-off-by: Sasa Zivkov <sasa.zivkov@sap.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/lib/Repository.java