Commit Graph

  • 3995ebd8c1 Update commit-msg hook to version from Gerrit 3.1.3 David Pursehouse 2020-02-16 12:38:36 +09:00
  • b57e633433 github: enable github actions for postsubmit testing Mike Frysinger 2020-02-15 13:49:10 -05:00
  • d21638424c tox: get tests passing a bit on Windows Mike Frysinger 2020-02-15 13:44:56 -05:00
  • c102fd5c0d README: add <> around links Mike Frysinger 2020-02-15 14:30:06 -05:00
  • d6b8bd464c Reword the documentation regarding coding style David Pursehouse 2020-02-15 13:51:17 +09:00
  • 6a784ff9a6 repo: handle bad programs a bit better Mike Frysinger 2020-02-14 23:38:28 -05:00
  • a46bf7dc2a flake8: Suppress "F821 undefined name" inline for Python 2 names David Pursehouse 2020-02-15 12:45:53 +09:00
  • 19a1f22cd0 repo: rework gpg import for Windows Mike Frysinger 2020-02-14 16:28:13 -05:00
  • 076512aafa flake8: Suppress "E731 do not assign a lambda expression, use a def" David Pursehouse 2020-02-15 11:43:24 +09:00
  • d8fda90eed repo: rework parser setup to handle init -c Mike Frysinger 2020-02-14 00:24:38 -05:00
  • 9cc1d70476 repo: add some newer RSA/ECC signing keys Mike Frysinger 2020-02-13 18:28:03 -05:00
  • c19cc5c508 repo: Fix warnings reported by flake8 David Pursehouse 2020-02-14 09:18:15 +09:00
  • 6fb0cb5c80 repo: add trace support to the launcher Mike Frysinger 2020-02-12 09:39:23 -05:00
  • 62285d22c1 repo: add some helpers akin to subprocess.run Mike Frysinger 2020-02-12 08:01:38 -05:00
  • 3cda50a41b pyflakes: Fix remaining "E501 line too long" warnings David Pursehouse 2020-02-13 13:17:03 +09:00
  • afbccdb11e Update .mailmap David Pursehouse 2020-02-13 13:23:13 +09:00
  • e8ace26117 project: Don't emit locally modified hook warning in quiet mode David Pursehouse 2020-02-13 12:41:15 +09:00
  • daa2cecdc5 Mention exceptions to Google Style Guide in SUBMITTING_PATCHES.md David Pursehouse 2020-02-13 10:34:05 +09:00
  • 3c5114cd78 Don't format version to 5 characters in new version message David Pursehouse 2020-02-13 09:55:59 +09:00
  • 7838e388ac Replace 'A new repo command' with 'A new version of repo' David Pursehouse 2020-02-13 09:54:49 +09:00
  • aa47181e36 repo: Remove duplicate import of 'os' David Pursehouse 2020-02-13 08:22:12 +09:00
  • 58a8b5c5d9 repo: Remove another usage of bare 'except' David Pursehouse 2020-02-13 08:21:28 +09:00
  • 22dbfb99e5 repo: Remove unused variable in 'except' David Pursehouse 2020-02-13 08:20:55 +09:00
  • 31b9b4b06c repo: Fix blank line issues reported by flake8 David Pursehouse 2020-02-13 08:20:14 +09:00
  • 0b57eed8f0 repo: bump launcher version for accumulated fixes v2.3 Mike Frysinger 2020-02-12 17:24:11 -05:00
  • 72b6dc8891 repo: avoid bare excepts to allow SystemExit to bubble Mike Frysinger 2020-02-12 17:04:32 -05:00
  • e19d9e1a65 sync: add a "finished" message Mike Frysinger 2020-02-12 11:23:32 -05:00
  • 8ddff5c74f repo: add --version support to the launcher Mike Frysinger 2020-02-09 15:00:25 -05:00
  • 8409410aa2 repo: export GIT_TRACE2_PARENT_SID Mike Frysinger 2020-02-11 02:10:28 -05:00
  • dc63181fcd flake8: Add comments in config to explain suppressed checks David Pursehouse 2020-02-12 16:42:39 +09:00
  • f700ac79c3 repo: move parser init out of module scope Mike Frysinger 2020-02-06 00:04:21 -05:00
  • 6f1c626a9b drop old git_require checks Mike Frysinger 2020-02-04 00:09:23 -05:00
  • 77479863da flake8: Ignore 'line break before/after binary operator' David Pursehouse 2020-02-12 16:00:07 +09:00
  • 16a5c3ac51 git_config: Stop using backslash to wrap lines David Pursehouse 2020-02-12 15:54:26 +09:00
  • 145e35b805 Fix usage of bare 'except' David Pursehouse 2020-02-12 15:40:47 +09:00
  • 819827a42d Fix blank line issues reported by flake8 David Pursehouse 2020-02-12 15:20:19 +09:00
  • abdf750061 Fix indentation issues reported by flake8 David Pursehouse 2020-02-12 14:58:39 +09:00
  • 0ab95ba6d0 git_config: Unwrap unnecessarily wrapped line David Pursehouse 2020-02-12 15:01:59 +09:00
  • 5a2517f411 command: Add parentheses on wrapped condition David Pursehouse 2020-02-12 14:55:01 +09:00
  • 54a4e6007a Fix various whitespace issues reported by pyflakes David Pursehouse 2020-02-12 14:31:05 +09:00
  • 42339d7e52 Remove redundant backslashes David Pursehouse 2020-02-12 14:37:15 +09:00
  • 03ae99290a pager: Remove unnecessary semicolons David Pursehouse 2020-02-12 14:14:57 +09:00
  • 9090e804ab Remove unused imports David Pursehouse 2020-02-12 11:25:13 +09:00
  • eeff3537de Fix tests for membership to use 'not in' David Pursehouse 2020-02-12 11:24:10 +09:00
  • 8f78a83083 upload: Fix tests for object identity to use 'is not' David Pursehouse 2020-02-12 11:20:36 +09:00
  • e5913ae410 Fix flake8 E251 unexpected spaces around keyword / parameter equals David Pursehouse 2020-02-12 13:56:59 +09:00
  • 119085e6b1 flake8: Increase max line length from 80 to 100 David Pursehouse 2020-02-12 11:39:27 +09:00
  • 086710465e upload: Fix flake8 E241 multiple spaces after ',' David Pursehouse 2020-02-12 13:52:31 +09:00
  • ed4f2113d2 project: make syncing a little more self-healing Mike Frysinger 2020-02-11 23:06:29 -05:00
  • 719675bcec info: Fix formatting of block comment David Pursehouse 2020-02-12 11:46:45 +09:00
  • 21c1575ee4 upload: add a --ignore-hooks option Mike Frysinger 2020-02-11 05:17:16 -05:00
  • 8f9e02231a Remove trailing blank lines David Pursehouse 2020-02-12 11:37:41 +09:00
  • 348e218d5b test_project.py: Remove unused variable in 'with' statement David Pursehouse 2020-02-12 11:36:14 +09:00
  • 4bbba7d627 Fix duplicate method name in test_project.py David Pursehouse 2020-02-12 11:14:55 +09:00
  • d92076d930 Revert "Save cookies back to jar when fetching clone.bundle" v1.13.11 repo-1 maint Mike Frysinger 2020-02-09 16:20:06 -05:00
  • dc1d0e0c7f Revert "Save cookies back to jar when fetching clone.bundle" v2.2 Mike Frysinger 2020-02-09 16:20:06 -05:00
  • 82caef67a1 repo: lower min version of git a bit Mike Frysinger 2020-02-11 18:51:08 -05:00
  • 3645bd2420 docs: document git/python/Ubuntu/Debian release schedules Mike Frysinger 2020-02-11 18:43:34 -05:00
  • aeb2eee9d3 repo: bump launcher version Mike Frysinger 2020-02-11 14:44:50 -05:00
  • 5f2b045195 sync: change how we preserve objects in shared repos Mike Frysinger 2020-02-11 03:23:24 -05:00
  • 45d1c372a7 project: fix bytes/str encoding when updating git submodules Mike Frysinger 2020-02-11 03:35:24 -05:00
  • 19607b2817 repo: allow REPO_REV to be an env var Mike Frysinger 2020-02-05 23:52:07 -05:00
  • 163d42eb43 project: fix bytes/str encoding when updating git submodules Mike Frysinger 2020-02-11 03:35:24 -05:00
  • 68744dbc01 Fixing forall subcommand for Py3 v1.13.10 Jiri Tyr 2020-02-06 16:32:46 +00:00
  • ef412624e9 remove spurious +x bits Mike Frysinger 2020-02-09 04:35:57 -05:00
  • a06ab7d28b find python via env Mike Frysinger 2020-02-08 03:38:48 -05:00
  • 471a7ed5f7 git_config: fix encoding handling in GetUrlCookieFile Mike Frysinger 2020-02-07 23:18:23 -05:00
  • 07392ed326 project: allow src=. with symlinks v2.1.1 Mike Frysinger 2020-02-10 21:35:48 -05:00
  • 3285e4b436 main: rework launcher version checking v2.1 Mike Frysinger 2020-02-10 17:34:49 -05:00
  • ae62541005 manifest_xml: allow src=. with symlinks Mike Frysinger 2020-02-10 17:10:03 -05:00
  • 83a3227b62 Fixing forall subcommand for Py3 v2.0 Jiri Tyr 2020-02-06 16:32:46 +00:00
  • 09dd9bda38 docs: document internal manifests.git/config settings Mike Frysinger 2020-02-09 02:27:54 -05:00
  • f914edca53 project: unify HEAD path management Mike Frysinger 2020-02-09 03:01:56 -05:00
  • e7c91889a6 remove spurious +x bits Mike Frysinger 2020-02-09 04:35:57 -05:00
  • 1b117db767 find python via env Mike Frysinger 2020-02-08 03:38:48 -05:00
  • 563f1a6512 repo: allow REPO_REV to be an env var Mike Frysinger 2020-02-05 23:52:07 -05:00
  • b4687ad862 docs: add a developer reference for .repo/ paths Mike Frysinger 2020-02-07 19:44:53 -05:00
  • ded477dbb9 git_config: fix encoding handling in GetUrlCookieFile Mike Frysinger 2020-02-07 23:18:23 -05:00
  • 619a2b5887 Fix inverted logic around [gitc-]init and -c v1.13.9.4 Dan Willemsen 2020-02-06 17:00:00 -08:00
  • 93293ca47f Fix inverted logic around [gitc-]init and -c Dan Willemsen 2020-02-06 17:00:00 -08:00
  • dbd277ce50 [Win32] Make platform_utils compatible for Python3 Remy Böhmer 2020-01-07 08:48:55 +01:00
  • ab15e42fa4 Do not try to fetch default revision for mirrors always v1.13.9.3 Chirayu Desai 2020-02-04 17:50:57 +05:30
  • 5a03308c5c sync: try to checkout repos across sync failures Mike Frysinger 2019-09-23 19:21:20 -04:00
  • 3ba716f382 repo: try to reexec self with Python 3 as needed Mike Frysinger 2019-06-13 01:48:12 -04:00
  • 655aedd7f3 repo: raise min version of git Mike Frysinger 2020-02-04 00:02:18 -05:00
  • cc960971f4 sync: add option to skip manifest update Fredrik de Groot 2019-11-22 09:04:31 +01:00
  • 75c02fe4cb init: handle -c conflicts with gitc-init v1.13.9.2 Mike Frysinger 2020-02-05 00:01:59 -05:00
  • 66098f707a init: handle -c conflicts with gitc-init Mike Frysinger 2020-02-05 00:01:59 -05:00
  • f7b64e3350 Do not try to fetch default revision for mirrors always Chirayu Desai 2020-02-04 17:50:57 +05:30
  • afd1b4023f repo: point default branch to repo-1 Mike Frysinger 2020-02-04 14:40:30 -05:00
  • bd0aae95f5 Add a way to override the remote using <extend-project> Kyunam Jo 2020-02-04 11:38:53 +09:00
  • e6a202f790 project: add basic path checks for <copyfile> & <linkfile> Mike Frysinger 2019-08-02 15:57:57 -04:00
  • 04122b7261 manifest: add basic path checks for <copyfile> & <linkfile> Mike Frysinger 2019-07-31 23:32:58 -04:00
  • f5525fb310 repo: drop old signing key Mike Frysinger 2020-02-04 00:01:00 -05:00
  • ee451f035d repo: bump launcher version to 2.0 Mike Frysinger 2020-02-04 00:00:08 -05:00
  • 91d9587e45 Revert "Port _FileDescriptorStreamsNonBlocking to use poll()" v1.13.9.1 Mike Frysinger 2020-02-03 22:11:19 +00:00
  • 0bcc2d28d4 Fix docstring of project.Project.PrintWorkTreeStatus() v1.13.9 Rostislav Krasny 2020-01-25 14:49:14 +02:00
  • ec0ba2777f Fix method signature of platform_utils.FileDescriptorStreams._create_stream() Rostislav Krasny 2020-01-25 14:32:37 +02:00
  • 9da67feecf Fix a typo Rostislav Krasny 2020-01-24 23:15:09 +02:00
  • b0b164a87f Add PyCharm project directory into the .gitignore Rostislav Krasny 2020-01-25 01:01:06 +02:00