summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* superproject - More friendly user message when superproject failed.v2.16.1Raman Tenneti2021-07-143-33/+33
* Fix an issue that repo can't see projects declared in a local manifest.Xin Li2021-07-131-1/+1
* Gracefully ignore bad remove-project lineMichael Kelly2021-07-083-10/+64
* sync: dump git output on errorsMike Frysinger2021-07-041-1/+1
* Add the ability to administratively enroll repo into using superproject.Xin Li2021-07-014-11/+98
* Fix an issue when syncing with --use-superproject and clone bundles.Xin Li2021-06-303-8/+12
* superproject - don't update the commit ids of projects that have revisionId.Raman Tenneti2021-06-292-2/+52
* superproject: Don't exit if superproject tag doesn't exist in manifest.v2.16Raman Tenneti2021-06-166-61/+225
* repo: improve duplicate default checkJack Neus2021-06-151-1/+2
* commands: pass settings via __init__Mike Frysinger2021-06-153-18/+24
* commands: document the "event_log" class attributeMike Frysinger2021-06-151-1/+6
* commands: document the "common" class attributeMike Frysinger2021-06-1528-29/+33
* repo: properly handle NoneType in Default/Remote equality checksJack Neus2021-06-112-0/+41
* superproject: add projects from local manifest to local::<filename> group.Raman Tenneti2021-06-104-5/+65
* trace2_event_log: Added logging of error events.Raman Tenneti2021-06-092-0/+31
* superproject: revert not updating commit ids if remote is different.Raman Tenneti2021-06-082-55/+0
* run_tests: fix pytest selection inside tox venvMike Frysinger2021-06-031-0/+4
* superproject: change the warning message to say it is beta.Raman Tenneti2021-06-031-2/+2
* Drop support for Python 3.5Peter Kjellerstedt2021-06-035-7/+6
* superproject: require git version 2.28.0 or higher.v2.15.4Raman Tenneti2021-06-031-1/+4
* tests: Make the tests pass for Python < 3.8Peter Kjellerstedt2021-05-262-28/+55
* sync: Sync submodules correctly againv2.15.3Peter Kjellerstedt2021-05-201-3/+9
* project: fix error display when output_redir is disabledv2.15.2Mike Frysinger2021-05-201-4/+5
* 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