summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: add deprecated branch bannerHEADmasterMike Frysinger2024-01-049-0/+27
* manifest_xml: correct project revisionId for extend-projectMiguel Gaio2020-11-121-1/+5
* Move RepoHook class from project.py file to dedicated fileRemy Bohmer2020-11-035-443/+493
* launcher: simplify .repo search ceiling checkJonathan Nieder2020-11-031-3/+1
* init: use the remote default manifest branchMike Frysinger2020-09-092-11/+36
* status: Use multiprocessing for `repo status -j<num>` instead of threadingKimiyuki Onaka2020-09-092-33/+22
* manifest: drop support for local_manifest.xmlMike Frysinger2020-09-083-18/+8
* stop testing Python 2.7v2.9Mike Frysinger2020-09-062-11/+2
* init: reject unknown argsMike Frysinger2020-09-023-0/+95
* Fix Git base version for worktreeconfig extensionAdrien Bioteau2020-07-301-1/+1
* upload: exit non-zero when preupload hooks failMike Frysinger2020-07-251-1/+1
* release-process: document schedule (including freezes) publiclyMike Frysinger2020-07-232-5/+33
* subcmds/sync.py: Fix typo in helpRoger Shimizu2020-06-061-1/+1
* manifest: normalize name & path when constructing fs pathsMike Frysinger2020-05-261-0/+8
* sync: fix duplicate word in descriptionMike Frysinger2020-05-241-1/+1
* launcher: fix version to latestv2.8Mike Frysinger2020-05-211-1/+1
* launcher: bump version for cli changesMike Frysinger2020-05-211-1/+1
* Make partial clone imply no-clone-bundle by default.Xin Li2020-05-215-6/+31
* Fix how we format the full destination branch when uploading.Sean McAllister2020-05-191-1/+5
* repo info findRemoteLocalDiff use short branchDaniel Kutik2020-05-121-2/+5
* project.py: Fix check for wild cardsv2.7Angel Petkov2020-05-051-3/+3
* Parse included files when reading git config filesUlrik Laurén2020-04-291-1/+1
* repo: exit on missing entry pointKonrad Weihmann2020-04-281-0/+4
* main: re-exec self with the current interpMike Frysinger2020-04-281-1/+1
* When writing manifest, set the dest-branch attribute for projectsSean McAllister2020-04-202-3/+17
* Expose upstream and dest-branch attributes through environmentSean McAllister2020-04-162-0/+9
* project.py: Remove extraneous ','v2.6George Engelbrecht2020-04-151-1/+1
* Revert "commit-msg: Insert Change-Id at start of trailers"Mike Frysinger2020-04-151-1/+1
* project: have clone.bundle failures print better diagnosticsGeorge Engelbrecht2020-04-151-1/+3
* Use hash for ControlPath instead of full variablesAnders Björklund2020-04-152-1/+62
* forall.py: Close file after removing the streamKarsten Pfeiffer-Raddatz2020-04-141-1/+1
* tests: fix SetupGnuPG testMarcos Marado2020-04-121-0/+1
* commit-msg: Insert Change-Id at start of trailersDavid Pursehouse2020-04-081-1/+1
* sync: add retry to fetch operationsGeorge Engelbrecht2020-04-022-9/+46
* version: include tag commit date for easy referenceMike Frysinger2020-03-311-0/+1
* launcher: bump version for accumulated fixesv2.5Mike Frysinger2020-03-251-1/+1
* launcher: avoid crash when executing out of checkoutMike Frysinger2020-03-251-6/+12
* version: fix running under Python 2Mike Frysinger2020-03-252-6/+14
* init: respect --repo-rev changesMike Frysinger2020-03-253-22/+195
* init: allow REPO_REV/--repo-rev to specify commits/tagsMike Frysinger2020-03-242-23/+167
* tests: add more wrapper unittestsMike Frysinger2020-03-242-1/+90
* download: add a --branch optionMike Frysinger2020-03-231-1/+11
* download: unify error handling with sub git callsMike Frysinger2020-03-231-11/+21
* download: support -x when cherry-pickingMike Frysinger2020-03-232-2/+15
* download: support --ff when cherry-pickingMike Frysinger2020-03-232-2/+4
* init: rename --repo-branch to --repo-revMike Frysinger2020-03-185-10/+13
* launcher: init: stop passing --repo-url/--repo-branch downMike Frysinger2020-03-171-12/+2
* init: respect --repo-url changesMike Frysinger2020-03-171-0/+8
* sync: warn if not tracking a branchMike Frysinger2020-03-171-0/+7
* subcmds: stop instantiating at import timeMike Frysinger2020-03-174-8/+9