summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* Merge changes I335587ee,I4182a174David Pursehouse2017-11-103-0/+91
|\
| * Merge branch 'stable-4.9'Matthias Sohn2017-11-113-0/+91
| |\
| | * Work around a Jsch bug: ensure the user name is set from URIThomas Wolf2017-11-102-0/+35
| | * Merge "Reintroduce protected method which removal broke EMF Compare" into sta...Matthias Sohn2017-11-021-0/+56
| | |\
| | | * Reintroduce protected method which removal broke EMF CompareMatthias Sohn2017-10-241-0/+56
* | | | Add a setting for fsck to check connectivity onlyZhen Chen2017-11-101-1/+14
|/ / /
* | | 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
* | | | Merge branch 'stable-4.9'David Pursehouse2017-11-026-19/+672
|\ \ \ \ | | |/ / | |/| |
| * | | PackInserter: Implement newReader()Dave Borowitz2017-11-011-1/+232
| * | | Move some strings from DfsText to JGitTextDave Borowitz2017-11-013-7/+7
| * | | 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
* | | dfs: Switch InMemoryRepository to DfsReftableDatabaseShawn Pearce2017-10-184-210/+39
* | | Merge changes from topic 'reftable'Terry Parker2017-10-189-27/+1127
|\ \ \
| * | | dfs: reftable backed DfsRefDatabaseShawn Pearce2017-10-185-6/+864
| * | | Support symbolic references in ReceiveCommandShawn Pearce2017-10-184-21/+263
| | |/ | |/|
* / | 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
|/
* 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-306-62/+63
* 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-133-112/+266
* Support http.<url>.* configsThomas Wolf2017-09-103-95/+403
* Add PushConfig class with PushRecurseSubmodulesModeDavid Pursehouse2017-09-091-0/+95