aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/AbstractFetchCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-2/+2
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-0/+8
* Fetch: Add --recurse-submodules and --no-recurse-submodules optionsDavid Pursehouse2017-06-111-0/+3
* Add $NON-NLS to suppress "Non-externalized string literal" warningsDavid Pursehouse2016-01-191-8/+8
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-4/+1
* Add an input stream and an error stream to TextBuiltin base classGuillaume Nodet2014-03-301-4/+3
* Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn2013-05-061-0/+1
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-2/+3
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-4/+4
* Suppress boxing warnings where we know they are okRobin Rosenberg2012-09-221-1/+4
* Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-161-4/+4
* Fixed NLS in JGit command line interfaceSasa Zivkov2011-01-261-2/+2
* Update Fetch to use FetchCommand APIChris Aniszczyk2010-09-271-3/+2
* clone: Correct formatting of init messageShawn O. Pearce2010-09-151-3/+7
* Fully implement SHA-1 abbreviationsShawn O. Pearce2010-08-231-23/+37
* Externalize strings from JGitSasa Zivkov2010-05-191-9/+16
* Capture non-progress side band #2 messages and put in resultShawn O. Pearce2010-03-121-1/+29
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+137