aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Fix comparison order in AnyObjectIdDavid Turner2018-04-271-8/+10
* | | | | | | | RefDatabase: Introduce getAllRefs methodDavid Pursehouse2018-04-2714-39/+33
* | | | | | | | RefDatabase: Update Javadoc for ALL constantDavid Pursehouse2018-04-271-1/+4
* | | | | | | | LargePackedWholeObject#openStream: Suppress resource warningDavid Pursehouse2018-04-271-0/+2
* | | | | | | | LargePackedWholeObject: Do not reuse released inflaterJonathan Nieder2018-04-262-13/+20
* | | | | | | | Use eclipse compiler in Maven buildMatthias Sohn2018-04-251-57/+101
* | | | | | | | Remove trivial cases of using deprecated RefDatabase.getRefs()Matthias Sohn2018-04-2520-54/+50
* | | | | | | | Suppress boxing warningMatthias Sohn2018-04-251-0/+1
* | | | | | | | Remove unnecessary semicolonMatthias Sohn2018-04-251-1/+1
* | | | | | | | Fix non-externalized String warningsMatthias Sohn2018-04-255-46/+58
* | | | | | | | Remove unused code and link to deprecated codeJonathan Tan2018-04-252-22/+2
* | | | | | | | File compile and API errors in JGitMichael Keppler2018-04-251-7/+11
* | | | | | | | Merge "Upgrade error_prone_core to 2.3.1"Matthias Sohn2018-04-231-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Upgrade error_prone_core to 2.3.1David Pursehouse2018-04-231-2/+2
* | | | | | | | | Teach UploadPack "no-progress" in "fetch"Jonathan Tan2018-04-232-0/+44
* | | | | | | | | Teach UploadPack "thin-pack" in "fetch"Jonathan Tan2018-04-232-0/+33
* | | | | | | | | Teach UploadPack basic "fetch" commandJonathan Tan2018-04-233-12/+349
* | | | | | | | | Teach UploadPack "ref-prefix" in "ls-refs"Jonathan Tan2018-04-232-3/+62
* | | | | | | | | UploadPack: Don't buffer ls-refs outputJonathan Nieder2018-04-231-0/+1
* | | | | | | | | Implement ls-refs in UploadPackJonathan Tan2018-04-234-1/+160
|/ / / / / / / /
* | | | | | | | Implement protocol v2 with no capabilities in UploadPackJonathan Tan2018-04-203-3/+197
* | | | | | | | PacketLineIn, PacketLineOut: Add support for delim-pktJonathan Tan2018-04-204-11/+41
* | | | | | | | Add RefDatabase#getRefsByPrefix methodJonathan Tan2018-04-202-0/+64
* | | | | | | | Handle Gerrit Change-Ids for merge commitsThomas Wolf2018-04-182-15/+77
* | | | | | | | PushProcess: Remove unused import of HashMapDavid Pursehouse2018-04-161-1/+0
* | | | | | | | Configure WindowCache settings to use in JGit CLIMatthias Sohn2018-04-131-0/+10
* | | | | | | | Merge "Push: Ensure ref updates are processed in input order"David Pursehouse2018-04-133-5/+64
|\ \ \ \ \ \ \ \
| * | | | | | | | Push: Ensure ref updates are processed in input orderDave Borowitz2018-04-133-5/+64
* | | | | | | | | Merge "Allow '@' as last character of ref"Christian Halstrick2018-04-132-0/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Allow '@' as last character of refChristian Halstrick2018-04-122-0/+4
* | | | | | | | | DirCache: Use constant from StandardCharsetsDavid Pursehouse2018-04-121-4/+4
* | | | | | | | | Use Constants.CHARACTER_ENCODING in testsDavid Pursehouse2018-04-112-2/+3
* | | | | | | | | LargePackedWholeObject: Refactor to open DfsReader in try-with-resourceDavid Pursehouse2018-04-111-21/+15
|/ / / / / / / /
* | | | | | | | Don't throw if a pre-push hook is ignored.Markus Duft2018-04-101-1/+5
* | | | | | | | Merge branch 'stable-4.11'David Pursehouse2018-04-091-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | LFS: Fix potential NPE in LfsPrePushHookMarkus Duft2018-04-041-0/+4
| |/ / / / / / /
* | | | | | | | Silence API error for ObjectIdSerializer.readWithoutMarker()Thomas Wolf2018-03-271-0/+7
* | | | | | | | Merge branch 'stable-4.11'Matthias Sohn2018-03-263-3/+14
|\| | | | | | |
| * | | | | | | Remove package import for javax.servlet.http from org.eclipse.jgitMatthias Sohn2018-03-271-1/+0
| * | | | | | | Add missing @since tag and silence API errorMatthias Sohn2018-03-272-0/+10
* | | | | | | | Significantly speed up FileTreeIterator on WindowsThomas Wolf2018-03-255-16/+217
* | | | | | | | TransportHttp: Refactor to use try-with-resource and suppress resource warningDavid Pursehouse2018-03-251-15/+18
* | | | | | | | Add missing @since tags for new APIMatthias Sohn2018-03-251-0/+2
* | | | | | | | Fix API problem filter warningsMatthias Sohn2018-03-253-0/+33
* | | | | | | | Remove unused API problem filtersDavid Pursehouse2018-03-242-86/+0
* | | | | | | | DfsInserter#openStream: Suppress resource warning about DfsReaderDavid Pursehouse2018-03-241-0/+1
* | | | | | | | CloneCommand: Suppress resource warning about RepositoryDavid Pursehouse2018-03-241-2/+2
* | | | | | | | Rename RecursiveMergerTest and ResolveMergerTest to reduce confusionDavid Pursehouse2018-03-242-2/+2
* | | | | | | | ResolveMergerTest: Use @DataPoints instead of @DataPointDavid Pursehouse2018-03-241-6/+4
* | | | | | | | SubmoduleSyncCommand: Refactor to open Repository in try-with-resourceDavid Pursehouse2018-03-241-10/+11