summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "project: initialize new manifests in temp dirs"LaMont Jones2022-09-081-37/+5
* sync: Correctly sync multi manifest workspacesv2.29.1LaMont Jones2022-08-241-6/+5
* manifest_xml: improve topdir accuracy.v2.29LaMont Jones2022-08-221-1/+4
* init: hide identify spam when reinitializingMike Frysinger2022-08-221-3/+3
* init: show a notice when reinitializingMike Frysinger2022-08-221-0/+7
* stage: add missing flush before project promptMike Frysinger2022-08-221-0/+1
* upload: respect --yes with large upload confirmationMike Frysinger2022-08-221-9/+10
* launcher: make missing .repo/repo/repo an errorMike Frysinger2022-08-221-2/+3
* launcher: initialize repo in a temp dirMike Frysinger2022-08-221-1/+6
* cherry-pick: tighten up outputMike Frysinger2022-08-221-2/+4
* git_command: fix input passingMike Frysinger2022-08-221-6/+1
* project: initialize new manifests in temp dirsMike Frysinger2022-08-221-5/+37
* init: change --depth default to 1 for manifest repoMike Frysinger2022-08-184-0/+15
* add a few more docs to existing funcsMike Frysinger2022-08-182-0/+13
* init: use --current-branch by defaultMike Frysinger2022-08-183-5/+7
* start: do not swallow git output all the timeMike Frysinger2022-08-181-8/+2
* pager: catch startup failures on WindowsMike Frysinger2022-08-181-2/+5
* upload: add --push-options tips & doc linkMike Frysinger2022-08-184-7/+29
* project: simplify GetRemote a bitMike Frysinger2022-08-173-14/+18
* upload: Add ready flag to remove wipWilliam Escande2022-08-032-0/+9
* commit-msg: Sync commit-msg from gerrit 3.6.1Evan Benn2022-07-291-9/+50
* sync: handle smartsync HTML responses betterMike Frysinger2022-07-281-4/+10
* sync: start clearing git settings that disabled pruningLaMont Jones2022-07-251-12/+18
* sync: rework --jobs to provide better defaultsMike Frysinger2022-07-252-30/+45
* Fix the printed path of the ".repo" dir after a fresh init.Mateus Azis2022-07-251-1/+1
* Omit local_manifest groups from superproject override.v2.28LaMont Jones2022-07-154-5/+38
* status, diff: display correct path for multi-manifestLaMont Jones2022-07-143-25/+37
* project: simplify if-statementMartin Geisler2022-07-111-4/+1
* upload: add ‘--ignore-untracked-files’ optionMartin Geisler2022-07-112-2/+16
* man: regenerateMike Frysinger2022-07-1128-31/+473
* Fix Projects.shareable_dirsv2.27LaMont Jones2022-06-081-2/+16
* Only sync superproject if it will be used.LaMont Jones2022-06-085-20/+71
* sync: add multi-manifest supportv2.26LaMont Jones2022-05-265-107/+247
* project: initial separation of shared project objectsMike Frysinger2022-05-262-4/+21
* upload: move label validation to core functionMike Frysinger2022-05-212-6/+8
* tests: switch to tempfile.TemporaryDirectoryMike Frysinger2022-05-204-40/+20
* project: fix --use-superproject logic for init.LaMont Jones2022-05-201-4/+4
* manifest: add submanifest.default_groups attributev2.25LaMont Jones2022-04-294-14/+39
* project: Do not exit early on --standalone-manifest.LaMont Jones2022-04-291-34/+33
* project: Add missing importsv2.24.1LaMont Jones2022-04-212-2/+1
* progress: optimize progress bar updates a bitv2.24Mike Frysinger2022-04-191-11/+16
* Override the manifest for the entire commandLaMont Jones2022-04-193-55/+71
* sync: refactor use of self.manifestLaMont Jones2022-04-142-69/+83
* Stop passing optparse.Values to git_superprojectLaMont Jones2022-04-143-10/+25
* ManifestProject: add manifest_platformLaMont Jones2022-04-141-14/+20
* forall: fix multi-manifest variables.LaMont Jones2022-04-141-2/+8
* git_superproject: only print beta notice once.LaMont Jones2022-04-141-2/+9
* manifest_xml: use Superproject to hold XML contentv2.23LaMont Jones2022-04-127-117/+125
* sync: respect `sync-c` manifest optionDaniel Andersson2022-04-082-2/+52
* manifest_xml: Add Load and Unload methodsLaMont Jones2022-04-083-19/+31