]> source.dussan.org Git - jgit.git/commit
JGit CLI: allow to call git init with specific directory 51/73351/2
authorRüdiger Herrmann <ruediger.herrmann@gmx.de>
Sat, 21 May 2016 13:11:29 +0000 (15:11 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 22 May 2016 20:11:03 +0000 (22:11 +0200)
commit8ff08994a4d1253c36de36090212806046d4331c
treeccaa493989161d1f5bb565dd30508aa4528da11d
parentb3f4abdda1f00c7ca72f3c7c95e180e28b9aa776
JGit CLI: allow to call git init with specific directory

With this change it is possible to initialize repositories with
'git init /path/to/new/repo'

Change-Id: Ia9b288b4fb34887e8f5e2f3f270e521c44d41b6a
Signed-off-by: Rüdiger Herrmann <ruediger.herrmann@gmx.de>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF
org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/InitTest.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Init.java