aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-04docs: add deprecated branch bannerHEADmasterMike Frysinger
2020-11-12manifest_xml: correct project revisionId for extend-projectMiguel Gaio
2020-11-03Move RepoHook class from project.py file to dedicated fileRemy Bohmer
2020-11-03launcher: simplify .repo search ceiling checkJonathan Nieder
2020-09-09init: use the remote default manifest branchMike Frysinger
2020-09-09status: Use multiprocessing for `repo status -j<num>` instead of threadingKimiyuki Onaka
2020-09-08manifest: drop support for local_manifest.xmlMike Frysinger
2020-09-06stop testing Python 2.7v2.9Mike Frysinger
2020-09-02init: reject unknown argsMike Frysinger
2020-07-30Fix Git base version for worktreeconfig extensionAdrien Bioteau
2020-07-25upload: exit non-zero when preupload hooks failMike Frysinger
2020-07-23release-process: document schedule (including freezes) publiclyMike Frysinger
2020-06-06subcmds/sync.py: Fix typo in helpRoger Shimizu
2020-05-26manifest: normalize name & path when constructing fs pathsMike Frysinger
2020-05-24sync: fix duplicate word in descriptionMike Frysinger
2020-05-21launcher: fix version to latestv2.8Mike Frysinger
2020-05-21launcher: bump version for cli changesMike Frysinger
2020-05-21Make partial clone imply no-clone-bundle by default.Xin Li
2020-05-19Fix how we format the full destination branch when uploading.Sean McAllister
2020-05-12repo info findRemoteLocalDiff use short branchDaniel Kutik
2020-05-05project.py: Fix check for wild cardsv2.7Angel Petkov
2020-04-29Parse included files when reading git config filesUlrik Laurén
2020-04-28repo: exit on missing entry pointKonrad Weihmann
2020-04-28main: re-exec self with the current interpMike Frysinger
2020-04-20When writing manifest, set the dest-branch attribute for projectsSean McAllister
2020-04-16Expose upstream and dest-branch attributes through environmentSean McAllister
2020-04-15project.py: Remove extraneous ','v2.6George Engelbrecht
2020-04-15Revert "commit-msg: Insert Change-Id at start of trailers"Mike Frysinger
2020-04-15project: have clone.bundle failures print better diagnosticsGeorge Engelbrecht
2020-04-15Use hash for ControlPath instead of full variablesAnders Björklund
2020-04-14forall.py: Close file after removing the streamKarsten Pfeiffer-Raddatz
2020-04-12tests: fix SetupGnuPG testMarcos Marado
2020-04-08commit-msg: Insert Change-Id at start of trailersDavid Pursehouse
2020-04-02sync: add retry to fetch operationsGeorge Engelbrecht
2020-03-31version: include tag commit date for easy referenceMike Frysinger
2020-03-25launcher: bump version for accumulated fixesv2.5Mike Frysinger
2020-03-25launcher: avoid crash when executing out of checkoutMike Frysinger
2020-03-25version: fix running under Python 2Mike Frysinger
2020-03-25init: respect --repo-rev changesMike Frysinger
2020-03-24init: allow REPO_REV/--repo-rev to specify commits/tagsMike Frysinger
2020-03-24tests: add more wrapper unittestsMike Frysinger
2020-03-23download: add a --branch optionMike Frysinger
2020-03-23download: unify error handling with sub git callsMike Frysinger
2020-03-23download: support -x when cherry-pickingMike Frysinger
2020-03-23download: support --ff when cherry-pickingMike Frysinger
2020-03-18init: rename --repo-branch to --repo-revMike Frysinger
2020-03-17launcher: init: stop passing --repo-url/--repo-branch downMike Frysinger
2020-03-17init: respect --repo-url changesMike Frysinger
2020-03-17sync: warn if not tracking a branchMike Frysinger
2020-03-17subcmds: stop instantiating at import timeMike Frysinger