]> source.dussan.org Git - jgit.git/commit
Add FileRepository(String) convenience constructor 22/1322/2
authorKetan Padegaonkar <KetanPadegaonkar@gmail.com>
Tue, 17 Aug 2010 02:41:54 +0000 (19:41 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 18 Aug 2010 23:30:20 +0000 (16:30 -0700)
commit376acfb6db0c18fa405b99c0ee9214a94cee582a
treec3f650052cd19b0ec4bd6326e40a750de54f9e37
parent9fc2cdadd211ea9d93e96151a3adede4c0575cd4
Add FileRepository(String) convenience constructor

Add a convenience API in FileRepository to pass in a String that
points to the GIT_DIR location.  This is converted to a File and
sent through the usual constructor.

Change-Id: I588388f37e89b8c690020f110a1bc59f46170c40
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/FileRepository.java