aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Init.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-2/+0
* init: allow specifying the initial branch name for the new repositoryMatthias Sohn2021-02-221-0/+8
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* pgm: Handle exceptions in Init commandMatthias Sohn2019-01-211-5/+12
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-0/+2
* JGit CLI: allow to call git init with specific directoryRĂ¼diger Herrmann2016-05-221-1/+10
* Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn2013-05-061-0/+1
* Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-161-1/+1
* Make --git-dir optional for 'jgit init'Philipp Thun2011-03-151-1/+2
* pgm: Make --git-dir a stringShawn O. Pearce2011-02-151-1/+2
* Avoid NPE in InitChris Aniszczyk2010-12-071-2/+5
* Update Init to use InitCommandChris Aniszczyk2010-12-051-9/+7
* Fixed the git init to properly set bare=trueSasa Zivkov2010-11-051-0/+3
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-261-1/+1
* Make lib.Repository abstract and lib.FileRepository its implementationShawn O. Pearce2010-06-251-2/+2
* Externalize strings from JGitSasa Zivkov2010-05-191-4/+4
* Introduce a named constant for the .git directory.Robin Rosenberg2010-01-151-1/+3
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+71