summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* subcmds: centralize all_commands logicMike Frysinger2020-03-173-10/+9
* upload: add config setting for upload notificationsMike Frysinger2020-03-152-1/+15
* repo/init/sync: rework default git download outputMike Frysinger2020-03-142-10/+15
* manifest_xml: unify bool & int parsingMike Frysinger2020-03-132-55/+127
* Reland "Port _FileDescriptorStreamsNonBlocking to use poll()"Theodore Dubois2020-03-131-3/+15
* diffmanifests: honour --pretty-format when printing --rawConnor Newton2020-03-131-3/+3
* sync: fix os.environ logic errorsMike Frysinger2020-03-071-3/+3
* launcher: warn when verification is disabledMike Frysinger2020-03-011-0/+3
* project: fix m/ pseudo ref handling with git worktreesMike Frysinger2020-02-292-10/+35
* release: add tips for when to push prod changesMike Frysinger2020-02-291-2/+11
* README: use new bug templateMike Frysinger2020-02-261-1/+1
* main: improve launcher update messaging wrt system installsMike Frysinger2020-02-261-4/+12
* launcher/version: include OS/CPU info in outputMike Frysinger2020-02-252-0/+11
* upload: drop support for draftsMike Frysinger2020-02-252-14/+2
* README: link to mailing list & add Contact sectionMike Frysinger2020-02-241-0/+17
* upload: allow users to set labels when uploadingMike Frysinger2020-02-243-11/+39
* manifest_xml: skip config lookup during first initv2.4.1Mike Frysinger2020-02-241-1/+1
* project: replace GetHeadPath with new git helperv2.4Mike Frysinger2020-02-241-14/+3
* project: fix rebase check with worktreesMike Frysinger2020-02-241-8/+23
* manifest: support optional --manifest-nameSean McAllister2020-02-221-1/+7