summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* superproject: Use bugurl from contactinfo in the missing commits error message.v2.15.1Raman Tenneti2021-05-183-7/+12
* ssh: rewrite proxy management for multiprocessing usagev2.15Mike Frysinger2021-05-106-158/+225
* ssh: move proxy usage to the sync subcommandMike Frysinger2021-05-104-22/+32
* launcher: bump version for new releaseMike Frysinger2021-05-101-1/+1
* Handle 400 error code when attempting to fetch clone bundle.Craig Northway2021-05-101-6/+5
* sync: added --no-use-superproject to disable superproject.Raman Tenneti2021-05-081-3/+7
* sync: Recommend using --no-use-superproject if sync fails.Raman Tenneti2021-05-071-1/+2
* sync: refactor main fetch loopMike Frysinger2021-05-061-42/+59
* ssh: move all ssh logic to a common placeMike Frysinger2021-05-066-275/+320
* git_command: switch version caches to functoolsMike Frysinger2021-05-062-21/+20
* manifest_xml: cleanup of contactinfo test for readability with f-strings.Raman Tenneti2021-05-051-1/+3
* sync: fix recursive fetchingMike Frysinger2021-05-051-1/+1
* git_config: hoist Windows ssh check earlierMike Frysinger2021-05-041-5/+7
* manifest_xml: initial support for <contactinfo>Raman Tenneti2021-05-043-23/+74
* sync: use manifest_name passed inMike Frysinger2021-05-041-1/+1
* sync: switch to multiprocessing.EventMike Frysinger2021-05-041-1/+1
* sync: fix logic error with linkfile errorsMike Frysinger2021-05-041-2/+2
* release-process: document the rate limiting in automatic updatesMike Frysinger2021-05-041-1/+7
* subcmds: force consistent help text formatMike Frysinger2021-05-0412-60/+91
* sync: fix print error when handling server errorMike Frysinger2021-05-041-1/+1
* superproject: skip updating commit ids if remote's fetchUrl don't match.Raman Tenneti2021-05-041-2/+2
* init/sync: add --no-tags to match --tagsMike Frysinger2021-05-043-5/+11
* add --no-current-branch option to invert --current-branchMike Frysinger2021-05-046-2/+17
* harmonize --current-branch short option across subcommandsMike Frysinger2021-05-033-5/+22
* superproject: Don't update the commit ids of projects if remote is different.Raman Tenneti2021-05-034-19/+87
* upload: search local projects in parallelMike Frysinger2021-05-021-31/+37
* project: fix m/ generation when switching manifest branchesMike Frysinger2021-05-021-8/+8
* upload: include the project in error messagesMike Frysinger2021-05-021-2/+2
* Update copyfile and linkfile if manifest updatedjiajia tang2021-05-012-0/+66
* manifest_xml: ban use of newlines in pathsMike Frysinger2021-04-302-1/+26
* sync: Fix a corner case when both superproject and depth used.Xin Li2021-04-291-0/+5
* help/version: sprinkle bug report URL aroundMike Frysinger2021-04-265-6/+10
* sync: Fix exception in an exsiting clone (without partial-clone).v2.14.2Raman Tenneti2021-04-221-1/+1
* sync: fix missing import for -qv2.14.1Mike Frysinger2021-04-211-1/+1
* init: restore default --manifest-nameMike Frysinger2021-04-211-1/+1
* sync: cleanup sleep+retry logic a bitv2.14Mike Frysinger2021-04-191-14/+18
* sync: only print error.GitError, don't raise that exception.Raman Tenneti2021-04-151-0/+5
* command: add a helper for the parallel execution boilerplateMike Frysinger2021-04-1510-143/+145
* tests: Make ReviewableBranchTests.test_smoke work with git < 2.28.0Peter Kjellerstedt2021-04-141-1/+1
* list: fix help grammarMike Frysinger2021-04-141-3/+3
* help: switch from formatter module to textwrapMike Frysinger2021-04-142-8/+14
* list: add option to show non-checkedout projects tooMike Frysinger2021-04-131-3/+12
* progress: hide progress bar when --quietMike Frysinger2021-04-135-8/+16
* command: make --verbose/--quiet available to all subcommandsMike Frysinger2021-04-1314-40/+41
* init: Added --partial-clone-exclude option.Raman Tenneti2021-04-136-21/+42
* sync: add separate --jobs options for different stepsMike Frysinger2021-04-091-4/+11
* init: organize command line options a bitMike Frysinger2021-04-091-18/+28
* sync: add progress bar to garbage collection phaseMike Frysinger2021-04-091-6/+14
* sync: rework selfupdate logicMike Frysinger2021-04-091-48/+20
* init: merge subcmd & wrapper parsersMike Frysinger2021-04-093-109/+6