aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
* | | | | 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
* | | | | Remove no longer needed API problem filtersMatthias Sohn2017-09-061-28/+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
* | | | | | Silence API errors caused by adding enum constants in 1baf86d4d2David Pursehouse2017-08-311-0/+12
|/ / / / /
* | | | | Merge changes from topic 'dfs-reftable'Shawn Pearce2017-08-308-64/+456
|\ \ \ \ \
| * | | | | dfs: helper to open multiple reftablesShawn Pearce2017-08-281-0/+108
| * | | | | dfs: expose DfsReftable from DfsObjDatabaseShawn Pearce2017-08-283-47/+149
| * | | | | dfs: support reading reftables through DfsBlockCacheShawn Pearce2017-08-285-17/+199
* | | | | | Merge changes from topic 'fsck'Shawn Pearce2017-08-302-51/+71
|\ \ \ \ \ \
| * | | | | | DfsFsck: reduce memory usage during verifyIndexShawn Pearce2017-08-302-9/+15
| * | | | | | DfsFsck: refactor pack verify into its own methodShawn Pearce2017-08-301-30/+28
| * | | | | | DfsFsck: run connectivity check pass exactly onceShawn Pearce2017-08-291-19/+35
* | | | | | | Cleanup: Remove redundant type argumentsMatthias Sohn2017-08-301-1/+1
* | | | | | | Cleanup: Organize importsMatthias Sohn2017-08-305-10/+9
* | | | | | | Partially revert c0ad77d8 "Enhance Eclipse save actions"Matthias Sohn2017-08-301-1/+1
|/ / / / / /
* | | | | | Cleanup: Remove trailing whitespaceMatthias Sohn2017-08-306-11/+11
* | | | | | Partially revert c0ad77d8 "Enhance Eclipse save actions"Matthias Sohn2017-08-301-2/+2
* | | | | | Pass along the original exception when an ssh connection failsThomas Wolf2017-08-291-4/+7
|/ / / / /
* | | | | Merge "reftable: explicitly store update_index per ref"Shawn Pearce2017-08-287-26/+74
|\ \ \ \ \