summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Add tests for DirCacheCheckout and symlinksChristian Halstrick2013-07-101-2/+6
* | | | | 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
* | | | Disable warning about assigning to parameterRobin Stocker2013-06-151-1/+1
| |/ / |/| |
* | | Add missing @since tagsMatthias Sohn2013-06-153-8/+13
* | | Prepare 3.1.0-SNAPSHOT buildsMatthias Sohn2013-06-133-35/+35
* | | 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-2911-117/+183
|\ \ \ | | |/ | |/|
| * | Prepare post 3.0.0-rc2 buildsMatthias Sohn2013-05-293-3/+3
| * | JGit v3.0.0.201305281830-rc2v3.0.0.201305281830-rc2Matthias Sohn2013-05-293-3/+3
| * | Support refspecs with wildcard in middle (not only at end)Robin Stocker2013-05-283-19/+64
| * | 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
| * | Prepare post 3.0.0 M7 buildsMatthias Sohn2013-05-083-3/+3
| * | JGit v3.0.0.201305080800-m7v3.0.0.201305080800-m7Matthias Sohn2013-05-083-3/+3
* | | Add tgz and txz archive formatsJonathan Nieder2013-05-281-1/+1
* | | Release ArchiveCommand's ObjectReader in call()Jonathan Nieder2013-05-241-29/+28
* | | Move ArchiveCommand into standard porcelain APIJonathan Nieder2013-05-244-0/+311
* | | ArchiveCommand: make archive formats non-inner classesJonathan Nieder2013-05-231-2/+10
* | | Remove unused import in UploadPackShawn Pearce2013-05-231-1/+0
* | | Use NullOutputStream not DisabledOutputStream in UploadPackShawn Pearce2013-05-231-3/+5
* | | Allow PreUploadHook.onSendPack to send messages to the clientShawn Pearce2013-05-221-2/+30
|/ /
* | Add missing @since tagsMatthias Sohn2013-05-065-1/+12
* | Merge "URIish: Allow multiple slashes in paths"Shawn Pearce2013-05-051-2/+3
|\ \