summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* JGit v4.0.0.201503231230-m1v4.0.0.201503231230-m1Matthias Sohn2015-03-233-4/+4
* Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgitMatthias Sohn2015-03-238-260/+824
* Add missing @since tag to DiffInterruptedExceptionMatthias Sohn2015-03-191-0/+1
* Revert "CommitBuilder should check for duplicate parents"Jonathan Nieder2015-03-183-39/+7
* Merge changes I51167503,I794eca3aDave Borowitz2015-03-181-11/+46
|\
| * TemporaryBuffer: Clear block pointer list instead of reallocatingDave Borowitz2015-03-181-6/+4
| * TemporaryBuffer: Allow presizing block pointer listDave Borowitz2015-03-181-5/+42
* | Merge "Make MyersDiff interruptible"Christian Halstrick2015-03-182-0/+57
|\ \ | |/ |/|
| * Make MyersDiff interruptibleHugo Arès2015-03-172-0/+57
* | InMemoryRepository: Use a real Builder classDave Borowitz2015-03-181-6/+13
* | Git: Don't close underlying repo if it came from from a callerDave Borowitz2015-03-171-22/+41
|/
* CommitBuilder should check for duplicate parentsChristian Halstrick2015-03-123-7/+39
* TestRepository: Add a reset method to move HEAD aroundDave Borowitz2015-03-121-15/+42
* Fix compile error due to missing dependencies and since tagsMarkus Duft2015-03-122-0/+2
* Merge "ArchiveCommand: Allow to pass options to underlying stream"Shawn Pearce2015-03-112-1/+58
|\
| * ArchiveCommand: Allow to pass options to underlying streamDavid Ostrovsky2015-02-202-1/+58
* | Merge changes I627681be,I334034a2Shawn Pearce2015-03-101-8/+17
|\ \
| * | TreeWalk: Do not close reader passed explicitly to constructorDave Borowitz2015-03-101-4/+16
| * | TreeWalk: Stop using deprecated ObjectReader#release()Dave Borowitz2015-03-101-4/+1
* | | Make s3 domain dynamic to support different s3 regionsMatthew Spurrier2015-03-101-4/+10
|/ /
* | RevWalk: Do not close reader passed explicitly to constructorDave Borowitz2015-03-101-7/+18
* | RevWalk: Stop using deprecated ObjectReader#release()Dave Borowitz2015-03-101-2/+2
* | Merge "Add "--long" option to JGit describe"Christian Halstrick2015-03-101-4/+37
|\ \
| * | Add "--long" option to JGit describeChristian Halstrick2015-03-091-4/+37
* | | Remove AutoCloseable from internal PackFile and friendsShawn Pearce2015-03-094-5/+4
* | | PushCertificateParser: Fix check for blank line after headerShawn Pearce2015-03-091-1/+1
* | | Cleanup some push certificate related javadocShawn Pearce2015-03-092-45/+22
* | | Fix an invalid format stringDavid Pletcher2015-03-091-3/+12
|/ /
* | Merge "Support for the commit-msg hook."Matthias Sohn2015-03-025-0/+204
|\ \
| * | Support for the commit-msg hook.Laurent Delaigue2015-03-025-0/+204
* | | Merge "Allow public access to PackIndex"Shawn Pearce2015-03-021-1/+11
|\ \ \ | |/ / |/| |
| * | Allow public access to PackIndexDavid Pletcher2015-03-021-1/+11
* | | Refactored pre-commit hook to make it less invasive.Laurent Delaigue2015-03-0213-217/+415
|/ /
* | Add an in-process pack transport for use in testsDave Borowitz2015-02-273-0/+196
* | Extract classes for transport within a JGit processDave Borowitz2015-02-273-174/+305
* | Add missing since tags for new APIMatthias Sohn2015-02-272-0/+4
* | Merge branch 'stable-3.7'Matthias Sohn2015-02-278-21/+33
|\ \
| * | Prepare 3.7.1-SNAPSHOT buildsMatthias Sohn2015-02-273-39/+39
| * | JGit v3.7.0.201502260915-rv3.7.0.201502260915-rMatthias Sohn2015-02-263-4/+4
| * | Merge "Read user.name and email from environment first" into stable-3.7Christian Halstrick2015-02-251-8/+9
| |\ \
| | * | Read user.name and email from environment firstMatthias Sohn2015-02-241-8/+9
| * | | Provide more details in exceptions thrown when packfile is invalidMatthias Sohn2015-02-177-13/+24
| |/ /
* | | Add/fix since tags for new API for push certificatesMatthias Sohn2015-02-253-3/+6
* | | Merge branch 'stable-3.7'Matthias Sohn2015-02-244-27/+36
|\| |
| * | Use slf4j to log instead of printing to System.errMatthias Sohn2015-02-174-27/+36
* | | Port push certificatesStefan Beller2015-02-238-0/+620
| |/ |/|
* | Implement AutoClosable interface on classes that used release()Matthias Sohn2015-02-098-22/+131
* | Implement AutoClosable interface to support try-with-resources blockMatthias Sohn2015-02-096-6/+7
* | Set minimum required Java version to Java 7Matthias Sohn2015-02-093-5/+5
* | Merge branch 'stable-3.7'Matthias Sohn2015-02-0414-8/+859
|\|