summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Handle SSL handshake failures in TransportHttpThomas Wolf2017-09-136-126/+358
* Support http.<url>.* configsThomas Wolf2017-09-107-96/+843
* Add PushConfig class with PushRecurseSubmodulesModeDavid Pursehouse2017-09-092-0/+183
* Implement CommandRef.toString() to help debuggingMatthias Sohn2017-09-081-0/+8
* Fix missing RefsChangedEvent when packed refs are usedThomas Wolf2017-09-073-5/+82
* Add FetchCommand#setRefSpecs(String...) variantDave Borowitz2017-09-073-21/+28
* ReceivePack: clear advertised .haves if application changes refsShawn Pearce2017-09-072-0/+42
* 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
* Merge "Remove no longer needed API problem filters"David Pursehouse2017-09-061-28/+0
|\
| * Remove no longer needed API problem filtersMatthias Sohn2017-09-061-28/+0
* | Stop using deprecated CmdLineException constructorsDavid Pursehouse2017-09-068-32/+75
|/
* UntrackedFilesHandler: Fix non-localized stringDavid Pursehouse2017-09-063-2/+7
* Main: Replace deprecated ExampleMode with OptionHandlerFilterDavid Pursehouse2017-09-061-2/+3
* ObjectCheckerTest: Factor duplicate instances out to constantsDavid Pursehouse2017-09-061-72/+42
* SubmoduleConfigTest: Add additional tests in fetchRecurseToConfigValueDavid Pursehouse2017-09-051-0/+2
* SubmoduleConfig: Simplify #toConfigValueDavid Pursehouse2017-09-051-3/+1
* Merge changes from topic 'dfs-reftable'Shawn Pearce2017-09-054-76/+542
|\
| * dfs: write reftable from DfsGarbageCollectorShawn Pearce2017-09-052-14/+339
| * dfs: compact reftables during DfsPackCompactorShawn Pearce2017-09-052-62/+203
* | Remove final modifier on args4j option or argument fieldsMatthias Sohn2017-09-054-8/+8
* | Fix Daemon.stop() to actually stop the listener threadThomas Wolf2017-09-042-39/+188
* | 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-042-11/+83
|/ /
* | Upgrade Maven compiler pluginsDavid Pursehouse2017-09-021-4/+4
* | Upgrade args4j to 2.33 in the bazel buildDavid Pursehouse2017-09-011-2/+2
* | Add org.apache.commons.codec 1.9.0 to target platformMatthias Sohn2017-09-015-5/+13
* | Merge "Fix some tests for running in bazel"David Pursehouse2017-08-313-7/+13
|\ \
| * | Fix some tests for running in bazelThomas Wolf2017-08-313-7/+13
* | | Merge "Update args4j to 2.33"David Pursehouse2017-08-3114-45/+28
|\ \ \
| * | | Update args4j to 2.33Matthias Sohn2017-08-3014-45/+28
* | | | 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
| |/ / |/| |
* | | Add dependency to jsch for OpenSshConfigTest to bazel buildThomas Wolf2017-08-312-1/+8
| |/ |/|
* | 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
* | | Fix compilation errors with args4j 2.0.23 and laterRobin Stocker2017-08-3011-18/+96
* | | Cleanup: Remove redundant type argumentsMatthias Sohn2017-08-301-1/+1
* | | Cleanup: Remove unnecessary $NON-NLS$ tagsMatthias Sohn2017-08-301-1/+1
* | | Cleanup: Organize importsMatthias Sohn2017-08-3010-23/+23