summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* Send no-progress option with NullProgressMonitor.Colby Ranger2013-08-051-1/+10
* Merge "Change RequestValidator parameter to ObjectId list"Shawn Pearce2013-08-021-21/+34
|\
| * Change RequestValidator parameter to ObjectId listGreg Hill2013-08-021-21/+34
* | Add setter for ProgressMonitor to StatusCommandChristian Trutz2013-07-281-1/+20
|/
* Implement open(URIish) for TransportLocalRobin Stocker2013-07-212-0/+36
* Fix NPE in openFetch on Transport without local repositoryRobin Stocker2013-07-212-14/+33
* Add NON-NLS comments for some obviously untranslatable stringsRobin Rosenberg2013-07-219-10/+10
* Update reflog like C Git during rebase (non-interactive)Robin Rosenberg2013-07-212-13/+40
* Improve documentation of PathSuffixFilterRobin Stocker2013-07-211-3/+11
* Add path option to StatusCommandChristian Halstrick2013-07-211-0/+36
* Fix MERGED_NOT_COMMITTED toStringRobin Stocker2013-07-181-1/+1
* Merge "Add missing @since tags"Matthias Sohn2013-07-121-0/+2
|\
| * Add missing @since tagsMatthias Sohn2013-07-111-0/+2
* | Merge "Fix bugs in TreeWalk#isPathSuffix used by PathSuffixFilter"Christian Halstrick2013-07-111-3/+7
|\ \ | |/ |/|
| * Fix bugs in TreeWalk#isPathSuffix used by PathSuffixFilterRobin Stocker2013-07-081-3/+7
* | Merge changes If386fe25,I52a17499,Id12e7f00,I264e028a,I0d52af8a,I0d0cc4f8Dave Borowitz2013-07-103-50/+294
|\ \
| * | UploadPack: allow custom RequestValidator instancesDave Borowitz2013-07-031-33/+90
| * | UploadPack: refactor want validationDave Borowitz2013-07-031-67/+105
| * | UploadPack: set RefFilter from TransportConfigDave Borowitz2013-07-032-4/+44
| * | UploadPack: configure RequestPolicy with TransportConfigDave Borowitz2013-07-032-9/+54
| * | UploadPack: advertise allow-tip-sha1-in-wantDave Borowitz2013-07-032-2/+14
| * | Add RequestPolicy.TIP to allow fetching non-advertised ref tipsDave Borowitz2013-07-031-21/+73
* | | Make sure checkout is not deleting folders outside the workingtreeChristian Halstrick2013-07-101-2/+2
| |/ |/|
* | Check parentFile is not nullHiroshi Tomita2013-07-051-1/+1
|/
* Merge "Update HEAD in cherry-picking several commits"Robin Stocker2013-07-021-5/+4
|\
| * Update HEAD in cherry-picking several commitsHiroshi Tomita2013-07-011-5/+4
* | Use a bucket sort for PackReverseIndex.Colby Ranger2013-07-011-86/+87
* | Implement get nth offset in PackIndex.Colby Ranger2013-06-283-12/+58
|/
* Merge "Add missing @since tag"Matthias Sohn2013-06-261-0/+1
|\
| * Add missing @since tagMatthias Sohn2013-06-201-0/+1
* | Fix HTTP response processing for WWW-Authenticate headersAlex Rukhlin2013-06-231-17/+38
* | Don't skip want validation when the client sends no havesDave Borowitz2013-06-211-2/+2
|/
* Add a method to DfsOutputStream to read as an InputStreamDave Borowitz2013-06-193-39/+145
* Add missing @since tagsMatthias Sohn2013-06-153-8/+13
* Fix warnings in ArchiveCommandMatthias Sohn2013-06-101-11/+7
* Pick default archive format based on filename suffixJonathan Nieder2013-06-061-3/+58
* Add missing javadoc for archive codeJonathan Nieder2013-05-292-0/+38
* Drop unnecessary "throws" clauses in archive codeJonathan Nieder2013-05-291-2/+1
* Merge branch 'stable-3.0'Matthias Sohn2013-05-2910-117/+182
|\
| * Support refspecs with wildcard in middle (not only at end)Robin Stocker2013-05-282-19/+63
| * Fix multiple bugs in RawSubStringPattern used by MessageRevFilterRobin Stocker2013-05-281-5/+5
| * Handle short branch/tag name for setBranch in CloneCommandRobin Stocker2013-05-261-4/+14
| * Apply tree filter marks when pairing DiffEntry for renamesRobin Stocker2013-05-241-0/+2
| * Fix BatchRefUpdate progress-monitoring so it doesn't count twiceRoberto Tyley2013-05-191-3/+2
| * Merge "Fix DiffFormatter NPEs for DiffEntry without content change" into stab...Matthias Sohn2013-05-161-1/+6
| |\
| | * Fix DiffFormatter NPEs for DiffEntry without content changeRobin Stocker2013-05-151-1/+6
| * | Fix AnyObjectId's generic type declaration of ComparableRoberto Tyley2013-05-161-5/+1
| |/
| * Fix CommitCommand not to destroy repoChristian Halstrick2013-05-111-60/+71
| * Fix the parameters to an exceptionRobin Rosenberg2013-05-101-20/+18
* | Add tgz and txz archive formatsJonathan Nieder2013-05-281-1/+1