aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/FetchProcess.java
Commit message (Expand)AuthorAgeFilesLines
* Support agent= capability in wire protocolShawn Pearce2015-04-301-0/+1
* Use try-with-resource to close resources in FetchProcessMatthias Sohn2015-04-041-8/+2
* Update tags on fetch if --tags or tag refspec specifiedRobin Stocker2013-05-011-1/+1
* Only fetch tags that do not exist locally with auto-followRobin Stocker2013-05-011-15/+8
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-2/+2
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-4/+4
* Use BatchRefUpdate for tracking refs in FetchProcessShawn O. Pearce2012-05-221-60/+89
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Report progress while updating referencesShawn O. Pearce2011-06-091-0/+9
* Don't auto follow non-annotated tags in fetchShawn O. Pearce2011-03-041-5/+15
* [findbugs] Do not ignore exceptional return valueMatthias Sohn2010-12-071-0/+4
* Fix concurrent read / write issue in LockFile on WindowsJens Baumgart2010-07-271-1/+2
* Ensure RevWalk is released when doneShawn O. Pearce2010-06-291-14/+23
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-261-2/+2
* Allow Repository.getDirectory() to be nullShawn O. Pearce2010-06-251-2/+4
* Externalize strings from JGitSasa Zivkov2010-05-191-18/+17
* Capture non-progress side band #2 messages and put in resultShawn O. Pearce2010-03-121-3/+4
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+451