summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Merge changes I22a8874b,I68ed4abd,I740bc4bf,Icbd17d15Jonathan Nieder2017-11-106-112/+315
|\
| * BitmapWalker: do not revisit objects in bitmapJonathan Tan2017-11-101-1/+22
| * Use bitmaps for non-commit reachability checksJonathan Tan2017-11-101-2/+33
| * Make PackWriterBitmapWalker publicJonathan Tan2017-11-105-122/+273
* | Reject pack if delta exceeds array size limitShawn Pearce2017-11-091-2/+6
* | Check non-flushed packs for existence of objectZhen Chen2017-11-071-0/+6
* | Update spotbugs-maven-plugin to 3.1.0-RC7Matthias Sohn2017-11-041-1/+1
* | Merge branch 'stable-4.9'David Pursehouse2017-11-028-21/+674
|\ \
| * | PackInserter: Implement newReader()Dave Borowitz2017-11-011-1/+232
| * | Move some strings from DfsText to JGitTextDave Borowitz2017-11-015-9/+9
| * | FileRepository: Add pack-based inserter implementationDave Borowitz2017-11-012-0/+418
| * | ObjectDirectory: Factor a method to close open pack handlesDave Borowitz2017-11-012-10/+16
| * | ObjectDirectory: Remove last modified check in insertPackDave Borowitz2017-11-011-2/+0
* | | Move loggers to the top of their classSaša Živkov2017-10-302-4/+4
* | | Merge "Align PackStatistics and DfsPackDescription list length"Terry Parker2017-10-262-4/+14
|\ \ \
| * | | Align PackStatistics and DfsPackDescription list lengthMasaya Suzuki2017-10-202-4/+14
* | | | Revert "Throw BinaryBlobException from RawParseUtils#lineMap."Han-Wen NIenhuys2017-10-242-29/+13
* | | | Fix typo in commentHan-Wen Nienhuys2017-10-241-1/+1
* | | | Throw BinaryBlobException from RawParseUtils#lineMap.Han-Wen Nienhuys2017-10-242-13/+29
* | | | Avoid loading and merging binary data in ResolveMergerHan-Wen Nienhuys2017-10-241-7/+23
* | | | Introduce ObjectLoader.Filter for delegationHan-Wen Nienhuys2017-10-241-0/+38
* | | | Introduce RawText#load.Han-Wen Nienhuys2017-10-243-53/+161
* | | | Add missing @since tags for new API in ReceiveCommandMatthias Sohn2017-10-231-2/+8
* | | | Merge branch 'stable-4.9'David Pursehouse2017-10-231-11/+34
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Avoid bad rounding "1 year, 12 months" in date formatterMichael Keppler2017-10-231-2/+3
| * | Ensure that ~ in ssh config is replaced before Jsch sees itThomas Wolf2017-10-181-11/+34
| * | Prepare 4.9.1-SNAPSHOT buildsMatthias Sohn2017-10-083-49/+49
| * | JGit v4.9.0.201710071750-rv4.9.0.201710071750-rMatthias Sohn2017-10-073-4/+4
* | | dfs: Switch InMemoryRepository to DfsReftableDatabaseShawn Pearce2017-10-184-210/+39
* | | Merge changes from topic 'reftable'Terry Parker2017-10-1810-27/+1130
|\ \ \
| * | | dfs: reftable backed DfsRefDatabaseShawn Pearce2017-10-185-6/+864
| * | | Support symbolic references in ReceiveCommandShawn Pearce2017-10-185-21/+266
| | |/ | |/|
* / | Avoid bad rounding "1 year, 12 months" in date formatterMichael Keppler2017-10-181-2/+3
|/ /
* | Skip unreachable garbage packs in dfs fsckZhen Chen2017-10-091-0/+5
* | Prepare 4.10.0-SNAPSHOT buildsMatthias Sohn2017-10-083-49/+49
|/
* Terminate StreamCopy threads in case of errorsTill Brychcy2017-10-071-4/+12
* Use a new RevWalk for validating not advertised wantsZhen Chen2017-10-051-26/+27
* Terminate StreamCopy threads in case of errorsDmitry Neverov2017-09-302-6/+7
* ReflogWriter: Align auto-creation defaults with C gitDave Borowitz2017-09-303-2/+4
* Support force writing reflog on a per-update basisDave Borowitz2017-09-306-14/+121
* Ensure ReflogWriter only works with a RefDirectoryDave Borowitz2017-09-307-62/+64
* HttpConfig: load user config before reading values from itThomas Wolf2017-09-261-15/+33
* Load the user config before modifying itThomas Wolf2017-09-231-4/+17
* SubmoduleUpdateCommand: Add fetch callbackDavid Pursehouse2017-09-201-4/+18
* Fetch submodule repo before resolving commitsMichael FIG2017-09-201-1/+28
* Handle SSL handshake failures in TransportHttpThomas Wolf2017-09-134-112/+274
* Support http.<url>.* configsThomas Wolf2017-09-104-95/+405
* Add PushConfig class with PushRecurseSubmodulesModeDavid Pursehouse2017-09-091-0/+95
* Fix missing RefsChangedEvent when packed refs are usedThomas Wolf2017-09-072-5/+12
* Add FetchCommand#setRefSpecs(String...) variantDave Borowitz2017-09-071-5/+16