aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Fetch.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* pgm: Fix missing braces in Fetch.run()Matthias Sohn2019-01-201-8/+14
* pgm: Handle IOException in Fetch commandMatthias Sohn2019-01-201-2/+2
* pgm: Handle GitAPIException in Fetch commandMatthias Sohn2019-01-201-0/+3
* Implement --force option in FetchCommand and CLI fetch commandMatthias Sohn2018-03-131-0/+6
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-0/+2
* Cleanup: Organize importsMatthias Sohn2017-08-301-1/+1
* Fetch: Add --recurse-submodules and --no-recurse-submodules optionsDavid Pursehouse2017-06-111-2/+44
* pgm: Create instances of Git in try-with-resourceDavid Pursehouse2015-10-011-25/+26
* [pgm] Prevent commands from writing progress to System.errRĂ¼diger Herrmann2015-01-131-1/+1
* CLI fetch command should support --tagsKaloyan Raev2013-10-261-0/+14
* Add --quiet flag to pgm fetch.Colby Ranger2013-08-051-1/+5
* cleanup: Get rid of some unused-warningsRobin Rosenberg2012-03-091-2/+2
* Fixed several NPEs in the Fetch CLISasa Zivkov2011-01-261-5/+10
* Update Fetch to use FetchCommand APIChris Aniszczyk2010-09-271-22/+20
* Externalize strings from JGitSasa Zivkov2010-05-191-7/+7
* Replace a hard-coded default remote's name with a constantMykola Nikishov2009-11-291-1/+3
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+111