summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* LongObjectIdTest: Remove self comparison testDavid Ostrovsky2017-03-181-1/+0
* RevFlagSetTest: Fix compilation error flagged by error proneDavid Ostrovsky2017-03-181-1/+0
* Move SHA1 compress/recompress files to resource folderDavid Ostrovsky2017-03-182-0/+0
* Merge "Merge branch 'stable-4.6'"Matthias Sohn2017-03-153-9/+40
|\
| * Merge branch 'stable-4.6'Matthias Sohn2017-03-163-9/+40
| |\
| | * Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2017-03-163-9/+40
| | |\
| | | * Don't remove pack when FileNotFoundException is transientLuca Milanesio2017-03-153-9/+40
* | | | Don't try to strip new line if the message buffer is emptyAndrey Loskutov2017-03-151-2/+6
|/ / /
* | | Upgrade error_prone_core to 2.0.18David Pursehouse2017-03-131-1/+1
* | | FetchCommand: Fix detection of submodule recursion modeDavid Pursehouse2017-03-103-38/+116
* | | Silence API error reported in LfsProtocolServletMatthias Sohn2017-03-091-0/+11
* | | Update JGit version used to detect API changes to 4.6.0Matthias Sohn2017-03-091-1/+1
* | | Update jsch version used in pom.xml to 0.1.54Matthias Sohn2017-03-091-1/+1
* | | LfsProtocolServlet: Pass HTTP Authorization header to getLargeFileRepositoryDavid Pursehouse2017-03-082-3/+50
* | | Merge branch 'stable-4.6'David Pursehouse2017-03-080-0/+0
|\| |
| * | Prepare 4.6.2-SNAPSHOT buildsMatthias Sohn2017-03-0756-312/+312
| * | JGit v4.6.1.201703071140-rv4.6.1.201703071140-rMatthias Sohn2017-03-0756-59/+59
* | | Merge branch 'stable-4.6'David Pursehouse2017-03-070-0/+0
|\| |
| * | Update Jetty to 9.4.1.v20170120 in buck buildJonathan Nieder2017-03-062-13/+14
| * | Update Jetty to 9.4.1.v20170120Matthias Sohn2017-03-0615-103/+117
| * | Update build to use Tycho 1.0.0Matthias Sohn2017-03-061-1/+1
| * | Update minimum JDK version in READMEDavid Pursehouse2017-03-061-1/+1
* | | FetchCommand: Add basic support for recursing into submodulesDavid Pursehouse2017-03-045-1/+492
* | | Remove unnecessary @SuppressWarnings("nls")David Pursehouse2017-03-041-1/+0
* | | Make Repository.normalizeBranchName less strictThomas Wolf2017-03-042-129/+171
* | | Merge "SHA-1: collision detection support"Jonathan Nieder2017-03-0211-93/+1929
|\ \ \
| * | | SHA-1: collision detection supportShawn Pearce2017-02-2811-93/+1929
* | | | Silence API error caused by changed return type of digest()Matthias Sohn2017-03-012-1/+12
* | | | Correct the boolean logic for filtering pathsMagnus Vigerlöf2017-02-287-11/+536
* | | | Merge "SHA1: support reset() and reuse instances"Jonathan Nieder2017-02-266-11/+49
|\| | |
| * | | SHA1: support reset() and reuse instancesShawn Pearce2017-02-266-11/+49
* | | | Merge changes from topic 'SHAttered'Jonathan Nieder2017-02-2611-38/+480
|\| | |
| * | | Switch to pure Java SHA1 for ObjectIdShawn Pearce2017-02-268-38/+104
| * | | Pure Java SHA-1Shawn Pearce2017-02-264-0/+376
* | | | Update Jetty to 9.4.1.v20170120 in buck buildJonathan Nieder2017-02-262-13/+14
|/ / /
* | | Remove unused imported package in org.eclipse.jgit.ant.testDavid Pursehouse2017-02-211-1/+0
* | | Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-20289-765/+765
* | | Fix hamcrest dependency in org.eclipse.jgit.ant.testDavid Pursehouse2017-02-201-1/+1
* | | Add API filter for usage of FileRepository in test classesDavid Pursehouse2017-02-201-0/+35
* | | Fix bad test fix from 0bff481 "Limit receive commands"Shawn Pearce2017-02-202-10/+15
* | | Fix timestamp in Zip archivesShawn Pearce2017-02-201-3/+3
* | | Add some more missing @Override annotationsDavid Pursehouse2017-02-202-0/+2
* | | Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-19347-18/+1011
* | | Update Jetty to 9.4.1.v20170120Matthias Sohn2017-02-1915-103/+117
* | | Fix typo in @sinceThomas Wolf2017-02-191-1/+1
* | | PullCommand: Allow to set tag behaviorDavid Pursehouse2017-02-181-3/+18
* | | Add missing @Override annotations in org.eclipse.jgit.archiveMatthias Sohn2017-02-186-0/+17
* | | Set commit time to ZipArchiveEntryNaoki Takezoe2017-02-189-8/+126
* | | GC: don't loosen doomed objectsDavid Turner2017-02-172-4/+49
* | | Merge "Update name of InsecureCipherMode error-prone pattern"Jonathan Nieder2017-02-151-1/+1
|\ \ \