summaryrefslogtreecommitdiffstats
path: root/subcmds/init.py
Commit message (Expand)AuthorAgeFilesLines
* init: add --manifest-upstream-branchKaushik Lingarkar2024-09-261-0/+11
* git_command: unify soft/hard versions with requirements.jsonMike Frysinger2024-03-211-6/+8
* repo: Use the worktree when checking the repo rev.Jason R. Coombs2023-11-131-1/+1
* cleanup: Update codebase to expect Python 3.6Jason R. Coombs2023-10-311-1/+1
* subcmds: Use repo loggerAravind Vasudevan2023-09-141-9/+9
* isort: format codebasev2.36Mike Frysinger2023-08-221-4/+8
* gitc: drop supportJason Chang2023-08-151-2/+2
* Raise repo exit errors in place of sys.exitJason Chang2023-08-071-3/+9
* Add envar to replace shallow clones with partialJason Chang2023-05-251-0/+6
* [git_trace2] Add logs for critical cmdsJosip Sokcevic2023-05-171-1/+3
* Format codebase with black and check formatting in CQGavin Mak2023-03-221-242/+302
* init: Silence the "rm -r .repo and try again" message if quietGavin Mak2023-01-061-6/+5
* Use print with flush=True instead of stdout.flushDaniel Kutik2022-12-131-9/+3
* pylint: remove unused importsDaniel Kutik2022-12-131-6/+0
* init: add --manifest-depth for shallow manifest clonev2.29.5LaMont Jones2022-10-271-0/+4
* Revert "init: change --depth default to 1 for manifest repo"LaMont Jones2022-10-271-4/+0
* init: hide identify spam when reinitializingMike Frysinger2022-08-221-3/+3
* init: show a notice when reinitializingMike Frysinger2022-08-221-0/+7
* init: change --depth default to 1 for manifest repoMike Frysinger2022-08-181-0/+4
* Fix the printed path of the ".repo" dir after a fresh init.Mateus Azis2022-07-251-1/+1
* sync: add multi-manifest supportv2.26LaMont Jones2022-05-261-3/+2
* project: Add missing importsv2.24.1LaMont Jones2022-04-211-2/+0
* Stop passing optparse.Values to git_superprojectLaMont Jones2022-04-141-0/+3
* manifest_xml: use Superproject to hold XML contentv2.23LaMont Jones2022-04-121-1/+0
* Fix sub manifest handlingLaMont Jones2022-04-061-0/+1
* init: add multi-manifest supportLaMont Jones2022-04-061-38/+3
* Move manifest config logic into ManifestProjectLaMont Jones2022-04-061-1/+1
* project: add ManifestProject.Sync()LaMont Jones2022-04-011-240/+26
* Add multi-manifest support with <submanifest> elementv2.22LaMont Jones2022-02-171-0/+12
* init: add an option --enable-git-lfs-filterXD Trol2022-01-261-0/+9
* init: make bad --repo-rev settings more clearMike Frysinger2022-01-251-2/+6
* init, sync: fixed flake8 warnings.v2.18Raman Tenneti2021-11-181-5/+4
* superproject: Inherit --no-use-superproject with --mirror option.Raman Tenneti2021-11-181-2/+7
* fetch: Fix stderr handling for gsutilJack Neus2021-10-261-1/+1
* repo: more arg checking for --standalone-manifest re-initsv2.17.1Jack Neus2021-10-111-0/+5
* repo: fix bug with --standalone-manifestJack Neus2021-10-111-2/+4
* repo: Add support for standalone manifestsJack Neus2021-09-281-15/+68
* superproject - More friendly user message when superproject failed.v2.16.1Raman Tenneti2021-07-141-2/+6
* superproject: Don't exit if superproject tag doesn't exist in manifest.v2.16Raman Tenneti2021-06-161-3/+5
* commands: document the "common" class attributeMike Frysinger2021-06-151-1/+1
* command: make --verbose/--quiet available to all subcommandsMike Frysinger2021-04-131-3/+3
* init: Added --partial-clone-exclude option.Raman Tenneti2021-04-131-1/+5
* init: merge subcmd & wrapper parsersMike Frysinger2021-04-091-102/+1
* repo init: Added --no-partial-clone and made it persist. Bumped version to 2.14.Raman Tenneti2021-04-051-1/+7
* superproject: pass groups to ToXml method.Raman Tenneti2021-03-111-1/+1
* init: expose --worktree optionMike Frysinger2021-03-091-3/+1
* superproject: Display status messages during repo init/sync.v2.13.3Raman Tenneti2021-03-041-4/+9
* init: support -b HEAD as a shortcut to "the default"Mike Frysinger2021-02-251-4/+8
* init: make --manifest-url flag optionalMike Frysinger2021-02-181-4/+16
* init: added --use-superproject option to clone superproject.v2.12.2Raman Tenneti2021-02-111-0/+20