summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
|/ /
* | Cleanup: Remove trailing whitespaceMatthias Sohn2017-08-306-11/+11
* | 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
|\
| * reftable: explicitly store update_index per refShawn Pearce2017-08-217-26/+74
* | Merge "Add BlobObjectChecker"Terry Parker2017-08-283-1/+123
|\ \
| * | Add BlobObjectCheckerMasaya Suzuki2017-08-283-1/+123
* | | FetchCommand: pass on CredentialsProvider to submodule fetchesThomas Wolf2017-08-271-0/+1
* | | Exclude file matching: fix backtracking on match failures after **Thomas Wolf2017-08-271-1/+24
* | | Fix path pattern matching to work also for gitattributesThomas Wolf2017-08-277-63/+112
* | | Ignore invalid TagOpt valuesThomas Wolf2017-08-261-2/+7