summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | ReflogWriter: Align auto-creation defaults with C gitDave Borowitz2017-09-304-12/+15
* | | | | Support force writing reflog on a per-update basisDave Borowitz2017-09-308-20/+196
* | | | | Ensure ReflogWriter only works with a RefDirectoryDave Borowitz2017-09-308-63/+66
* | | | | ChangeIdUtilTest: Remove unused notestCommitDashVDavid Pursehouse2017-09-301-17/+0
* | | | | Add the args4j jarPepper Lebeck-Jobe2017-09-301-0/+1
* | | | | 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
* | | | | Added API to TextBuiltin for piped usage.Ned Twigg2017-09-212-0/+143
* | | | | 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-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