aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Clone.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-5/+0
* [pgm] Fetch-CLI: add support for shallowHarald Weiner2023-01-241-0/+22
* Fail clone if initial branch doesn't exist in remote repositoryMatthias Sohn2021-02-221-0/+3
* [pgm] add option --timeout to clone commandMatthias Sohn2021-01-291-3/+5
* ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-1/+1
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* [pgm] Add --mirror option to clone commandMatthias Sohn2019-10-211-1/+5
* pgm: propagate generic exceptions when throwing Die exceptionMatthias Sohn2019-01-161-1/+1
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-0/+5
* Fix default directory set when setDirectory wasn't called.Joan Goyeau2017-08-251-0/+3
* Clone: add --recurse-submodules optionDavid Pursehouse2017-04-271-3/+46
* clone: display progress messagesShawn Pearce2015-12-311-5/+16
* [pgm] Add option --bare to clone commandMatthias Sohn2014-12-221-1/+4
* [pgm] Implement clone using CloneCommandMatthias Sohn2014-12-221-120/+29
* CLI clone command should support --no-checkoutKaloyan Raev2014-02-261-9/+15
* Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn2013-05-061-0/+1
* Remove some unnecessary dependencies on FileRepostoryRobin Rosenberg2013-04-181-6/+7
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-1/+1
* Add the --branch flag to the jgit clone commandRobin Rosenberg2013-02-161-2/+13
* Remove unused importsMatthias Sohn2013-02-141-4/+0
* Remove unused availableRefs local from Clone.guessHEADJonathan Nieder2013-02-121-3/+0
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-2/+2
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-3/+3
* Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-161-7/+4
* Always fetch tags during cloneShawn O. Pearce2011-03-141-0/+2
* pgm: Make --git-dir a stringShawn O. Pearce2011-02-151-3/+2
* clone: Use DirCacheCheckoutShawn O. Pearce2010-12-201-9/+4
* Reduce calls to Repository.getConfigShawn O. Pearce2010-12-151-5/+8
* Update Fetch to use FetchCommand APIChris Aniszczyk2010-09-271-1/+1
* clone: Correct formatting of init messageShawn O. Pearce2010-09-151-1/+3
* Make Commit class only for writingShawn O. Pearce2010-08-201-6/+22
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-261-1/+1
* Rename Repository getWorkDir to getWorkTreeShawn O. Pearce2010-06-251-1/+1
* Use FileRepository where we assume other file semanticsShawn O. Pearce2010-06-251-7/+10
* Make lib.Repository abstract and lib.FileRepository its implementationShawn O. Pearce2010-06-251-2/+2
* Externalize strings from JGitSasa Zivkov2010-05-191-10/+11
* Merge branch 'ref-abstract'Shawn O. Pearce2010-01-231-3/+6
|\
| * Replace writeSymref with RefUpdate.linkShawn O. Pearce2010-01-231-3/+6
* | Introduce a named constant for the .git directory.Robin Rosenberg2010-01-151-1/+1
|/
* Method to get a 'humanish' name from a pathMykola Nikishov2009-12-191-8/+4
* Replace a hard-coded default remote's name with a constantMykola Nikishov2009-11-291-1/+1
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+187