summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* github: enable github actions for postsubmit testingMike Frysinger2020-02-163-0/+40
* tox: get tests passing a bit on WindowsMike Frysinger2020-02-152-4/+10
* README: add <> around linksMike Frysinger2020-02-151-5/+5
* Reword the documentation regarding coding styleDavid Pursehouse2020-02-151-22/+13
* repo: handle bad programs a bit betterMike Frysinger2020-02-151-5/+13
* flake8: Suppress "F821 undefined name" inline for Python 2 namesDavid Pursehouse2020-02-155-6/+6
* repo: rework gpg import for WindowsMike Frysinger2020-02-151-9/+12
* flake8: Suppress "E731 do not assign a lambda expression, use a def"David Pursehouse2020-02-151-0/+2
* repo: rework parser setup to handle `init -c`Mike Frysinger2020-02-142-28/+47
* repo: add some newer RSA/ECC signing keysMike Frysinger2020-02-141-4/+34
* repo: Fix warnings reported by flake8David Pursehouse2020-02-141-3/+5
* repo: add trace support to the launcherMike Frysinger2020-02-131-0/+24
* repo: add some helpers akin to subprocess.runMike Frysinger2020-02-131-138/+104
* pyflakes: Fix remaining "E501 line too long" warningsDavid Pursehouse2020-02-136-6/+12
* Update .mailmapDavid Pursehouse2020-02-131-0/+1
* project: Don't emit locally modified hook warning in quiet modeDavid Pursehouse2020-02-131-10/+12
* Mention exceptions to Google Style Guide in SUBMITTING_PATCHES.mdDavid Pursehouse2020-02-131-3/+8
* Don't format version to 5 characters in new version messageDavid Pursehouse2020-02-131-1/+1
* Replace 'A new repo command' with 'A new version of repo'David Pursehouse2020-02-131-2/+2
* repo: Remove duplicate import of 'os'David Pursehouse2020-02-131-1/+0
* repo: Remove another usage of bare 'except'David Pursehouse2020-02-131-1/+1
* repo: Remove unused variable in 'except'David Pursehouse2020-02-131-1/+1
* repo: Fix blank line issues reported by flake8David Pursehouse2020-02-131-0/+3
* repo: bump launcher version for accumulated fixesv2.3Mike Frysinger2020-02-121-1/+1
* repo: avoid bare excepts to allow SystemExit to bubbleMike Frysinger2020-02-121-1/+1
* sync: add a "finished" messageMike Frysinger2020-02-121-0/+3
* repo: add --version support to the launcherMike Frysinger2020-02-123-1/+38
* repo: export GIT_TRACE2_PARENT_SIDMike Frysinger2020-02-122-13/+84
* flake8: Add comments in config to explain suppressed checksDavid Pursehouse2020-02-121-1/+11
* repo: move parser init out of module scopeMike Frysinger2020-02-121-82/+68
* drop old git_require checksMike Frysinger2020-02-123-7/+3
* flake8: Ignore 'line break before/after binary operator'David Pursehouse2020-02-121-1/+1
* git_config: Stop using backslash to wrap linesDavid Pursehouse2020-02-121-7/+6
* Fix usage of bare 'except'David Pursehouse2020-02-123-6/+6
* Fix blank line issues reported by flake8David Pursehouse2020-02-1243-12/+148
* Fix indentation issues reported by flake8David Pursehouse2020-02-1219-133/+133
* git_config: Unwrap unnecessarily wrapped lineDavid Pursehouse2020-02-121-3/+1
* command: Add parentheses on wrapped conditionDavid Pursehouse2020-02-121-3/+3
* Fix various whitespace issues reported by pyflakesDavid Pursehouse2020-02-1216-32/+32
* Remove redundant backslashesDavid Pursehouse2020-02-123-5/+5
* pager: Remove unnecessary semicolonsDavid Pursehouse2020-02-121-2/+2
* Remove unused importsDavid Pursehouse2020-02-122-2/+1
* Fix tests for membership to use 'not in'David Pursehouse2020-02-124-5/+5
* upload: Fix tests for object identity to use 'is not'David Pursehouse2020-02-121-2/+2
* Fix flake8 E251 unexpected spaces around keyword / parameter equalsDavid Pursehouse2020-02-1211-100/+100
* flake8: Increase max line length from 80 to 100David Pursehouse2020-02-121-1/+1
* upload: Fix flake8 E241 multiple spaces after ','David Pursehouse2020-02-121-3/+3
* project: make syncing a little more self-healingMike Frysinger2020-02-121-2/+24
* info: Fix formatting of block commentDavid Pursehouse2020-02-121-1/+1
* upload: add a --ignore-hooks optionMike Frysinger2020-02-121-6/+22