summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove trailing blank linesDavid Pursehouse2020-02-122-2/+0
* test_project.py: Remove unused variable in 'with' statementDavid Pursehouse2020-02-121-1/+1
* Fix duplicate method name in test_project.pyDavid Pursehouse2020-02-121-2/+2
* Revert "Save cookies back to jar when fetching clone.bundle"v2.2Mike Frysinger2020-02-121-1/+1
* repo: lower min version of git a bitMike Frysinger2020-02-123-5/+24
* docs: document git/python/Ubuntu/Debian release schedulesMike Frysinger2020-02-121-1/+85
* sync: change how we preserve objects in shared reposMike Frysinger2020-02-111-2/+13
* project: fix bytes/str encoding when updating git submodulesMike Frysinger2020-02-111-1/+1
* project: allow src=. with symlinksv2.1.1Mike Frysinger2020-02-112-1/+29
* main: rework launcher version checkingv2.1Mike Frysinger2020-02-101-9/+23
* manifest_xml: allow src=. with symlinksMike Frysinger2020-02-102-5/+9
* Fixing forall subcommand for Py3v2.0Jiri Tyr2020-02-101-1/+1
* docs: document internal manifests.git/config settingsMike Frysinger2020-02-101-0/+23
* project: unify HEAD path managementMike Frysinger2020-02-091-7/+16
* remove spurious +x bitsMike Frysinger2020-02-093-0/+0
* find python via envMike Frysinger2020-02-092-2/+2
* repo: allow REPO_REV to be an env varMike Frysinger2020-02-091-3/+5
* docs: add a developer reference for .repo/ pathsMike Frysinger2020-02-091-0/+122
* git_config: fix encoding handling in GetUrlCookieFileMike Frysinger2020-02-081-2/+2
* Fix inverted logic around [gitc-]init and -cDan Willemsen2020-02-071-1/+1
* [Win32] Make platform_utils compatible for Python3Remy Böhmer2020-02-061-4/+9
* sync: try to checkout repos across sync failuresMike Frysinger2020-02-051-29/+57
* repo: try to reexec self with Python 3 as neededMike Frysinger2020-02-051-24/+81