Commit Graph

  • ad1b7bd2e2 start: do not swallow git output all the time Mike Frysinger 2022-08-18 09:17:09 -04:00
  • 3c2d807905 pager: catch startup failures on Windows Mike Frysinger 2022-08-18 07:45:43 -04:00
  • 7fa8eedd8f upload: add --push-options tips & doc link Mike Frysinger 2022-08-04 04:27:17 -04:00
  • dede564c3d project: simplify GetRemote a bit Mike Frysinger 2022-07-10 04:56:04 -04:00
  • ac76fd3e3a upload: Add ready flag to remove wip William Escande 2022-08-02 16:05:37 -07:00
  • a8c34d1075 commit-msg: Sync commit-msg from gerrit 3.6.1 Evan Benn 2022-07-29 09:53:27 +10:00
  • 5951e3043f sync: handle smartsync HTML responses better Mike Frysinger 2022-05-20 23:34:44 -04:00
  • 48ea25c6a7 sync: start clearing git settings that disabled pruning LaMont Jones 2022-05-20 10:35:04 +00:00
  • 355f4398d8 sync: rework --jobs to provide better defaults Mike Frysinger 2022-07-20 17:15:29 -04:00
  • bddc964d93 Fix the printed path of the ".repo" dir after a fresh init. Mateus Azis 2022-07-21 08:13:09 -07:00
  • a8cf575d68 Omit local_manifest groups from superproject override. v2.28 LaMont Jones 2022-07-15 20:31:33 +00:00
  • 8501d4602a status, diff: display correct path for multi-manifest LaMont Jones 2022-06-22 19:21:15 +00:00
  • 8db78c7d4d project: simplify if-statement Martin Geisler 2022-07-08 11:05:24 +02:00
  • 9fb64ae29c upload: add ‘--ignore-untracked-files’ option Martin Geisler 2022-07-08 10:50:10 +02:00
  • d47d9ff1cb man: regenerate Mike Frysinger 2022-07-10 05:15:19 -04:00
  • 68d69635c7 Fix Projects.shareable_dirs v2.27 LaMont Jones 2022-06-07 18:24:20 +00:00
  • ff6b1dae1e Only sync superproject if it will be used. LaMont Jones 2022-06-01 21:03:34 +00:00
  • bdcba7dc36 sync: add multi-manifest support v2.26 LaMont Jones 2022-04-11 22:50:11 +00:00
  • 1d00a7e2ae project: initial separation of shared project objects Mike Frysinger 2021-12-21 00:40:31 -05:00
  • 3a0a145b0e upload: move label validation to core function Mike Frysinger 2022-05-20 12:52:33 -04:00
  • 74737da1ab tests: switch to tempfile.TemporaryDirectory Mike Frysinger 2022-05-20 06:26:50 -04:00
  • 0ddb677611 project: fix --use-superproject logic for init. LaMont Jones 2022-05-20 09:11:54 +00:00
  • 501733c2ab manifest: add submanifest.default_groups attribute v2.25 LaMont Jones 2022-04-20 16:42:32 +00:00
  • 0165e20fcc project: Do not exit early on --standalone-manifest. LaMont Jones 2022-04-27 17:34:42 +00:00
  • 0de4fc3001 project: Add missing imports v2.24.1 LaMont Jones 2022-04-21 17:18:35 +00:00
  • 4c11aebeb9 progress: optimize progress bar updates a bit v2.24 Mike Frysinger 2022-04-19 02:30:09 -04:00
  • b90a422ab6 Override the manifest for the entire command LaMont Jones 2022-04-14 15:00:09 +00:00
  • a46047a822 sync: refactor use of self.manifest LaMont Jones 2022-04-07 21:57:06 +00:00
  • 5fa912b0d1 Stop passing optparse.Values to git_superproject LaMont Jones 2022-04-14 14:41:13 +00:00
  • 4ada043dc0 ManifestProject: add manifest_platform LaMont Jones 2022-04-14 15:10:43 +00:00
  • d8de29c447 forall: fix multi-manifest variables. LaMont Jones 2022-04-12 23:33:59 +00:00
  • 2cc3ab7663 git_superproject: only print beta notice once. LaMont Jones 2022-04-13 15:58:58 +00:00
  • d56e2eb421 manifest_xml: use Superproject to hold XML content v2.23 LaMont Jones 2022-04-07 18:14:46 +00:00
  • d52ca421d5 sync: respect sync-c manifest option Daniel Andersson 2022-04-01 12:55:38 +02:00
  • a2ff20dd20 manifest_xml: Add Load and Unload methods LaMont Jones 2022-04-07 16:49:06 +00:00
  • 55ee304304 Fix sub manifest handling LaMont Jones 2022-04-06 17:10:21 +00:00
  • 409407a731 init: add multi-manifest support LaMont Jones 2022-04-05 21:21:56 +00:00
  • d82be3e672 Move manifest config logic into ManifestProject LaMont Jones 2022-04-05 19:30:46 +00:00
  • 9b03f15e8e project: add ManifestProject.Sync() LaMont Jones 2022-03-29 23:01:18 +00:00
  • 9b72cf2ba5 project: Isolate ManifestProject from RepoProject LaMont Jones 2022-03-29 21:54:22 +00:00
  • 5d3291d818 manifest_file must be an absolute path LaMont Jones 2022-03-23 19:03:02 +00:00
  • 244c9a71a6 trace: allow writing traces to a socket Josh Steadmon 2022-03-08 10:24:43 -08:00
  • b308db1e2a manifest_xml: group for submanifest projects LaMont Jones 2022-02-25 17:05:21 +00:00
  • cc879a97c3 Add multi-manifest support with <submanifest> element v2.22 LaMont Jones 2021-11-18 22:40:18 +00:00
  • 87cce68b28 Move local-manifest check to manifest_xml.py LaMont Jones 2022-02-14 17:48:31 +00:00
  • adaa1d8734 project.py: pass --recurse-submodules={value} LaMont Jones 2022-02-10 17:34:36 +00:00
  • 8e91248655 project: mark gc.log as safe to discard when migrating .git/ v2.21 Mike Frysinger 2022-01-26 04:03:34 -05:00
  • 630876f9e4 init: add an option --enable-git-lfs-filter XD Trol 2022-01-17 23:29:04 +08:00
  • 4aa8584ec6 init: make bad --repo-rev settings more clear Mike Frysinger 2022-01-25 02:10:28 -05:00
  • b550501254 project: Ignore failure to remove the sample hooks Peter Kjellerstedt 2022-01-21 23:09:19 +01:00
  • a535ae4418 branches: Fix "not in" handling LaMont Jones 2022-01-13 21:08:24 +00:00
  • 67d6cdf2bc project: store objects in project-objects directly Mike Frysinger 2021-12-23 17:36:09 -05:00
  • 152032cca2 project: move --reference handling to project-objects Mike Frysinger 2021-12-20 21:17:43 -05:00
  • a3ac816278 test_project: use os.readlink instead of Path.readlink Sebastian Wagner 2022-01-11 12:12:55 +01:00
  • 98bb76577d project: prune sample hooks v2.20 Mike Frysinger 2021-12-20 21:15:59 -05:00
  • d33dce0b77 project: drop support for symlinking internal .git files Mike Frysinger 2021-12-20 18:16:33 -05:00
  • 89ed8acdbe project: abort a bit earlier before migrating .git/ Mike Frysinger 2022-01-06 05:42:24 -05:00
  • 71e48b7672 Revert "sync: dropped "NOTICE: --use-superproject is in beta ..." message." Raman Tenneti 2022-01-04 22:33:19 +00:00
  • 13576a8caf project: stop symlinking info dir under .git/ Mike Frysinger 2021-12-20 18:02:14 -05:00
  • 2345906d04 project: stop symlinking description file under .git/ Mike Frysinger 2021-12-20 17:46:55 -05:00
  • 41289c62b4 project: stop symlinking svn under .git/ Mike Frysinger 2021-12-20 17:30:33 -05:00
  • c72bd8486a project: clean up now unused code Mike Frysinger 2021-11-14 03:58:00 -05:00
  • d53cb9549a sync: dropped "NOTICE: --use-superproject is in beta ..." message. Raman Tenneti 2021-12-29 09:40:33 -08:00
  • cf0ba48649 sync: With --mirror option, don't display no-use-superproject... message. Raman Tenneti 2021-12-06 18:12:59 -08:00
  • 2a089cfee4 project: migrate worktree .git/ dirs to symlinks v2.19 Mike Frysinger 2021-11-13 23:29:42 -05:00
  • 4a478edb44 init, sync: fixed flake8 warnings. v2.18 Raman Tenneti 2021-11-17 18:38:24 -08:00
  • 6bd89aa657 superproject: Inherit --no-use-superproject with --mirror option. Raman Tenneti 2021-11-16 11:48:09 -08:00
  • 9c1fc5bc5d sync: Handle tag ref in "upstream" field Robin Schneider 2021-11-13 22:55:32 +01:00
  • 333c0a499b project: init hooks in objdir only Mike Frysinger 2021-11-15 12:39:00 -05:00
  • fdeb20f43f sync: link the internal-fs-layout doc into checkouts Mike Frysinger 2021-11-14 03:53:04 -05:00
  • bf40957b38 git-review: add config file Mike Frysinger 2021-11-14 00:43:39 -05:00
  • f9e81c922d SUBMITTING_PATCHES: link to commit message style docs Mike Frysinger 2021-11-14 00:12:00 -05:00
  • e6601067ed man: refresh pages Mike Frysinger 2021-11-12 01:41:29 -05:00
  • 3001d6a426 help: fix grammar in help text Mike Frysinger 2021-11-12 01:39:21 -05:00
  • 00c5ea3787 Fix typo for ValueError Sl0v3C 2021-11-07 08:48:09 +08:00
  • 0531a623e1 sync: make --prune the default Mike Frysinger 2021-11-05 15:22:01 -04:00
  • 2273f46cb3 sync: fix --tags option Mike Frysinger 2021-11-05 15:10:33 -04:00
  • 7b9b251a5e project: fix format string in error message LaMont Jones 2021-11-03 20:48:27 +00:00
  • 6251729cb4 superproject: added 'implies -c' in the help of --use-superproject option. Raman Tenneti 2021-11-01 14:49:16 -07:00
  • 11b30b91df Support more url schemes for getting standalone manifest v2.17.3 Matt Story 2021-10-26 10:56:13 -04:00
  • 198838599c fetch: Fix stderr handling for gsutil Jack Neus 2021-10-25 22:38:44 +00:00
  • 282d0cae89 ssh: handle FileNotFoundError errors Mike Frysinger 2021-10-26 12:12:54 -04:00
  • 03ff276cd7 sync: properly handle standalone manifests for sync command v2.17.2 Jack Neus 2021-10-15 15:43:19 +00:00
  • 4ee4a45d03 subcmds/sync: Use pack-refs instead of gc for redundant gitdirs. Allen Webb 2021-10-07 10:42:38 -05:00
  • 0f6f16ed17 repo: more arg checking for --standalone-manifest re-inits v2.17.1 Jack Neus 2021-10-11 18:14:35 +00:00
  • 76491590b8 repo: fix bug with --standalone-manifest Jack Neus 2021-10-11 17:20:39 +00:00
  • 6a74c91f50 sign-launcher: make the help text more automatic Mike Frysinger 2021-09-30 23:13:04 -04:00
  • 669efd0fd7 subcmds/sync: Disable autoDetach for git gc. Allen Webb 2021-10-01 15:25:31 -05:00
  • a0f6006ae7 git_config: Fixed test.gitconfig getting updated when running tests. v2.17 Raman Tenneti 2021-09-30 14:24:26 -07:00
  • 2ddbf8a8bf Merge "Merge history of v2.14.5." into main Mike Frysinger 2021-09-30 21:37:09 +00:00
  • 445723fd37 Merge history of v2.14.5. Mike Frysinger 2021-09-30 17:09:24 -04:00
  • 436bde5137 Merge history of v1.13.11. Xin Li 2021-09-30 11:49:08 -07:00
  • 4f88206178 trace2_event: Add remove_prefix to fix failing tests on Linux & macOS. Raman Tenneti 2021-09-28 17:15:14 -07:00
  • f88282ccc2 git_config: update error handling with no config file Mike Frysinger 2021-09-28 15:59:40 -04:00
  • 8967a5aec6 launcher: bump version for new release Mike Frysinger 2021-09-28 16:21:41 -04:00
  • 2f3c3316e4 Update revisionId if required when using extend-project Michael Kelly 2020-07-21 19:40:38 -07:00
  • 37c21c268b Add 'dest-path' to extend-project to support changing path Michael Kelly 2020-06-13 02:10:40 -07:00
  • b12c369e0b superproject: Only trigger enrollment logic when manifest have it. Xin Li 2021-09-28 16:55:24 +00:00
  • bbe8836494 superproject: Log syncstate's parameter as data-json it it is an array. Raman Tenneti 2021-09-27 15:15:47 -07:00
  • 9d96f58f5f make file removal a bit more robust Mike Frysinger 2021-09-28 11:27:24 -04:00