aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix missing RefsChangedEvent when packed refs are usedThomas Wolf2017-09-072-5/+12
* Add FetchCommand#setRefSpecs(String...) variantDave Borowitz2017-09-071-5/+16
* ReceivePack: clear advertised .haves if application changes refsShawn Pearce2017-09-071-0/+1
* DfsGarbageCollector: support disabling conversion to reftableShawn Pearce2017-09-061-1/+15
* Remove dead warning about minUpdaeIndex and maxUpdateIndex affecting refreshShawn Pearce2017-09-061-10/+0
* SubmoduleConfig: Simplify #toConfigValueDavid Pursehouse2017-09-051-3/+1
* Merge changes from topic 'dfs-reftable'Shawn Pearce2017-09-053-76/+352
|\
| * dfs: write reftable from DfsGarbageCollectorShawn Pearce2017-09-051-14/+149
| * dfs: compact reftables during DfsPackCompactorShawn Pearce2017-09-052-62/+203
* | Fix Daemon.stop() to actually stop the listener threadThomas Wolf2017-09-041-39/+92
* | Merge "Remove workaround for bug in Java's ReferenceQueue"Shawn Pearce2017-09-041-33/+9
|\ \
| * | Remove workaround for bug in Java's ReferenceQueueMatthias Sohn2017-09-041-33/+9
* | | Use Config.getEnum() to read the IgnoreSubmoduleModeThomas Wolf2017-09-041-7/+2
* | | Don't assume name = path in .gitmodulesThomas Wolf2017-09-041-11/+43
|/ /
* | FsckPackParser: Fix warning about int being boxed to IntegerDavid Pursehouse2017-09-011-1/+2
* | FsckPackParser: Fix "Empty block should be documented" warningsDavid Pursehouse2017-08-311-0/+3
* | FsckPackParser: Fix warnings about variable hidingDavid Pursehouse2017-08-311-9/+9
|/
* Merge changes from topic 'dfs-reftable'Shawn Pearce2017-08-308-64/+456
|\
| * dfs: helper to open multiple reftablesShawn Pearce2017-08-281-0/+108