Commit Graph

  • 99de4a09a0 repo: rework gpg import for Windows Mike Frysinger 2020-02-14 16:28:13 -05:00
  • e1e3c81818 flake8: Suppress "E731 do not assign a lambda expression, use a def" David Pursehouse 2020-02-15 11:43:24 +09:00
  • ef86c65778 repo: rework parser setup to handle init -c Mike Frysinger 2020-02-14 00:24:38 -05:00
  • 5e12dcddc6 repo: add some newer RSA/ECC signing keys Mike Frysinger 2020-02-13 18:28:03 -05:00
  • 2b52a0b476 repo: Fix warnings reported by flake8 David Pursehouse 2020-02-14 09:18:15 +09:00
  • e356a3d299 repo: add trace support to the launcher Mike Frysinger 2020-02-12 09:39:23 -05:00
  • 2c74a59c83 repo: add some helpers akin to subprocess.run Mike Frysinger 2020-02-12 08:01:38 -05:00
  • d8190fc0a3 pyflakes: Fix remaining "E501 line too long" warnings David Pursehouse 2020-02-13 13:17:03 +09:00
  • ed93820767 Update .mailmap David Pursehouse 2020-02-13 13:23:13 +09:00
  • e4d4e3cdce project: Don't emit locally modified hook warning in quiet mode David Pursehouse 2020-02-13 12:41:15 +09:00
  • 82a1749f54 Mention exceptions to Google Style Guide in SUBMITTING_PATCHES.md David Pursehouse 2020-02-13 10:34:05 +09:00
  • 92269c6c9c Don't format version to 5 characters in new version message David Pursehouse 2020-02-13 09:55:59 +09:00
  • dc070c07dd Replace 'A new repo command' with 'A new version of repo' David Pursehouse 2020-02-13 09:54:49 +09:00
  • c6233743ca repo: Remove duplicate import of 'os' David Pursehouse 2020-02-13 08:22:12 +09:00
  • 5d39f2fb32 repo: Remove another usage of bare 'except' David Pursehouse 2020-02-13 08:21:28 +09:00
  • 2c075b50af repo: Remove unused variable in 'except' David Pursehouse 2020-02-13 08:20:55 +09:00
  • 52339f3b1c repo: Fix blank line issues reported by flake8 David Pursehouse 2020-02-13 08:20:14 +09:00
  • 68c6a934ef repo: bump launcher version for accumulated fixes v2.3 Mike Frysinger 2020-02-12 17:24:11 -05:00
  • 41e905ad2b repo: avoid bare excepts to allow SystemExit to bubble Mike Frysinger 2020-02-12 17:04:32 -05:00
  • 4d8505380b sync: add a "finished" message Mike Frysinger 2020-02-12 11:23:32 -05:00
  • a1ca6c050c repo: add --version support to the launcher Mike Frysinger 2020-02-09 15:00:25 -05:00
  • ef2e8a8a76 repo: export GIT_TRACE2_PARENT_SID Mike Frysinger 2020-02-11 02:10:28 -05:00
  • 66433201c9 flake8: Add comments in config to explain suppressed checks David Pursehouse 2020-02-12 16:42:39 +09:00
  • 261a8a0c34 repo: move parser init out of module scope Mike Frysinger 2020-02-06 00:04:21 -05:00
  • 60392d52e4 drop old git_require checks Mike Frysinger 2020-02-04 00:09:23 -05:00
  • 6543c67e08 flake8: Ignore 'line break before/after binary operator' David Pursehouse 2020-02-12 16:00:07 +09:00
  • 0591343602 git_config: Stop using backslash to wrap lines David Pursehouse 2020-02-12 15:54:26 +09:00
  • 637efe00d1 Fix usage of bare 'except' David Pursehouse 2020-02-12 15:40:47 +09:00
  • 9e6f5a5e9f Fix blank line issues reported by flake8 David Pursehouse 2020-02-12 15:20:19 +09:00
  • 2ab86724e9 Fix indentation issues reported by flake8 David Pursehouse 2020-02-12 14:58:39 +09:00
  • 28019fe6df git_config: Unwrap unnecessarily wrapped line David Pursehouse 2020-02-12 15:01:59 +09:00
  • 6a5baec315 command: Add parentheses on wrapped condition David Pursehouse 2020-02-12 14:55:01 +09:00
  • 578ec1cdb1 Fix various whitespace issues reported by pyflakes David Pursehouse 2020-02-12 14:31:05 +09:00
  • 02aa878b89 Remove redundant backslashes David Pursehouse 2020-02-12 14:37:15 +09:00
  • 71a1fdf6cf pager: Remove unnecessary semicolons David Pursehouse 2020-02-12 14:14:57 +09:00
  • 37600d4bce Remove unused imports David Pursehouse 2020-02-12 11:25:13 +09:00
  • 689893d057 Fix tests for membership to use 'not in' David Pursehouse 2020-02-12 11:24:10 +09:00
  • a1dab1f980 upload: Fix tests for object identity to use 'is not' David Pursehouse 2020-02-12 11:20:36 +09:00
  • b76b6ca8ec Fix flake8 E251 unexpected spaces around keyword / parameter equals David Pursehouse 2020-02-12 13:56:59 +09:00
  • 580545cadd flake8: Increase max line length from 80 to 100 David Pursehouse 2020-02-12 11:39:27 +09:00
  • be3e0bcb9e upload: Fix flake8 E241 multiple spaces after ',' David Pursehouse 2020-02-12 13:52:31 +09:00
  • 40a80504eb project: make syncing a little more self-healing Mike Frysinger 2020-02-11 23:06:29 -05:00
  • 50056008e1 info: Fix formatting of block comment David Pursehouse 2020-02-12 11:46:45 +09:00
  • f62b6d23b4 upload: add a --ignore-hooks option Mike Frysinger 2020-02-11 05:17:16 -05:00
  • babe1f9b1e Remove trailing blank lines David Pursehouse 2020-02-12 11:37:41 +09:00
  • ac580677f4 test_project.py: Remove unused variable in 'with' statement David Pursehouse 2020-02-12 11:36:14 +09:00
  • 2101194223 Fix duplicate method name in test_project.py David Pursehouse 2020-02-12 11:14:55 +09:00
  • b4f622d355 Revert "Save cookies back to jar when fetching clone.bundle" v2.2 Mike Frysinger 2020-02-09 16:20:06 -05:00
  • 21c3fc7972 repo: lower min version of git a bit Mike Frysinger 2020-02-11 18:51:08 -05:00
  • 10a6d66c71 docs: document git/python/Ubuntu/Debian release schedules Mike Frysinger 2020-02-11 18:43:34 -05:00
  • d84c7fbc7b sync: change how we preserve objects in shared repos Mike Frysinger 2020-02-11 03:23:24 -05:00
  • 6b71d19027 project: fix bytes/str encoding when updating git submodules Mike Frysinger 2020-02-11 03:35:24 -05:00
  • 669ba7b9d1 project: allow src=. with symlinks v2.1.1 Mike Frysinger 2020-02-10 21:35:48 -05:00
  • aa78c2cd75 main: rework launcher version checking v2.1 Mike Frysinger 2020-02-10 17:34:49 -05:00
  • 0aeef381e5 manifest_xml: allow src=. with symlinks Mike Frysinger 2020-02-10 17:10:03 -05:00
  • 8ee9d5f5c5 Fixing forall subcommand for Py3 v2.0 Jiri Tyr 2020-02-06 16:32:46 +00:00
  • 4dd650cb0e docs: document internal manifests.git/config settings Mike Frysinger 2020-02-09 02:27:54 -05:00
  • 6b9a43e050 project: unify HEAD path management Mike Frysinger 2020-02-09 03:01:56 -05:00
  • c263a5214d remove spurious +x bits Mike Frysinger 2020-02-09 04:35:57 -05:00
  • fcf65c652b find python via env Mike Frysinger 2020-02-08 03:38:48 -05:00
  • d7bec7c4f6 repo: allow REPO_REV to be an env var Mike Frysinger 2020-02-05 23:52:07 -05:00
  • 08b2ebc53d docs: add a developer reference for .repo/ paths Mike Frysinger 2020-02-07 19:44:53 -05:00
  • 83277604b9 git_config: fix encoding handling in GetUrlCookieFile Mike Frysinger 2020-02-07 23:18:23 -05:00
  • e7dd5ac3a1 Fix inverted logic around [gitc-]init and -c Dan Willemsen 2020-02-06 17:00:00 -08:00
  • bb9c371b3a [Win32] Make platform_utils compatible for Python3 Remy Böhmer 2020-01-07 08:48:55 +01:00
  • d05ea8ff0c sync: try to checkout repos across sync failures Mike Frysinger 2019-09-23 19:21:20 -04:00
  • e4d70e329b repo: try to reexec self with Python 3 as needed Mike Frysinger 2019-06-13 01:48:12 -04:00
  • 98e52065f3 repo: raise min version of git Mike Frysinger 2020-02-04 00:02:18 -05:00
  • 865d806323 sync: add option to skip manifest update Fredrik de Groot 2019-11-22 09:04:31 +01:00
  • 2b1a1141ae init: handle -c conflicts with gitc-init Mike Frysinger 2020-02-05 00:01:59 -05:00
  • 64f8d8964f Do not try to fetch default revision for mirrors always Chirayu Desai 2020-02-04 17:50:57 +05:30
  • 63af6e913d Add a way to override the remote using <extend-project> Kyunam Jo 2020-02-04 11:38:53 +09:00
  • 342efad85e project: add basic path checks for <copyfile> & <linkfile> Mike Frysinger 2019-08-02 15:57:57 -04:00
  • cafa466de0 manifest: add basic path checks for <copyfile> & <linkfile> Mike Frysinger 2019-07-31 23:32:58 -04:00
  • 8cecae75d9 repo: drop old signing key Mike Frysinger 2020-02-04 00:01:00 -05:00
  • a59f66d98e repo: bump launcher version to 2.0 Mike Frysinger 2020-02-04 00:00:08 -05:00
  • 4d6450695a Revert "Port _FileDescriptorStreamsNonBlocking to use poll()" v1.13.9.1 Mike Frysinger 2020-02-03 22:11:19 +00:00
  • 5b8d6bb733 Fix docstring of project.Project.PrintWorkTreeStatus() v1.13.9 Rostislav Krasny 2020-01-25 14:49:14 +02:00
  • 21cf869f37 Fix method signature of platform_utils.FileDescriptorStreams._create_stream() Rostislav Krasny 2020-01-25 14:32:37 +02:00
  • 7f5aef65d0 Fix a typo Rostislav Krasny 2020-01-24 23:15:09 +02:00
  • 75af809c33 Add PyCharm project directory into the .gitignore Rostislav Krasny 2020-01-25 01:01:06 +02:00
  • bf0a349f15 Make _preserve_encoding in platform_utils_win32 compatible with Python 3 Rostislav Krasny 2020-01-24 22:29:54 +02:00
  • c9e88f763a repo: Do not even try to set up GPG with opt.no_repo_verify Sebastian Schuberth 2020-01-20 11:42:48 +01:00
  • f50b9c1a8c init: Add '-c' as an alias to '--current-branch' Diogo Ferreira 2019-10-18 12:39:08 +01:00
  • b128940134 info: Add the manifest revision Diogo Ferreira 2019-10-14 16:28:46 +01:00
  • 8419d6e149 Port _FileDescriptorStreamsNonBlocking to use poll() Theodore Dubois 2019-12-17 17:51:29 -08:00
  • 80b54ae948 repo: include subcommands in --help output Mike Frysinger 2019-12-02 16:49:44 -05:00
  • 349fffbdb1 docs: add Windows support info Mike Frysinger 2019-12-04 18:34:07 -05:00
  • 518359ff78 help: unify command display Mike Frysinger 2019-12-02 16:49:13 -05:00
  • d658c3450f tox: add & document tox usage Mike Frysinger 2019-12-01 22:47:21 -05:00
  • 22b3c02248 setup.py: add basic packaging files Mike Frysinger 2019-12-01 21:56:07 -05:00
  • 1bb7cc457d run_tests: improve exit code behavior Mike Frysinger 2019-12-01 22:42:14 -05:00
  • 73c2025709 Fix repo mirror with --current-branch Kuang-che Wu 2019-11-25 12:37:55 +08:00
  • a756c97bf9 README: add install details v1.13.8 Mike Frysinger 2019-11-18 02:27:57 -05:00
  • b1c884ec5d upload/editor: fix bytes/string confusion Mike Frysinger 2019-11-15 01:19:03 -05:00
  • 437fdfa54f prune: handle branches that track missing branches Mike Frysinger 2019-09-11 18:43:17 -04:00
  • 3a84eefb36 sync: try to fast forward merge branches before checking published state Mike Frysinger 2019-09-23 17:42:23 -04:00
  • 576661f9e3 sync: merge project updates with status bar Mike Frysinger 2019-08-26 15:32:06 -04:00
  • a0a6e015e0 sync: add sanity check for local checkouts missing network Mike Frysinger 2019-11-11 05:10:03 -05:00
  • 7587df148b sync: report list of failing git trees Vadim Bendebury 2019-11-06 11:05:00 -08:00