@profoundlogic/coderflow-server 0.8.7 → 0.8.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (189) hide show
  1. package/dist/coder-server.js +1 -1
  2. package/dist/config.js +1 -1
  3. package/dist/lib/agent-keepalive.js +1 -1
  4. package/dist/lib/agent-models.js +1 -1
  5. package/dist/lib/api-keys.js +1 -1
  6. package/dist/lib/apiKeys.js +1 -1
  7. package/dist/lib/app-server-ports.js +1 -1
  8. package/dist/lib/auto-judge.js +1 -1
  9. package/dist/lib/automation-service.js +1 -1
  10. package/dist/lib/basic-auth.js +1 -1
  11. package/dist/lib/bindings.js +1 -1
  12. package/dist/lib/build-history.js +1 -1
  13. package/dist/lib/build-output-service.js +1 -1
  14. package/dist/lib/build-scheduler.js +1 -1
  15. package/dist/lib/build-service.js +1 -1
  16. package/dist/lib/ca-certificates.js +1 -1
  17. package/dist/lib/claude-oauth-refresh.js +1 -1
  18. package/dist/lib/cli/build.js +1 -1
  19. package/dist/lib/cli/cleanup-users.js +1 -1
  20. package/dist/lib/cli/config-command.js +1 -1
  21. package/dist/lib/cli/config.js +1 -1
  22. package/dist/lib/cli/create-user.js +1 -1
  23. package/dist/lib/cli/grant-admin.js +1 -1
  24. package/dist/lib/cli/init.js +1 -1
  25. package/dist/lib/cli/jira.js +1 -1
  26. package/dist/lib/cli/license.js +1 -1
  27. package/dist/lib/cli/list-roles.js +1 -1
  28. package/dist/lib/cli/list-users.js +1 -1
  29. package/dist/lib/cli/server-manager.js +1 -1
  30. package/dist/lib/cli/set-password.js +1 -1
  31. package/dist/lib/compression-filter.js +1 -1
  32. package/dist/lib/config-migration.js +1 -1
  33. package/dist/lib/container-credential-sync.js +1 -1
  34. package/dist/lib/container-tokens.js +1 -1
  35. package/dist/lib/data-dir.js +1 -1
  36. package/dist/lib/deployment-history.js +1 -1
  37. package/dist/lib/deployment-service.js +1 -1
  38. package/dist/lib/docker-utils.js +1 -1
  39. package/dist/lib/email.js +1 -1
  40. package/dist/lib/emailTemplates.js +1 -1
  41. package/dist/lib/entitlement.js +1 -1
  42. package/dist/lib/external-connections.js +1 -1
  43. package/dist/lib/fetch-utils.js +1 -1
  44. package/dist/lib/git-commit-details-route.js +1 -1
  45. package/dist/lib/git-history-diff-guardrails.js +1 -1
  46. package/dist/lib/git-provider-service.js +1 -1
  47. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  48. package/dist/lib/git-provider-setup/index.js +1 -1
  49. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  50. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  51. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  52. package/dist/lib/git-providers/github-app-provider.js +1 -1
  53. package/dist/lib/git-providers/index.js +1 -1
  54. package/dist/lib/git-providers/provider-factory.js +1 -1
  55. package/dist/lib/git-providers/provider-interface.js +1 -1
  56. package/dist/lib/github-urls.js +1 -1
  57. package/dist/lib/group-objective-linking.js +1 -1
  58. package/dist/lib/ibmi-sync.js +1 -1
  59. package/dist/lib/jira-client.js +1 -1
  60. package/dist/lib/judge-blinding.js +1 -1
  61. package/dist/lib/logger.js +1 -1
  62. package/dist/lib/memory-utils.js +1 -1
  63. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  64. package/dist/lib/model-fetcher.js +1 -1
  65. package/dist/lib/notifications.js +1 -1
  66. package/dist/lib/objective-context.js +1 -1
  67. package/dist/lib/oidc-auth.js +1 -1
  68. package/dist/lib/oidc-device-flow.js +1 -1
  69. package/dist/lib/passwordTokens.js +1 -1
  70. package/dist/lib/permission-resolver.js +1 -1
  71. package/dist/lib/pin-cascade.js +1 -1
  72. package/dist/lib/provider-accounts.js +1 -1
  73. package/dist/lib/provider-oauth.js +1 -1
  74. package/dist/lib/provider-profile.js +1 -1
  75. package/dist/lib/provider-token-refresh.js +1 -1
  76. package/dist/lib/rbac-user-state.js +1 -1
  77. package/dist/lib/request-url.js +1 -1
  78. package/dist/lib/rewind.js +1 -1
  79. package/dist/lib/role-definitions.js +1 -1
  80. package/dist/lib/roles.js +1 -1
  81. package/dist/lib/secrets.js +1 -1
  82. package/dist/lib/setup-repo-git-auth.js +1 -1
  83. package/dist/lib/slack-service.js +1 -1
  84. package/dist/lib/state-capture.js +1 -1
  85. package/dist/lib/static-files.js +1 -1
  86. package/dist/lib/task-aliases.js +1 -1
  87. package/dist/lib/task-container-init.js +1 -1
  88. package/dist/lib/task-context-usage.js +1 -1
  89. package/dist/lib/task-name-format.js +1 -1
  90. package/dist/lib/task-name-generator.js +1 -1
  91. package/dist/lib/task-source-metadata.js +1 -1
  92. package/dist/lib/teams.js +1 -1
  93. package/dist/lib/user-git-oauth.js +1 -1
  94. package/dist/lib/user-git-tokens.js +1 -1
  95. package/dist/lib/users.js +1 -1
  96. package/dist/middleware/requireAuth.js +1 -1
  97. package/dist/middleware/requireInit.js +1 -1
  98. package/dist/middleware/requirePermission.js +1 -1
  99. package/dist/package.json +1 -1
  100. package/dist/playwright.config.js +1 -1
  101. package/dist/playwright.task-terminal.config.js +1 -1
  102. package/dist/routes/apiKeys.js +1 -1
  103. package/dist/routes/auth-oidc.js +1 -1
  104. package/dist/routes/auth.js +1 -1
  105. package/dist/routes/automations.js +1 -1
  106. package/dist/routes/bindings.js +1 -1
  107. package/dist/routes/build.js +1 -1
  108. package/dist/routes/containers.js +1 -1
  109. package/dist/routes/deploy-task.js +1 -1
  110. package/dist/routes/environment-management.js +1 -1
  111. package/dist/routes/environments.js +1 -1
  112. package/dist/routes/external-skills.js +1 -1
  113. package/dist/routes/git-credentials.js +1 -1
  114. package/dist/routes/git-oauth.js +1 -1
  115. package/dist/routes/git-provider-setup.js +1 -1
  116. package/dist/routes/health.js +1 -1
  117. package/dist/routes/jira.js +1 -1
  118. package/dist/routes/logs.js +1 -1
  119. package/dist/routes/objective-management.js +1 -1
  120. package/dist/routes/password.js +1 -1
  121. package/dist/routes/prompt.js +1 -1
  122. package/dist/routes/provider-auth.js +1 -1
  123. package/dist/routes/qa.js +1 -1
  124. package/dist/routes/roles.js +1 -1
  125. package/dist/routes/settings.js +1 -1
  126. package/dist/routes/skill-management.js +1 -1
  127. package/dist/routes/skills.js +1 -1
  128. package/dist/routes/slack.js +1 -1
  129. package/dist/routes/stats.js +1 -1
  130. package/dist/routes/tasks.js +1 -1
  131. package/dist/routes/teams.js +1 -1
  132. package/dist/routes/templates.js +1 -1
  133. package/dist/routes/test-task.js +1 -1
  134. package/dist/routes/test.js +1 -1
  135. package/dist/routes/users.js +1 -1
  136. package/dist/routes/visualizations.js +1 -1
  137. package/dist/scripts/create-user.js +1 -1
  138. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  139. package/dist/start.js +1 -1
  140. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  141. package/dist/web-ui/public/activity-feed.js +1 -1
  142. package/dist/web-ui/public/activity-formatters.js +1 -1
  143. package/dist/web-ui/public/admin.css +476 -0
  144. package/dist/web-ui/public/admin.html +96 -17
  145. package/dist/web-ui/public/admin.js +1 -1
  146. package/dist/web-ui/public/agent-event-parser.js +1 -1
  147. package/dist/web-ui/public/app.js +1 -1
  148. package/dist/web-ui/public/approve-dialog.js +1 -1
  149. package/dist/web-ui/public/automation-links.js +1 -1
  150. package/dist/web-ui/public/automation-schedule.js +1 -1
  151. package/dist/web-ui/public/comments-widget.js +1 -1
  152. package/dist/web-ui/public/diff-utils.js +1 -1
  153. package/dist/web-ui/public/docs/_sidebar.md +1 -0
  154. package/dist/web-ui/public/docs/admin/container-lifecycle.md +102 -0
  155. package/dist/web-ui/public/docs/admin/jira.md +20 -3
  156. package/dist/web-ui/public/docs/docsify-proxy-helper.js +1 -0
  157. package/dist/web-ui/public/docs/index.html +25 -18
  158. package/dist/web-ui/public/environments.html +1 -0
  159. package/dist/web-ui/public/environments.js +1 -1
  160. package/dist/web-ui/public/feedback-widget.js +1 -1
  161. package/dist/web-ui/public/file-selection-tree.js +1 -1
  162. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  163. package/dist/web-ui/public/git-history.js +1 -1
  164. package/dist/web-ui/public/git-status.js +1 -1
  165. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  166. package/dist/web-ui/public/index.js +1 -1
  167. package/dist/web-ui/public/login.js +1 -1
  168. package/dist/web-ui/public/markdown-editor.js +1 -1
  169. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  170. package/dist/web-ui/public/modal-maximize.js +1 -1
  171. package/dist/web-ui/public/notifications.js +1 -1
  172. package/dist/web-ui/public/permissions.js +1 -1
  173. package/dist/web-ui/public/pr-dialog.js +1 -1
  174. package/dist/web-ui/public/roles.js +1 -1
  175. package/dist/web-ui/public/settings.html +101 -2
  176. package/dist/web-ui/public/settings.js +1 -1
  177. package/dist/web-ui/public/setup-password.js +1 -1
  178. package/dist/web-ui/public/skills.js +1 -1
  179. package/dist/web-ui/public/sse-client.js +1 -1
  180. package/dist/web-ui/public/sse-client.transport-warning.js +1 -1
  181. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  182. package/dist/web-ui/public/task-judging-helpers.js +1 -1
  183. package/dist/web-ui/public/task.js +1 -1
  184. package/dist/web-ui/public/teams.js +1 -1
  185. package/dist/web-ui/public/terminal.js +1 -1
  186. package/dist/web-ui/public/theme.js +1 -1
  187. package/dist/web-ui/public/users.js +1 -1
  188. package/dist/web-ui/public/variant-grouping.js +1 -1
  189. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x17634e,_0x10934e){const _0x1bfe35={_0x32ef60:0x19a,_0x431331:0x13e,_0x4b9c60:0x17f,_0x8afdd:0x119,_0x2c48d8:0x1c7,_0x1d403b:0x166,_0x2246cd:0x177,_0x2984a8:0x126,_0x53da08:0xb5,_0xd59655:0xd9,_0x4acf92:0x178,_0x36dc88:0x9d,_0x1dd1a3:0x78,_0x3c4dd0:0xe0,_0x5b0293:0x3c8,_0x4caea2:0x3c4,_0x37d69c:0x3ce,_0x242fde:0x3c8,_0x4431e8:0x3fd,_0x1ad6a0:0x3af,_0x573e1f:0x404,_0x278f26:0x42f,_0x55d28c:0x455},_0x5bd93c={_0x11d544:0x25e},_0x1bd13d=_0x17634e();function _0x5100ae(_0xc7cabe,_0x187649,_0x301b5b,_0xb38a3c){return _0xe7d6(_0xb38a3c- -0xab,_0xc7cabe);}function _0x315ec4(_0x136dbd,_0x39da0f,_0xc66cc2,_0x12cdd4){return _0xe7d6(_0xc66cc2-_0x5bd93c._0x11d544,_0x39da0f);}while(!![]){try{const _0x39005e=parseInt(_0x5100ae(_0x1bfe35._0x32ef60,_0x1bfe35._0x431331,0x198,_0x1bfe35._0x4b9c60))/(0x10c5+-0x5*-0x32f+0x3*-0xae5)+parseInt(_0x5100ae(_0x1bfe35._0x8afdd,_0x1bfe35._0x2c48d8,_0x1bfe35._0x1d403b,_0x1bfe35._0x2246cd))/(-0x11b5+-0xe*-0x1e0+-0x889)+-parseInt(_0x5100ae(_0x1bfe35._0x2984a8,_0x1bfe35._0x53da08,0x12d,_0x1bfe35._0xd59655))/(0x11*0xe9+0xb78+-0x1aee)*(parseInt(_0x5100ae(0x19b,0x172,_0x1bfe35._0x4acf92,0x136))/(-0x2*0x564+-0x54e+0x101a))+-parseInt(_0x5100ae(_0x1bfe35._0x36dc88,_0x1bfe35._0x1dd1a3,0x89,_0x1bfe35._0x3c4dd0))/(0x1*-0x1f6d+0x18d1+0x6a1)*(-parseInt(_0x315ec4(_0x1bfe35._0x5b0293,0x462,0x41e,_0x1bfe35._0x4caea2))/(-0x1708+0x175d+-0x1*0x4f))+-parseInt(_0x315ec4(_0x1bfe35._0x37d69c,_0x1bfe35._0x242fde,0x3f6,0x43a))/(-0x100f*0x1+-0x1*-0x22af+0xcf*-0x17)+-parseInt(_0x315ec4(0x42a,0x458,_0x1bfe35._0x4431e8,0x44e))/(0xe*-0x22a+-0x19c3+0x3817)*(-parseInt(_0x315ec4(_0x1bfe35._0x1ad6a0,0x444,_0x1bfe35._0x573e1f,_0x1bfe35._0x278f26))/(0x8bf*-0x1+0x2f*0x53+-0x3*0x227))+-parseInt(_0x315ec4(0x41a,0x42b,_0x1bfe35._0x55d28c,0x3ee))/(0x1*0x25df+-0x450+0x2185*-0x1);if(_0x39005e===_0x10934e)break;else _0x1bd13d['push'](_0x1bd13d['shift']());}catch(_0x41adce){_0x1bd13d['push'](_0x1bd13d['shift']());}}}(_0x4f6a,-0xf357e+-0xa2665*-0x1+0x3*0x44d0e));import _0x3de3e7 from'path';import{fileURLToPath}from'url';import{execFile}from'child_process';import{promisify}from'util';import{getCredentialsForRepo,loadProvidersConfig}from'./git-provider-service.js';function _0x4f6a(){const _0x3a38a8=['B25MAwD1CMvK','BIbTB2rLigLZia','BwfUza','Bwf4qNvMzMvY','CMvHBq','CMvTB3rLignVBG','B3iGDxnLCIbJCG','C21Mwhi','B2PmwKi','C2HVDY1Yzwy','BM9YBwfSAxPLza','y0LiqMS','uuzND2O','tvrluu0','C3bSAxq','mJrfzwnRuw8','u0fAsxa','qKDfu3u','ls12zxjPzNK','y2LTDLu','DwLYzwq','AfPkyMW','yxfpu1q','zgvWzw5Kzw5JAq','z2v0u2v0Dxbszq','AwrLCIbHDxrOia','z2v0q3jLzgvUDa','yNjHBMnO','B3jPz2LUvxjS','yMrvwLe','y0THANi','rLnxqNu','ueftu1DpuKq','Cg9ZAxrVCNK','CMvTB3rLlM9YAq','Efr2vwS','CxDlv1K','AM9PBG','qhT1Chn0CMvHBq','lwz1BgWTBMfTzq','Cvz5rve','B2jQzwn0','s0Xduu4','yK94Cw4','BMzPz3vYzwq','y0jxqve','v1DlA1e','zJ1NAxra','mJuXmZq4Bu9tqK1S','DhjPBq','yxrO','ls1JB3vUDa','zML4','z2L0','Bxb0EsbHCNjHEq','Bg9Nz2vY','B2rL','r0nnx0Lovevsqq','ufvmrwu','C2v0DxbszxbVua','BgvUz3rO','y29TBwfUzfbYzq','qwDLExO','D1r6Euq','tNPVvK4','CgfZC3DVCMq','A2j5CvG','DxjSlMH0DhbZoG','rfzlsvu','tuzdrfa','ode2nJe5mhv0ANvkvG','zxr1CcbYzxbVCW','y3jQBKy','EuviDfi','C0XOBMi','quXFufjptvbu','zxjYB3jZ','Ec1Hy2nLC3mTDa','De9IEgW','ufLbwuu','AcbPCYbYzxf1Aq','yu5fyvC','zMLNDxjLzcbMBW','C2HVDwXKuhvSBa','uNbWqLO','A1DAuxe','rMfPBgvKihrVia','DxnLCG','lY5PBNn0zwfKtW','uvb3yxG','reXsuei','r1vkzhy','zJ1ZC2G6lY9NAq','y0nbtgC','AufLEgy','Bw9Kzq','u2v0DxaGCMvWBW','uefjr1e','D2fYBG','wfrsEgS','AxnbCNjHEq','CMv2lxbHCNnL','BwXgAxK','AwrLCIaI','B2vMruu','B2X6rxa','zxHLy0DPDenVBq','EKX6twC','y29Kzq','z2LUlNvYBa','qLjKu0O','AwfSC0zVCLjLCa','q0fXwNK','nZm2mdjMBfPoyve','CKzMCuC','sNHiww0','DMfSAwq','CIbZzxr1CcbYzq','wLvSu1O','uKzTue0','sM5Lywu','ndmZmtm4yKTvB1nm','AejKu2C','rfH0zLO','igLZig5VDcbJBW','wKfbwxm','zgLYBMfTzq','B3jPz2LU','C2L0B3j5igf1Da','yMuGysbUB24Tzq','C2L0B3j5ihbHDa','ls1ZEw1IB2XPyW','zwrLBNrPywWGBq','yxjNCYbTDxn0ia','AxzozLC','CMvXDwLYzwq','C2v0DxbFCMvWBW','vvLou0C','CgfYC2vjBNq','EuXgu0G','ChvZAa','yxrOigLZihjLCq','zwfWtwG','q1rjvKu','y2HfEgLZDhm','Cg9pCMLNAw5vCG','ls1Nzxq','ls1HDxrVC3rHCW','vvbbC3u','rML4vgK','rfbbD1K','ugnhyLa','B0f1r08','qxvszhK','CMvXDwLYzwqGzG','ihrVigXVy2fSia','r0Lux1rfuK1jtG','tvj0tM8','DuvTCfa','q09ervjFr0LuxW','yxjNCW','sKTzs0K','tM8GB3jPz2LUia','quPjt3O','Cg5jCum','Bwf0y2G','m0HqzMnvqG','DwDlCvK','DxnLCM5HBwu','zgvIDwC','Dg9tDhjPBMC','AMDUBKO','re1sEMW','mtC1mdm1uK5IuxPZ','wMrizgC','qunIzgy','zw52','sevbra','BgXPBMCGyMfJAW','yNjHBMnOigLZia','ChjLCgfYzsbZzq','x2f1DgGUChjVDG','C1Huz0i','rxDwCMO','yxbW','B2TLBG','mta0odyYmvj6r1LAwa','C0zvAgi','x2f1DgG','tw9Kzq','B250zxH0lcbMyq','CMvMCY9Yzw1VDa','ls1HyMjYzxyTCG','ofP1tMn6yq','BKn4DNq','zNjLzxPL','Ahvjyxi','CMv2lwXPC3q','CMvK','ELjZsKm','odqWmdiXm1brrhPSBq','y29UzMLN','zxHVwxe','kIOQ','Efrmwhu','AxrVCNKGChjVDG','s1fkC2W','lMHLBhbLCJ0','vuT1yxe','ChjVDMLKzxi','y29UDgv4Da'];_0x4f6a=function(){return _0x3a38a8;};return _0x4f6a();}import{logger as _0x3a0a50}from'./logger.js';const execFileAsync=promisify(execFile),__filename=fileURLToPath(import.meta.url);function _0x426a8c(_0x52eb62,_0x9b6791,_0x29457e,_0x4ff225){const _0x41c9c4={_0x141aa8:0x99};return _0xe7d6(_0x52eb62- -_0x41c9c4._0x141aa8,_0x9b6791);}const __dirname=_0x3de3e7[_0x426a8c(0x196,0x195,0x161,0x167)](__filename);function _0x4fca40(_0x1fd5ba,_0x4c1e94,_0x56b097,_0x2bd549){return _0xe7d6(_0x2bd549- -0x76,_0x1fd5ba);}const _0x1598f6={};_0x1598f6['mode']='local',_0x1598f6[_0x426a8c(0x116,0x142,0x16f,0x144)]=null;const DEFAULT_SETUP_REPO_AUTH=Object[_0x426a8c(0x108,0x129,0x107,0x113)](_0x1598f6),ASKPASS_SCRIPT_PATH=_0x3de3e7[_0x426a8c(0x13d,0x11d,0x158,0x120)](__dirname,'git-askpas'+'s.sh');export function normalizeSetupRepoAuthConfig(_0x440bc0={}){const _0x560eb7={_0x34a7be:0x14,_0x19c4b2:0x4d5,_0x52d841:0x44d,_0xec27aa:0x497,_0x2a6ece:0x420,_0x573c75:0x454,_0x1305fd:0xd,_0x4c8df9:0x1f,_0x5a2c6a:0x3e,_0x18f8d9:0x27,_0x43d426:0x15,_0x4f0ed3:0xb,_0x413915:0x4a8,_0x46e582:0x465,_0x57bfef:0x11,_0x1ce9c2:0x55,_0x284ad9:0x34,_0x1c238f:0x20,_0x2821d7:0x446,_0x3edf18:0x46b,_0x529d6e:0x45b,_0x1a496a:0x496,_0x49cdcf:0x480,_0x112d19:0x421,_0x64c41f:0x11,_0x3fbbb5:0x4c,_0x550575:0x5,_0x2ba9e1:0x9,_0x2b9440:0x79,_0x2f0cc7:0x4ae,_0x2c9b2c:0x49c,_0x2b5ba1:0x3f4,_0x9eace5:0x41e},_0x3a7168={_0x29a604:0x9f},_0x3019ae={_0x2b3089:0x337,_0x25759d:0xc2},_0x1d5ba1={};_0x1d5ba1[_0x440e68(-0x32,-0x34,-0x98,_0x560eb7._0x34a7be)]=function(_0x4674ee,_0x4442d8){return _0x4674ee===_0x4442d8;},_0x1d5ba1[_0x3ebfe0(0x4c6,_0x560eb7._0x19c4b2,0x51b,0x50c)]=_0x3ebfe0(0x4aa,_0x560eb7._0x52d841,_0x560eb7._0xec27aa,_0x560eb7._0x2a6ece);function _0x3ebfe0(_0x53af54,_0x2bd839,_0x4b3730,_0x41e796){return _0x426a8c(_0x2bd839-_0x3019ae._0x2b3089,_0x53af54,_0x4b3730-_0x3019ae._0x25759d,_0x41e796-0x166);}_0x1d5ba1[_0x3ebfe0(_0x560eb7._0x573c75,0x446,0x3ff,0x4af)]=_0x440e68(-0x13,_0x560eb7._0x1305fd,-_0x560eb7._0x4c8df9,-0x2),_0x1d5ba1[_0x440e68(-0x1b,-_0x560eb7._0x5a2c6a,-0x19,-0x6f)]=function(_0x205a72,_0x49245a){return _0x205a72===_0x49245a;},_0x1d5ba1[_0x440e68(0x54,0xf,0x69,-_0x560eb7._0x18f8d9)]='string';function _0x440e68(_0x37df68,_0x1ca8fa,_0x14b3ec,_0x413472){return _0x426a8c(_0x1ca8fa- -0x162,_0x14b3ec,_0x14b3ec-0xf7,_0x413472-_0x3a7168._0x29a604);}const _0x3ae317=_0x1d5ba1,_0x202794=_0x440bc0?.[_0x440e68(0x5c,_0x560eb7._0x43d426,-0x19,_0x560eb7._0x4f0ed3)],_0x3b1ab5=_0x3ae317[_0x3ebfe0(_0x560eb7._0x413915,_0x560eb7._0x46e582,0x490,0x448)](_0x202794,_0x3ae317[_0x440e68(0x80,0x3c,-_0x560eb7._0x57bfef,-0x1e)])||_0x3ae317[_0x440e68(-_0x560eb7._0x1ce9c2,-_0x560eb7._0x284ad9,-0x5d,-_0x560eb7._0x1c238f)](_0x202794,_0x3ae317[_0x3ebfe0(0x45a,_0x560eb7._0x2821d7,_0x560eb7._0x3edf18,0x416)])?_0x202794:'local',_0xa01486=_0x3ae317[_0x3ebfe0(0x44b,_0x560eb7._0x529d6e,0x452,_0x560eb7._0x1a496a)](typeof _0x440bc0?.['provider'],_0x3ae317['QPwax'])&&_0x440bc0[_0x440e68(0x19,-0x4c,-0x2d,-_0x560eb7._0x4c8df9)][_0x3ebfe0(0x426,_0x560eb7._0x49cdcf,_0x560eb7._0x112d19,0x491)]()?_0x440bc0[_0x440e68(_0x560eb7._0x64c41f,-_0x560eb7._0x3fbbb5,-0xd,-0x5f)][_0x440e68(_0x560eb7._0x550575,-0x19,_0x560eb7._0x2ba9e1,-_0x560eb7._0x2b9440)]():null,_0x247f17={};return _0x247f17[_0x3ebfe0(0x4c9,_0x560eb7._0x2f0cc7,0x44c,_0x560eb7._0x2c9b2c)]=_0x3b1ab5,_0x247f17[_0x3ebfe0(0x443,0x44d,_0x560eb7._0x2b5ba1,_0x560eb7._0x9eace5)]=_0xa01486,_0x247f17;}export function validateSetupRepoAuthConfig(_0xc61b33={},_0xd36114={}){const _0x53a692={_0x3ac22f:0x4,_0xc31e93:0x18,_0x599040:0x2e,_0x18abbd:0xb9,_0x14856e:0x7c,_0x115365:0x60,_0x2fad27:0x75,_0x3df435:0xc5,_0x12a3ad:0x7b,_0x5abc57:0x4e,_0x3dec34:0x77,_0x2224bd:0x14,_0x35d2b4:0x46,_0x5bfcce:0x4d,_0x51ba68:0x52,_0x58d7ac:0x2d,_0x208eeb:0x48,_0x3ce0ab:0x3f,_0x255e75:0x7d,_0x162660:0x196,_0x33cf9f:0x17c,_0x4136e0:0xfc,_0x37804a:0x69,_0x50c518:0x126,_0x335120:0xd6,_0x5e9230:0x8d,_0x373241:0x1c3,_0x1f2296:0x1b0,_0x28b426:0x72,_0x316d15:0x6f,_0x30acd7:0xd5,_0x132917:0x15b,_0x33d62d:0x165,_0x569edf:0x1a0,_0x53fb7c:0xb,_0x404d64:0x67,_0x34b28b:0x1c,_0x377b07:0x170,_0x3ea5dd:0x11d,_0x2ae174:0x12b,_0x2c15d4:0xf5,_0x2aea9f:0x1c5,_0x58a48a:0x1d0,_0x522dfb:0x16e,_0x2cda87:0x1da,_0xcba565:0x199,_0x2e5028:0xc,_0xd206c:0x13,_0x1b5d25:0x53,_0x4e1090:0x53,_0x397f33:0x1a7,_0x15ceb6:0x73,_0x12fd97:0xcc,_0x1fdd03:0x11,_0x5e2e63:0x111,_0x43a3eb:0xc4,_0x445811:0x19d,_0x4511a2:0x1b},_0x51b6ee={_0x2405ab:0x29d},_0x5a6c16={_0x36d8e8:0x18b,_0x275f49:0x13f},_0x36e422={'vANjQ':_0x50fdbf(-0x38,-_0x53a692._0x3ac22f,-_0x53a692._0xc31e93,_0x53a692._0x599040)+_0x50fdbf(-_0x53a692._0x18abbd,-0xb8,-_0x53a692._0x14856e,-_0x53a692._0x115365)+'uired','MRtNo':function(_0x5306c4,_0x55126e){return _0x5306c4(_0x55126e);},'cITZS':_0x50fdbf(-_0x53a692._0x2fad27,-0x13,-_0x53a692._0x3df435,-0x96),'ZAAYs':'user','BGESu':function(_0x2525f1,_0x34da48){return _0x2525f1===_0x34da48;},'SepoK':'IoeVj','nCxvt':_0x3b4dc0(-0x150,-0x162,-0x13d,-0x18f),'DXtfZ':function(_0x448948,_0x3b7031){return _0x448948===_0x3b7031;},'oefEE':'IKVVr'},_0x29b2ad=_0x36e422[_0x50fdbf(-0xa9,-_0x53a692._0x12a3ad,-_0x53a692._0x5abc57,-_0x53a692._0x3dec34)](normalizeSetupRepoAuthConfig,_0xc61b33),_0x5b7086=[],_0x567cbf=_0xd36114['providers']||{};if(_0x29b2ad[_0x50fdbf(-_0x53a692._0x2224bd,_0x53a692._0x35d2b4,0x4c,-_0x53a692._0x5bfcce)]===_0x36e422['cITZS']||_0x29b2ad['mode']===_0x36e422[_0x50fdbf(0xa,_0x53a692._0x51ba68,_0x53a692._0x58d7ac,-_0x53a692._0x208eeb)]){if(!_0x29b2ad['provider']){if(_0x36e422[_0x50fdbf(-0x62,-_0x53a692._0x3ce0ab,-_0x53a692._0x255e75,-0xa3)](_0x36e422['SepoK'],_0x36e422[_0x3b4dc0(-0x1ec,-_0x53a692._0x162660,-0x168,-_0x53a692._0x33cf9f)]))throw new _0xb33fa7(_0x36e422['vANjQ']);else _0x5b7086[_0x50fdbf(-0xba,-_0x53a692._0x4136e0,-_0x53a692._0x37804a,-0x10f)](_0x50fdbf(-0xbe,-_0x53a692._0x50c518,-_0x53a692._0x335120,-_0x53a692._0x5e9230)+_0x3b4dc0(-0x14d,-0x1a3,-_0x53a692._0x373241,-_0x53a692._0x1f2296)+'ider\x20is\x20re'+'quired\x20whe'+_0x50fdbf(-_0x53a692._0x28b426,-_0x53a692._0x316d15,-0xcf,-_0x53a692._0x30acd7)+'\x22'+_0x29b2ad[_0x3b4dc0(-_0x53a692._0x132917,-0x126,-0x16c,-0xf7)]+'\x22');}else{if(!_0x567cbf[_0x29b2ad[_0x3b4dc0(-0x189,-0x187,-_0x53a692._0x33d62d,-_0x53a692._0x569edf)]]){if(_0x36e422[_0x50fdbf(0x8,0x1f,-0x5f,0x2f)](_0x36e422[_0x50fdbf(-_0x53a692._0x53fb7c,-_0x53a692._0x404d64,-0x37,-_0x53a692._0x34b28b)],_0x36e422[_0x3b4dc0(-_0x53a692._0x377b07,-_0x53a692._0x3ea5dd,-_0x53a692._0x2ae174,-0x112)]))_0x5b7086[_0x50fdbf(-0xba,-0x7c,-0x67,-_0x53a692._0x2c15d4)](_0x3b4dc0(-_0x53a692._0x2aea9f,-_0x53a692._0x58a48a,-0x228,-_0x53a692._0x522dfb)+_0x3b4dc0(-_0x53a692._0x2cda87,-0x1a3,-_0x53a692._0xcba565,-_0x53a692._0x58a48a)+_0x50fdbf(-_0x53a692._0x2e5028,_0x53a692._0xd206c,-_0x53a692._0x1b5d25,-_0x53a692._0x4e1090)+_0x29b2ad[_0x3b4dc0(-0x1c1,-0x187,-_0x53a692._0x397f33,-0x1c0)]+('\x22\x20is\x20not\x20c'+_0x50fdbf(-_0x53a692._0x15ceb6,-_0x53a692._0x12fd97,-_0x53a692._0x1fdd03,-0x86)));else return![];}}}function _0x50fdbf(_0x821a72,_0x536b6e,_0x249ab0,_0x2d7584){return _0x426a8c(_0x821a72- -_0x5a6c16._0x36d8e8,_0x249ab0,_0x249ab0-0x35,_0x2d7584-_0x5a6c16._0x275f49);}const _0x1774a8={};_0x1774a8[_0x3b4dc0(-0xbc,-_0x53a692._0x5e2e63,-_0x53a692._0x43a3eb,-0x10c)]=_0x5b7086[_0x3b4dc0(-0xf3,-0x149,-0x126,-_0x53a692._0x445811)]===-0xcf9+0x1e9d*-0x1+-0x2b96*-0x1,_0x1774a8[_0x50fdbf(-0x27,-_0x53a692._0x4511a2,0x3a,-0x8e)]=_0x5b7086,_0x1774a8[_0x50fdbf(-0x69,-0x96,-0x6,-0x36)]=_0x29b2ad;function _0x3b4dc0(_0x1c1473,_0x521ec0,_0x5fce88,_0x109c0d){return _0x426a8c(_0x521ec0- -_0x51b6ee._0x2405ab,_0x5fce88,_0x5fce88-0xa6,_0x109c0d-0x164);}return _0x1774a8;}export async function getSetupRepoAuthConfig(_0x574538={}){const _0x683972={_0x4f50c1:0x1a8,_0x4bad4f:0x1e1,_0x2b1b27:0x185,_0x187f2a:0x241,_0x14c2bf:0x253,_0x96eaa9:0x119,_0x55252e:0xcb,_0x1ee7bb:0x6a,_0x5c1368:0xd6,_0x4aae58:0x10d,_0x4d0425:0x14f,_0x374e33:0xa2,_0x14ac54:0xed,_0x47960e:0x12a,_0x2adf8b:0x12b,_0x22e0da:0xd4,_0x7c7473:0x133,_0x4d663e:0xea,_0x47da6f:0xa1,_0xa80bb8:0xf2,_0x3cf923:0x87,_0x4e6bc3:0x70,_0x224c85:0x2d,_0x366704:0x197,_0x64a08d:0x1bf,_0x576987:0x200,_0x3f6926:0x1de,_0x5c191f:0x1ce,_0x2023be:0x176},_0x449b5c={_0x2db77f:0x2f0};function _0x24ace8(_0xf74f88,_0x38dbba,_0x427539,_0x458447){return _0x426a8c(_0x38dbba- -0x76,_0xf74f88,_0x427539-0xe6,_0x458447-0xd1);}const _0x31c351={'DPAwY':function(_0x4e4abe,_0x520788){return _0x4e4abe(_0x520788);},'zLzMg':function(_0x7c9912,_0x37a3ee){return _0x7c9912!==_0x37a3ee;},'sLhnb':_0x46f84a(-_0x683972._0x4f50c1,-0x23d,-_0x683972._0x4bad4f,-_0x683972._0x2b1b27),'JKYKI':function(_0x3bc957,_0x55b411){return _0x3bc957(_0x55b411);}};function _0x46f84a(_0x534c14,_0x2b9ac0,_0x5f5cf1,_0x37cd00){return _0x4fca40(_0x2b9ac0,_0x2b9ac0-0x13e,_0x5f5cf1-0x92,_0x5f5cf1- -_0x449b5c._0x2db77f);}const _0x281d00=await _0x31c351[_0x46f84a(-_0x683972._0x187f2a,-_0x683972._0x14c2bf,-0x1f2,-0x19f)](loadProvidersConfig,_0x574538);if(!_0x281d00||_0x31c351['zLzMg'](typeof _0x281d00,_0x24ace8(_0x683972._0x96eaa9,_0x683972._0x55252e,_0x683972._0x1ee7bb,_0x683972._0x5c1368))){if(_0x31c351[_0x24ace8(0xa7,_0x683972._0x4aae58,_0x683972._0x4d0425,0x161)](_0x31c351[_0x24ace8(0xde,0xec,_0x683972._0x374e33,_0x683972._0x14ac54)],'ugKqY'))throw new _0x4cb9b4(_0x46f84a(-0x14d,-_0x683972._0x47960e,-0x155,-0x14e)+_0x46f84a(-_0x683972._0x2adf8b,-_0x683972._0x22e0da,-_0x683972._0x7c7473,-_0x683972._0x4d663e)+_0x24ace8(_0x683972._0x47da6f,_0x683972._0xa80bb8,0xd8,0x13f)+'red');else{const _0x55164d={...DEFAULT_SETUP_REPO_AUTH};return _0x55164d;}}return _0x31c351[_0x24ace8(_0x683972._0x3cf923,_0x683972._0x4e6bc3,0x60,_0x683972._0x224c85)](normalizeSetupRepoAuthConfig,_0x281d00[_0x46f84a(-_0x683972._0x366704,-_0x683972._0x64a08d,-_0x683972._0x576987,-_0x683972._0x3f6926)+_0x46f84a(-_0x683972._0x5c191f,-_0x683972._0x2023be,-0x1cc,-0x201)]||{});}export async function getSetupRepoOriginUrl(_0x5a6ad4){const _0x56031a={_0x594bbc:0x122,_0x2262b4:0x10a,_0x2413e3:0x17f,_0x3bfdb3:0x1ae,_0x445f82:0x207,_0x6622bb:0x1ba,_0xf9a7f7:0x231,_0x1fc438:0x1e8,_0x531294:0x205,_0x2f6978:0x25e,_0x4db77c:0x286,_0xd62b97:0x1b3,_0x5754e7:0x208,_0x48848d:0x253,_0x2a2d84:0x21d,_0x4d733f:0x27f,_0x4919ac:0x105,_0x42ff0f:0x141,_0x45f1b8:0x16d,_0x2577d4:0x241,_0xecbd:0x272,_0xc61c4:0x234,_0x12e1e1:0x2a7,_0x2f14f6:0x2cd,_0xeed7a1:0x1f3,_0x5bbb23:0x1c1,_0x1254b1:0x215,_0x1522fe:0x120,_0x2e3e0d:0x121,_0x4dc877:0x168,_0x39fff0:0x24b,_0x16c816:0x187,_0x5aa834:0x1de,_0x34c992:0x165,_0x123a84:0x192,_0x2cc685:0x28a,_0x4553fd:0x238,_0x48fa4e:0x141,_0x51571e:0x177,_0x1abc37:0x1a4,_0x1cabe2:0x129,_0x1c85c4:0x14a,_0x3b62b5:0x188,_0x41c867:0x141,_0x587c7c:0x20f},_0x35b761={_0x23be58:0x14d,_0x1f7da8:0x35},_0x2589b7={_0x5d17b8:0x28a,_0x5bb8c6:0x1d6},_0x225267={};_0x225267['uEmpP']='Setup\x20repo'+'sitory\x20pat'+_0x1aa48c(-_0x56031a._0x594bbc,-0xe7,-_0x56031a._0x2262b4,-0xce)+_0x1aa48c(-_0x56031a._0x2413e3,-_0x56031a._0x3bfdb3,-0x14c,-0x11d),_0x225267[_0x1c4092(_0x56031a._0x445f82,_0x56031a._0x6622bb,_0x56031a._0xf9a7f7,_0x56031a._0x1fc438)]=_0x1c4092(0x259,0x286,0x2b1,_0x56031a._0x531294);function _0x1aa48c(_0x5304d7,_0x593e72,_0xa56d90,_0xfb53b8){return _0x426a8c(_0x5304d7- -_0x2589b7._0x5d17b8,_0xfb53b8,_0xa56d90-_0x2589b7._0x5bb8c6,_0xfb53b8-_0x2589b7._0x5bb8c6);}_0x225267[_0x1c4092(0x275,_0x56031a._0x2f6978,_0x56031a._0x4db77c,0x2ab)]=_0x1aa48c(-_0x56031a._0xd62b97,-0x188,-_0x56031a._0x5754e7,-0x1bb),_0x225267['WWKkQ']=_0x1c4092(0x246,_0x56031a._0x48848d,_0x56031a._0x2a2d84,_0x56031a._0x4d733f)+_0x1aa48c(-_0x56031a._0x4919ac,-_0x56031a._0x42ff0f,-_0x56031a._0x45f1b8,-0x15b),_0x225267[_0x1c4092(0x26d,_0x56031a._0x2577d4,0x280,0x20e)]='mcRhS',_0x225267[_0x1c4092(_0x56031a._0xecbd,_0x56031a._0xc61c4,_0x56031a._0x12e1e1,_0x56031a._0x2f14f6)]=_0x1c4092(_0x56031a._0xeed7a1,0x21a,_0x56031a._0x5bbb23,_0x56031a._0x1254b1)+'remote\x20con'+_0x1aa48c(-_0x56031a._0x1522fe,-0x161,-_0x56031a._0x2e3e0d,-_0x56031a._0x4dc877)+'r\x20setup\x20re'+'pository';const _0x37a829=_0x225267;if(!_0x5a6ad4)throw new Error(_0x37a829[_0x1c4092(0x1ef,_0x56031a._0x39fff0,_0x56031a._0x16c816,0x1ff)]);const _0x118d9a={};function _0x1c4092(_0x2218a1,_0x36386c,_0x37c9d0,_0x4f76c6){return _0x426a8c(_0x2218a1-0x10c,_0x37c9d0,_0x37c9d0-_0x35b761._0x23be58,_0x4f76c6-_0x35b761._0x1f7da8);}_0x118d9a['cwd']=_0x5a6ad4;const {stdout:_0x28cbe3}=await execFileAsync(_0x37a829[_0x1aa48c(-0x18f,-_0x56031a._0x5aa834,-0x1ca,-0x1bf)],[_0x1aa48c(-0x17c,-_0x56031a._0x34c992,-0x12e,-_0x56031a._0x123a84),_0x37a829['aNEaW'],_0x37a829[_0x1c4092(0x252,_0x56031a._0x2cc685,_0x56031a._0x4553fd,0x266)]],_0x118d9a),_0x31c7f3=_0x28cbe3[_0x1aa48c(-_0x56031a._0x48fa4e,-0x132,-0x1a6,-0x19a)]();if(!_0x31c7f3){if(_0x1aa48c(-_0x56031a._0x51571e,-0x19d,-_0x56031a._0x1abc37,-0x1de)===_0x37a829[_0x1aa48c(-_0x56031a._0x1cabe2,-_0x56031a._0x1c85c4,-_0x56031a._0x3b62b5,-_0x56031a._0x41c867)])return null;else throw new Error(_0x37a829[_0x1c4092(_0x56031a._0xecbd,0x290,_0x56031a._0x587c7c,0x22e)]);}return _0x31c7f3;}export function maskGitUrl(_0x4d3d15){const _0x4a5925={_0x16864e:0x480,_0x2cda3d:0x518,_0x46395b:0x462,_0x53637b:0x537,_0x26bfb5:0x57c,_0x60d320:0xda,_0x9fca94:0xc8,_0x58c33c:0xf8,_0xe35d1f:0x95,_0x32a906:0xaf,_0x2a2702:0x11a,_0x469e8b:0xf8,_0x5bc4a6:0xba,_0x923e3:0xd4,_0x29c1e5:0x121,_0x24a254:0x4d5,_0x2e92d1:0x51c,_0x2177e2:0x520,_0x39be10:0x3a,_0x1df72c:0x64,_0x38c130:0xfe,_0x3c5958:0x147,_0x3df21a:0x8c,_0x269486:0x43a,_0x2fd9e3:0xab,_0x1a8351:0x7a,_0x3ea0ae:0x50},_0x3f5223={_0x2d8839:0xd6},_0x469dbb={_0x37e420:0x22},_0x355b73={};_0x355b73['SAZIp']='***',_0x355b73[_0x2996b1(0x4be,_0x4a5925._0x16864e,_0x4a5925._0x2cda3d,0x4b7)]=function(_0x50564b,_0x2aee1f){return _0x50564b!==_0x2aee1f;};function _0x201544(_0xf309b1,_0x1f6508,_0xa5161b,_0x54dec0){return _0x4fca40(_0x54dec0,_0x1f6508-_0x469dbb._0x37e420,_0xa5161b-0x11,_0xf309b1- -0x20e);}_0x355b73[_0x2996b1(0x4a0,0x475,0x4e0,_0x4a5925._0x46395b)]=_0x2996b1(_0x4a5925._0x53637b,0x52c,0x542,_0x4a5925._0x26bfb5);const _0x3a3402=_0x355b73;if(!_0x4d3d15)return'';function _0x2996b1(_0x2e096f,_0x113957,_0x5db988,_0xa349eb){return _0x4fca40(_0x113957,_0x113957-0x11c,_0x5db988-_0x3f5223._0x2d8839,_0x2e096f-0x38a);}try{if(_0x3a3402[_0x201544(-_0x4a5925._0x60d320,-0x91,-_0x4a5925._0x9fca94,-0x130)](_0x3a3402[_0x201544(-_0x4a5925._0x58c33c,-_0x4a5925._0xe35d1f,-_0x4a5925._0x32a906,-_0x4a5925._0x2a2702)],_0x3a3402[_0x201544(-_0x4a5925._0x469e8b,-_0x4a5925._0x5bc4a6,-_0x4a5925._0x923e3,-_0x4a5925._0x29c1e5)]))_0x3f8603['username']=_0x3a3402[_0x2996b1(_0x4a5925._0x24a254,_0x4a5925._0x2e92d1,_0x4a5925._0x2177e2,0x492)],_0x36dddb[_0x201544(-0x92,-_0x4a5925._0x39be10,-_0x4a5925._0x1df72c,-0xc0)]='';else{const _0x35ca7b=new URL(_0x4d3d15);return(_0x35ca7b[_0x201544(-_0x4a5925._0x38c130,-0x157,-_0x4a5925._0x3c5958,-0xd4)]||_0x35ca7b[_0x201544(-0x92,-_0x4a5925._0x3df21a,-0x3b,-0xce)])&&(_0x35ca7b[_0x2996b1(0x49a,_0x4a5925._0x269486,0x4c7,0x4c4)]=_0x201544(-0xdb,-_0x4a5925._0x2fd9e3,-0xed,-0xc3),_0x35ca7b[_0x201544(-0x92,-_0x4a5925._0x1a8351,-0xc1,-_0x4a5925._0x3ea0ae)]=''),_0x35ca7b[_0x2996b1(0x49c,0x4bf,0x4dd,0x441)]();}}catch{return _0x4d3d15;}}function getUrlRewriteConfigs(_0x309f01){const _0x42ea73={_0x2dc6ab:0x561,_0x3cadd6:0x4c5,_0x1af652:0x51e,_0x5ce91c:0x577,_0xab4308:0x33d,_0x300b63:0x2f7,_0x2dc029:0x316,_0x2df1a5:0x2ef,_0x35b44e:0x4e2,_0x83058a:0x549,_0x57fe24:0x543,_0x4d229f:0x516,_0x794932:0x55e,_0x4364da:0x58c,_0x5f0083:0x2ca,_0x49e374:0x29d,_0x46baa4:0x2f7,_0x17c6dd:0x295,_0x2d5148:0x301,_0x3f4294:0x2eb,_0x2a4ce8:0x2df,_0x2eacc1:0x31d,_0xfac328:0x32c,_0x4081ac:0x2ce,_0x2e1893:0x34d,_0x14f337:0x368,_0x54d160:0x324,_0x45dff9:0x371,_0x4c061b:0x37d,_0x24a436:0x3e3,_0x48129a:0x34e,_0x12c233:0x2f7,_0x12a577:0x37d,_0x43afef:0x3e6,_0x376e65:0x5ac,_0x3ee424:0x594,_0x872d25:0x53b},_0x4efcf0={_0x4bd91d:0x9c},_0x489d54={_0x40f49f:0x14},_0x3fd1bc={};function _0x5dff96(_0x52bcbd,_0x17f1b5,_0x4758ff,_0x60aa0b){return _0x426a8c(_0x4758ff-0x20d,_0x17f1b5,_0x4758ff-0x29,_0x60aa0b-_0x489d54._0x40f49f);}_0x3fd1bc[_0x81122(0x55a,_0x42ea73._0x2dc6ab,0x529,0x5a5)]=function(_0xda30b2,_0x29f073){return _0xda30b2!==_0x29f073;};function _0x81122(_0x465a14,_0xad62a5,_0x1084d7,_0x34388f){return _0x426a8c(_0xad62a5-0x42a,_0x34388f,_0x1084d7-0x31,_0x34388f-_0x4efcf0._0x4bd91d);}_0x3fd1bc[_0x81122(_0x42ea73._0x3cadd6,_0x42ea73._0x1af652,_0x42ea73._0x5ce91c,0x4ec)]=_0x5dff96(_0x42ea73._0xab4308,_0x42ea73._0x300b63,_0x42ea73._0x2dc029,_0x42ea73._0x2df1a5),_0x3fd1bc[_0x81122(_0x42ea73._0x35b44e,_0x42ea73._0x83058a,0x5b1,_0x42ea73._0x57fe24)]=_0x81122(_0x42ea73._0x4d229f,0x56a,_0x42ea73._0x794932,_0x42ea73._0x4364da);const _0x3c5cfb=_0x3fd1bc;if(!_0x309f01)return[];const _0x221987=_0x309f01[_0x5dff96(_0x42ea73._0x5f0083,_0x42ea73._0x49e374,_0x42ea73._0x46baa4,_0x42ea73._0x17c6dd)](/^git@([^:]+):/);if(_0x221987){if(_0x3c5cfb[_0x81122(0x5ac,0x561,0x55b,0x58d)](_0x3c5cfb[_0x5dff96(0x2ac,0x2b9,_0x42ea73._0x2d5148,_0x42ea73._0x3f4294)],_0x3c5cfb[_0x5dff96(_0x42ea73._0x2a4ce8,_0x42ea73._0x2eacc1,_0x42ea73._0xfac328,_0x42ea73._0x4081ac)])){const _0x40de34=_0x221987[0x1a92+0x19e0+-0x117b*0x3];return[_0x5dff96(_0x42ea73._0x2e1893,0x399,_0x42ea73._0x14f337,_0x42ea73._0x54d160)+'//'+_0x40de34+(_0x5dff96(_0x42ea73._0x45dff9,0x395,_0x42ea73._0x4c061b,_0x42ea73._0x24a436)+'f=git@')+_0x40de34+':'];}else throw _0x3419db;}const _0x342154=_0x309f01[_0x5dff96(0x299,_0x42ea73._0x48129a,_0x42ea73._0x12c233,0x313)](/^ssh:\/\/git@([^/]+)\//);if(_0x342154){const _0x18f5e1=_0x342154[0x90d*0x3+-0x4cf*-0x4+0x2*-0x1731];return['url.https:'+'//'+_0x18f5e1+(_0x5dff96(0x332,0x323,_0x42ea73._0x12a577,_0x42ea73._0x43afef)+_0x81122(_0x42ea73._0x376e65,0x59e,_0x42ea73._0x3ee424,_0x42ea73._0x872d25)+'t@')+_0x18f5e1+'/'];}return[];}async function runLocalGitCommand({setupRepoPath:_0x40e802,args:_0x4f91c0,maxBuffer:_0x4fa0fb,execGitCommand:execGitCommand=execFileAsync}){const _0x577569={_0xc0ee54:0x101,_0x34da12:0x11e,_0x5eb797:0x17a,_0x5ccd96:0x120,_0x270127:0xe6},_0x1ee497={_0x44786c:0x187,_0x48b889:0x13e},_0x4c3123={_0x5f9f0b:0x5a,_0x2b7d30:0x69},_0x24f9c7={};_0x24f9c7[_0x13d1dd(-_0x577569._0xc0ee54,-_0x577569._0x34da12,-0x14e,-_0x577569._0x5eb797)]='git';const _0x49eea5=_0x24f9c7;function _0x1c54a0(_0x5c8448,_0x3f681f,_0x4b5298,_0x39bcf7){return _0x4fca40(_0x3f681f,_0x3f681f-_0x4c3123._0x5f9f0b,_0x4b5298-_0x4c3123._0x2b7d30,_0x4b5298- -0x339);}function _0x13d1dd(_0x30ccae,_0x14e6ea,_0x5eed19,_0xb0e442){return _0x426a8c(_0x14e6ea- -0x278,_0xb0e442,_0x5eed19-_0x1ee497._0x44786c,_0xb0e442-_0x1ee497._0x48b889);}const _0x353ed3={};return _0x353ed3['cwd']=_0x40e802,_0x353ed3[_0x13d1dd(-0x163,-0x15d,-_0x577569._0x5ccd96,-0x138)]=_0x4fa0fb,execGitCommand(_0x49eea5[_0x13d1dd(-_0x577569._0x270127,-0x11e,-0xee,-0x12a)],_0x4f91c0,_0x353ed3);}async function runSetupRepoLocalRead({setupRepoPath:_0x400d2f,args:_0x78f430,maxBuffer:maxBuffer=(0x3*-0x86a+0x20a5+-0x749)*(-0x2486+0x9c3*-0x4+0x4f92)*(-0x1343*-0x1+0x875+-0x17b8),dependencies:dependencies={}}){const _0xf20582={_0x352267:0x2,_0x2c58ec:0xb6,_0x615e2:0x496,_0x57c248:0x4ab,_0x506697:0x4ec,_0x251b52:0xd,_0x8eb52d:0x4d5,_0x58e07b:0x508,_0x3ade40:0x4a0,_0x459f6d:0x2d},_0x155106={_0x419f50:0x24,_0x1a45bb:0x5f},_0x5e16a4={_0x308b28:0x10f,_0x231bb8:0x321},_0x5e3d40=dependencies[_0x508ec5(_0xf20582._0x352267,-0xc,0x5a,_0xf20582._0x2c58ec)+'mand']||execFileAsync;function _0x36d1ad(_0x5271ff,_0x4e8192,_0x3a1d65,_0x4c84ea){return _0x4fca40(_0x3a1d65,_0x4e8192-0x9a,_0x3a1d65-_0x5e16a4._0x308b28,_0x5271ff-_0x5e16a4._0x231bb8);}const _0xa4c810={};_0xa4c810[_0x36d1ad(0x497,_0xf20582._0x615e2,_0xf20582._0x57c248,_0xf20582._0x506697)+'ath']=_0x400d2f,_0xa4c810['args']=_0x78f430,_0xa4c810[_0x508ec5(0x12,-0x27,-_0xf20582._0x251b52,0x24)]=maxBuffer;function _0x508ec5(_0x2bb3f4,_0x4c30b1,_0x3ba653,_0x37e4ba){return _0x426a8c(_0x3ba653- -0x128,_0x4c30b1,_0x3ba653-_0x155106._0x419f50,_0x37e4ba-_0x155106._0x1a45bb);}return _0xa4c810[_0x36d1ad(0x4c6,_0xf20582._0x8eb52d,_0xf20582._0x58e07b,_0xf20582._0x3ade40)+_0x508ec5(-0x21,0x5,-0xe,_0xf20582._0x459f6d)]=_0x5e3d40,runLocalGitCommand(_0xa4c810);}export async function getSetupRepoCurrentBranch({setupRepoPath:_0x269809,maxBuffer:_0x19a52a,dependencies:dependencies={}}){const _0x157d02={_0x1b1243:0xff,_0x4ce3bd:0xea,_0x1ffdc9:0xc6,_0x3e462d:0x25e,_0x390ccb:0x21a,_0x13ff09:0x221,_0x4f68a3:0x1f0,_0x4b4dab:0x1e7,_0x25f018:0x23e,_0x17f68f:0x1ba,_0x287984:0x182,_0x299cad:0x153,_0x364a3c:0xea,_0x4e12f9:0x8b,_0x10ec73:0x1f1,_0x41a12e:0x1a2,_0x25fbe4:0x1a2,_0x378f36:0x1dd,_0x1dbd3f:0x152,_0x19aaf6:0x193,_0x4131e8:0x150,_0x43e4a7:0x1b8,_0x219e64:0x1e5,_0x47b86d:0x12f,_0x3e2510:0x114},_0x58f0ae={_0x4946af:0x9d,_0x153c77:0x36},_0x493720={_0x4e7e38:0x142};function _0x1829dc(_0x102efa,_0x36487c,_0xe700c9,_0x439afb){return _0x4fca40(_0xe700c9,_0x36487c-_0x493720._0x4e7e38,_0xe700c9-0xf2,_0x36487c- -0x280);}const _0x961eb9={};_0x961eb9[_0x1829dc(-_0x157d02._0x1b1243,-_0x157d02._0x4ce3bd,-0xe0,-_0x157d02._0x1ffdc9)]=_0x250173(_0x157d02._0x3e462d,0x20c,_0x157d02._0x390ccb,0x227);const _0x3f96b8=_0x961eb9,_0x1a3056={};_0x1a3056[_0x250173(_0x157d02._0x13ff09,0x1d1,_0x157d02._0x4f68a3,0x1e9)+_0x250173(0x225,0x243,_0x157d02._0x4b4dab,_0x157d02._0x25f018)]=_0x269809,_0x1a3056[_0x250173(_0x157d02._0x17f68f,0x145,_0x157d02._0x287984,0x138)]=[_0x3f96b8[_0x1829dc(-_0x157d02._0x299cad,-_0x157d02._0x364a3c,-0x152,-_0x157d02._0x4e12f9)],_0x250173(_0x157d02._0x10ec73,_0x157d02._0x41a12e,_0x157d02._0x25fbe4,0x1a3)+'ef',_0x250173(_0x157d02._0x378f36,_0x157d02._0x1dbd3f,_0x157d02._0x19aaf6,0x1f9)],_0x1a3056[_0x250173(_0x157d02._0x4131e8,0x164,_0x157d02._0x43e4a7,_0x157d02._0x219e64)]=_0x19a52a,_0x1a3056['dependenci'+'es']=dependencies;function _0x250173(_0x31c149,_0x4cc6cd,_0x10dac9,_0x353300){return _0x426a8c(_0x10dac9-_0x58f0ae._0x4946af,_0x4cc6cd,_0x10dac9-0x149,_0x353300-_0x58f0ae._0x153c77);}const {stdout:_0x754261}=await runSetupRepoLocalRead(_0x1a3056);return _0x754261[_0x1829dc(-_0x157d02._0x47b86d,-_0x157d02._0x3e2510,-0xcc,-0x113)]();}export async function getSetupRepoUpstreamRef({setupRepoPath:_0x33cd7a,maxBuffer:_0x1ac99b,dependencies:dependencies={}}){const _0x22ac44={_0x1c0119:0x393,_0x164b31:0x3b5,_0x30d011:0x50f,_0x51f8f1:0x555,_0x572265:0x567,_0x5c65ce:0x39a,_0xc2a685:0x3af,_0x205e2a:0x37b,_0x352cc1:0x35f,_0x38d4be:0x351,_0xa1057d:0x3f3,_0x2aa8c5:0x408,_0x434b35:0x395,_0x37e45e:0x411,_0x8ffd4c:0x3bd,_0x39a3ef:0x44e,_0x5c67f8:0x4d7,_0xea93bb:0x480,_0x1cd91e:0x4f1,_0x57e352:0x404,_0x12ceb1:0x376,_0x16abec:0x35c,_0x35e404:0x45e,_0x2e290d:0x4ac,_0x450dcb:0x4a7,_0xae951d:0x3fa,_0x45732c:0x3d7,_0x1d0bd1:0x3ca,_0x184ddb:0x3d9,_0x7902af:0x2fa,_0x5eb6e5:0x500,_0x27a3e3:0x50f,_0x23f1a4:0x37a,_0x21b840:0x366,_0x1d9ebe:0x3bc},_0x126088={_0x54cca3:0x1cf,_0x560130:0xe4,_0x291e7e:0x35f},_0x6c84b4={_0x1a5931:0x183,_0x4d1385:0x253},_0x439e1b={'cBWAQ':'No\x20origin\x20'+_0x4c126d(_0x22ac44._0x1c0119,0x371,0x3bd,_0x22ac44._0x164b31)+'figured\x20fo'+_0x472b2f(0x531,_0x22ac44._0x30d011,_0x22ac44._0x51f8f1,_0x22ac44._0x572265)+_0x4c126d(0x3af,_0x22ac44._0x5c65ce,_0x22ac44._0xc2a685,0x40b),'oiaRZ':function(_0x5a9f85,_0x5f2da1){return _0x5a9f85(_0x5f2da1);},'TKdoH':_0x4c126d(_0x22ac44._0x205e2a,_0x22ac44._0x352cc1,0x341,_0x22ac44._0x38d4be)+'ef','KLCQN':function(_0x56f8fb,_0x3d36c4){return _0x56f8fb||_0x3d36c4;},'pnIqC':function(_0x21ce33,_0x5c3b6e){return _0x21ce33===_0x5c3b6e;},'FixTi':'mlFiy'};function _0x4c126d(_0x520bde,_0x4de2d1,_0x2719d7,_0x57d635){return _0x4fca40(_0x2719d7,_0x4de2d1-_0x6c84b4._0x1a5931,_0x2719d7-0x151,_0x520bde-_0x6c84b4._0x4d1385);}function _0x472b2f(_0x2bb956,_0x12819f,_0x47517b,_0x364707){return _0x4fca40(_0x47517b,_0x12819f-_0x126088._0x54cca3,_0x47517b-_0x126088._0x560130,_0x12819f-_0x126088._0x291e7e);}try{const {stdout:_0xc8e114}=await _0x439e1b['oiaRZ'](runSetupRepoLocalRead,{'setupRepoPath':_0x33cd7a,'args':[_0x4c126d(_0x22ac44._0xa1057d,_0x22ac44._0x2aa8c5,0x3aa,_0x22ac44._0x434b35),_0x439e1b['TKdoH'],_0x4c126d(_0x22ac44._0x37e45e,_0x22ac44._0x8ffd4c,0x45c,_0x22ac44._0x39a3ef)+_0x472b2f(_0x22ac44._0x5c67f8,0x4c1,_0x22ac44._0xea93bb,_0x22ac44._0x1cd91e),_0x4c126d(0x3b4,_0x22ac44._0x57e352,0x36f,0x3f6)+'}'],'maxBuffer':_0x1ac99b,'dependencies':dependencies}),_0x5c26e9=_0xc8e114['trim']();return _0x439e1b[_0x4c126d(0x3b8,_0x22ac44._0x12ceb1,_0x22ac44._0x16abec,0x418)](_0x5c26e9,null);}catch(_0x395e1a){if(_0x395e1a&&(_0x439e1b[_0x472b2f(_0x22ac44._0x35e404,0x46b,_0x22ac44._0x2e290d,_0x22ac44._0x450dcb)](_0x395e1a['code'],0x28*0xa8+-0x16f6+0x1*-0x349)||_0x439e1b['pnIqC'](_0x395e1a[_0x4c126d(_0x22ac44._0xae951d,_0x22ac44._0x45732c,_0x22ac44._0x1d0bd1,_0x22ac44._0x184ddb)],-0x1124+-0x209f+-0x10c1*-0x3))){if(_0x439e1b[_0x4c126d(0x350,_0x22ac44._0x7902af,0x3b6,0x322)]!==_0x472b2f(0x4d0,_0x22ac44._0x5eb6e5,_0x22ac44._0x27a3e3,0x4b9))throw new _0x2d41ee(_0x439e1b[_0x4c126d(0x3bb,_0x22ac44._0x23f1a4,_0x22ac44._0x21b840,_0x22ac44._0x1d9ebe)]);else return null;}throw _0x395e1a;}}export async function setupRepoRemoteBranchExists({setupRepoPath:_0x6dfc93,branch:_0x520e4e,maxBuffer:_0x560bf3,dependencies:dependencies={}}){const _0x2c6e9b={_0xbe1ee7:0xaf,_0x1deff0:0x60,_0x593e50:0x29,_0x38ef5c:0x105,_0x38b8a4:0x113,_0x2a32ea:0x41,_0x228f0e:0x498,_0x8c8e78:0x45d,_0x2997de:0x444,_0x2a115d:0x3a1,_0x372186:0x3cc,_0x1f14fb:0x3e8,_0x2c76eb:0x41c,_0x54d88f:0xb1,_0x58b527:0xb9,_0x2eecc5:0xd8,_0x3d5281:0x8e,_0x5a2f21:0x5,_0x190ca9:0xef,_0x4b2d4f:0x103,_0x3b7788:0xd7,_0x1b0615:0x70,_0x13c99d:0x59,_0x49ba82:0x445,_0x2d0a9b:0x460,_0x31e8a2:0x39,_0xc65b97:0x3f,_0x3269ad:0x39b,_0x45f03e:0x9d,_0x418824:0x7d,_0x25c769:0x74,_0x367232:0x78,_0x16209b:0x6,_0xfe2a60:0x6a,_0x2fede6:0xce,_0xc34c12:0xd4},_0x5d9947={_0x4d2237:0x67},_0x17911b={_0x29f453:0x148,_0x7f30ca:0xd3};function _0x4435cc(_0x57366f,_0x187a8f,_0x1946b8,_0x5cfa1a){return _0x4fca40(_0x57366f,_0x187a8f-_0x17911b._0x29f453,_0x1946b8-0x1d6,_0x1946b8- -_0x17911b._0x7f30ca);}const _0x4f2489={'ojLZB':_0x4435cc(0xc1,_0x2c6e9b._0xbe1ee7,_0x2c6e9b._0x1deff0,_0x2c6e9b._0x593e50),'CAqZy':_0x4435cc(_0x2c6e9b._0x38ef5c,0x131,0xde,_0x2c6e9b._0x38b8a4),'Ageyz':_0x4435cc(_0x2c6e9b._0x2a32ea,0xf,0x48,0xad)+_0x5b7d1e(_0x2c6e9b._0x228f0e,0x425,_0x2c6e9b._0x8c8e78,0x4af),'kYvvV':function(_0x31c304,_0x2d70f0){return _0x31c304(_0x2d70f0);},'oAuGO':_0x5b7d1e(_0x2c6e9b._0x2997de,_0x2c6e9b._0x2a115d,0x3df,0x399),'gimZJ':_0x5b7d1e(_0x2c6e9b._0x372186,0x38b,_0x2c6e9b._0x1f14fb,_0x2c6e9b._0x2c76eb),'DVKIU':'--quiet','EwVrj':function(_0x190979,_0x58479b){return _0x190979===_0x58479b;}};function _0x5b7d1e(_0xe055a6,_0x213839,_0x41b66d,_0x7ebbc9){return _0x426a8c(_0x41b66d-0x2be,_0x213839,_0x41b66d-_0x5d9947._0x4d2237,_0x7ebbc9-0x55);}if(!_0x520e4e){if(_0x4435cc(0x109,0xfa,0xde,_0x2c6e9b._0x54d88f)===_0x4f2489[_0x4435cc(_0x2c6e9b._0x58b527,0x8f,_0x2c6e9b._0x2eecc5,_0x2c6e9b._0x3d5281)])throw new Error(_0x4f2489[_0x5b7d1e(0x466,0x458,0x414,0x457)]);else{const _0x58442a=new _0xe05f1(_0xabcf0f);return(_0x58442a[_0x4435cc(-_0x2c6e9b._0x5a2f21,0x29,0x3d,0x6d)]||_0x58442a[_0x4435cc(_0x2c6e9b._0x190ca9,_0x2c6e9b._0x4b2d4f,0xa9,_0x2c6e9b._0x3b7788)])&&(_0x58442a['username']=_0x4f2489[_0x4435cc(0x67,_0x2c6e9b._0x3b7788,_0x2c6e9b._0x1b0615,_0x2c6e9b._0x13c99d)],_0x58442a[_0x5b7d1e(0x417,_0x2c6e9b._0x49ba82,0x417,_0x2c6e9b._0x2d0a9b)]=''),_0x58442a[_0x4435cc(0xa2,_0x2c6e9b._0x31e8a2,_0x2c6e9b._0xc65b97,-0x12)]();}}try{return await _0x4f2489['kYvvV'](runSetupRepoLocalRead,{'setupRepoPath':_0x6dfc93,'args':[_0x4f2489[_0x5b7d1e(0x3da,0x3f5,_0x2c6e9b._0x3269ad,0x39e)],_0x4f2489['gimZJ'],_0x4f2489[_0x4435cc(_0x2c6e9b._0x45f03e,0x95,0xac,0xf6)],_0x4435cc(_0x2c6e9b._0x418824,_0x2c6e9b._0x25c769,0x54,0xbb)+'es/origin/'+_0x520e4e],'maxBuffer':_0x560bf3,'dependencies':dependencies}),!![];}catch(_0x355f62){if(_0x355f62&&_0x4f2489[_0x4435cc(_0x2c6e9b._0x367232,-_0x2c6e9b._0x16209b,0x4c,_0x2c6e9b._0xfe2a60)](_0x355f62[_0x4435cc(_0x2c6e9b._0x2fede6,0x92,_0x2c6e9b._0xc34c12,0x13e)],0xa78*0x1+0x4*0x810+-0x3*0xe3d))return![];throw _0x355f62;}}export async function getSetupRepoBranchState({setupRepoPath:_0x592d44,branch:_0x4343cf,maxBuffer:_0x2e2c34,dependencies:dependencies={}}){const _0x1451d8={_0xedcda:0x40f,_0x355d90:0x425,_0x813159:0x457,_0x5da24a:0x2a0,_0xa9064f:0x420,_0x484bbb:0x44b,_0x1cd67d:0x319,_0x4f1079:0x2cf,_0x504419:0x345,_0x19024e:0x4c7,_0x3b4550:0x2ee,_0xbe0815:0x2f1,_0x4466f1:0x2c0,_0x4027d6:0x29c,_0x18501b:0x445,_0x50e43b:0x41d,_0x52998d:0x4a1,_0x2927c6:0x307,_0x27cb8a:0x47e,_0x5e337d:0x49e,_0x2e392e:0x49e,_0x171762:0x46d,_0x4a1909:0x458,_0x44678e:0x3ec,_0x2bbe81:0x46c,_0x593a53:0x4af,_0x397693:0x454,_0x435596:0x319,_0x40bf7b:0x2e1,_0x54f33a:0x369,_0x2e19be:0x324,_0xa95f61:0x352,_0x412ebc:0x2f7,_0x2fd896:0x31b,_0x3f561f:0x35a,_0x1c55e6:0x341,_0x4bc5d4:0x488,_0x573d7b:0x407,_0x2e9684:0x440,_0x21bcd8:0x2a5,_0x20d462:0x3bf,_0x2cd7fc:0x446,_0x44ab28:0x3f4,_0x4fcd73:0x4c5,_0x3fb3d9:0x234,_0x43b9df:0x2f8,_0x2043f3:0x292,_0x404cca:0x441,_0x3e9944:0x3f6,_0x66b8ee:0x357,_0x1a3816:0x37d,_0x10fdd2:0x2b8,_0x21f81e:0x325,_0x442d4d:0x296,_0x4f6c4b:0x254,_0x1fb1c3:0x27d,_0x42dd4a:0x29d,_0x26af1b:0x41a,_0x4ad03c:0x3ed,_0x42572d:0x484,_0x48d8b8:0x356,_0x2395f6:0x347,_0x373188:0x2eb},_0x52c5bc={'cimvU':function(_0x3db9f3,_0x504789){return _0x3db9f3(_0x504789);},'XTRxk':_0xa43a04(_0x1451d8._0xedcda,_0x1451d8._0x355d90,_0x1451d8._0x813159,0x41b),'Jneae':function(_0x3edc07,_0x475f6a){return _0x3edc07!==_0x475f6a;},'eapMh':'IzauC','iAexf':function(_0x5a34ee,_0x35b5ea){return _0x5a34ee(_0x35b5ea);},'Ofwqv':_0x160842(0x2d0,0x334,0x2b7,_0x1451d8._0x5da24a),'yLFSH':'--left-rig'+'ht','cKajr':_0xa43a04(0x413,_0x1451d8._0xa9064f,_0x1451d8._0x484bbb,0x470),'olzEp':function(_0x2cf373,_0x54bd10){return _0x2cf373||_0x54bd10;}};function _0xa43a04(_0x344447,_0x2647af,_0x366c18,_0x5530a7){return _0x4fca40(_0x344447,_0x2647af-0x115,_0x366c18-0x8c,_0x5530a7-0x302);}const _0x2e5866={};function _0x160842(_0x348d58,_0x2505ac,_0x589a71,_0x216563){return _0x4fca40(_0x216563,_0x2505ac-0x34,_0x589a71-0xf4,_0x348d58-0x1a3);}_0x2e5866[_0x160842(_0x1451d8._0x1cd67d,_0x1451d8._0x4f1079,_0x1451d8._0x504419,0x343)+_0xa43a04(_0x1451d8._0x19024e,0x4d7,0x408,0x46f)]=_0x592d44,_0x2e5866[_0x160842(0x2e1,0x289,0x2bf,0x345)]=_0x2e2c34,_0x2e5866[_0x160842(0x2f5,0x31a,0x2b4,_0x1451d8._0x3b4550)+'es']=dependencies;const _0x26d978=_0x4343cf||await _0x52c5bc[_0x160842(_0x1451d8._0xbe0815,0x2a9,_0x1451d8._0x4466f1,_0x1451d8._0x4027d6)](getSetupRepoCurrentBranch,_0x2e5866),_0x298be1={};_0x298be1['setupRepoP'+_0xa43a04(_0x1451d8._0x18501b,0x443,0x457,0x46f)]=_0x592d44,_0x298be1['maxBuffer']=_0x2e2c34,_0x298be1[_0xa43a04(_0x1451d8._0x50e43b,0x401,_0x1451d8._0x52998d,0x454)+'es']=dependencies;const _0x5af3c9=await _0x52c5bc[_0x160842(0x2f1,_0x1451d8._0x2927c6,0x2fd,0x2b5)](getSetupRepoUpstreamRef,_0x298be1),_0x4d9413={};_0x4d9413['setupRepoP'+_0xa43a04(_0x1451d8._0x27cb8a,0x47f,_0x1451d8._0x5e337d,0x46f)]=_0x592d44,_0x4d9413[_0xa43a04(0x49e,_0x1451d8._0x2e392e,_0x1451d8._0x171762,_0x1451d8._0x4a1909)]=_0x26d978,_0x4d9413['maxBuffer']=_0x2e2c34,_0x4d9413[_0xa43a04(_0x1451d8._0x44678e,_0x1451d8._0x2bbe81,_0x1451d8._0x593a53,_0x1451d8._0x397693)+'es']=dependencies;const _0x3157b3=await _0x52c5bc['cimvU'](setupRepoRemoteBranchExists,_0x4d9413);if(!_0x3157b3){let _0x51c16d=0x5*-0x18e+0x9c7+-0x9*0x39;try{const _0x5b0a7b={};_0x5b0a7b[_0x160842(_0x1451d8._0x435596,_0x1451d8._0x40bf7b,0x368,_0x1451d8._0x54f33a)+_0x160842(0x310,0x2ab,_0x1451d8._0x2e19be,_0x1451d8._0xa95f61)]=_0x592d44,_0x5b0a7b[_0x160842(0x2ab,0x2b8,0x2bf,0x284)]=[_0x160842(0x2d0,_0x1451d8._0x412ebc,0x27d,0x282),_0x160842(0x311,_0x1451d8._0x2fd896,0x2c5,_0x1451d8._0x3f561f),_0x52c5bc[_0x160842(0x341,0x364,_0x1451d8._0x1c55e6,0x39c)]],_0x5b0a7b[_0xa43a04(0x44b,_0x1451d8._0x4bc5d4,_0x1451d8._0x573d7b,_0x1451d8._0x2e9684)]=_0x2e2c34,_0x5b0a7b[_0x160842(0x2f5,0x2ad,0x2ec,_0x1451d8._0x21bcd8)+'es']=dependencies;const {stdout:_0x42887c}=await runSetupRepoLocalRead(_0x5b0a7b);_0x51c16d=Number[_0xa43a04(_0x1451d8._0x20d462,_0x1451d8._0x2cd7fc,0x437,_0x1451d8._0x44ab28)](_0x42887c[_0xa43a04(0x444,0x4ac,_0x1451d8._0x4fcd73,0x46e)](),0x1*0x12fd+0xb*0x2e3+-0x32b4)||-0x3*0xa07+-0x157*-0xf+0x9fc;}catch{_0x52c5bc[_0xa43a04(_0x1451d8._0x4bc5d4,0x506,0x4fb,0x4b5)](_0x52c5bc[_0x160842(0x299,0x26d,_0x1451d8._0x3fb3d9,_0x1451d8._0x43b9df)],_0x52c5bc[_0x160842(0x299,_0x1451d8._0x2043f3,0x2b1,0x285)])?_0x399578[_0xa43a04(0x3c7,_0x1451d8._0x404cca,0x3fa,_0x1451d8._0x3e9944)]('-c',_0x29cdf5):_0x51c16d=-0x24f7+-0x16d0+0x3bc7;}return{'branch':_0x26d978,'upstreamRef':_0x5af3c9,'hasUpstream':_0x52c5bc[_0x160842(0x33c,_0x1451d8._0x66b8ee,0x303,_0x1451d8._0x1a3816)](Boolean,_0x5af3c9),'remoteBranchExists':_0x3157b3,'ahead':_0x51c16d,'behind':0x0};}const {stdout:_0x491576}=await _0x52c5bc[_0x160842(0x2f1,0x2de,_0x1451d8._0x10fdd2,_0x1451d8._0x21f81e)](runSetupRepoLocalRead,{'setupRepoPath':_0x592d44,'args':[_0x52c5bc['Ofwqv'],_0x52c5bc[_0x160842(_0x1451d8._0x442d4d,_0x1451d8._0x4f6c4b,_0x1451d8._0x1fb1c3,0x2c6)],_0x52c5bc[_0x160842(0x2fc,0x30d,_0x1451d8._0x42dd4a,0x2c5)],'origin/'+_0x26d978+'...HEAD'],'maxBuffer':_0x2e2c34,'dependencies':dependencies}),[_0x171575,_0x5881f2]=_0x491576[_0xa43a04(0x49d,0x4a5,_0x1451d8._0x26af1b,0x46e)]()[_0xa43a04(_0x1451d8._0x4ad03c,_0x1451d8._0x42572d,0x4b3,0x44b)]('\x09')['map'](_0xee3793=>Number[_0xa43a04(0x3c7,0x43a,0x3e6,0x3f4)](_0xee3793,0x80e+0x131e*0x1+-0x2e*0x97)||-0x14db+-0xf*0x33+0x17d8);return{'branch':_0x26d978,'upstreamRef':_0x5af3c9,'hasUpstream':Boolean(_0x5af3c9),'remoteBranchExists':_0x3157b3,'ahead':_0x52c5bc[_0x160842(0x347,_0x1451d8._0x1a3816,0x314,_0x1451d8._0x48d8b8)](_0x5881f2,0x1989+-0x4d4+-0x13*0x117),'behind':_0x52c5bc[_0x160842(_0x1451d8._0x2395f6,_0x1451d8._0x373188,0x301,0x31e)](_0x171575,0x43*0x17+0x2*-0x2dc+0xb*-0x7)};}export async function getSetupRepoPullPlan({setupRepoPath:_0x4f1161,branch:_0x4af9f8,maxBuffer:_0x3cc93a,dependencies:dependencies={}}){const _0x2542e4={_0x1b26d0:0x22f,_0xc03d42:0x9b,_0x5e1faf:0xe8,_0xb8f317:0x97,_0x2c7394:0x8d,_0x58b04d:0x103,_0x533662:0xc7,_0x53aaab:0x8e,_0x24ed9d:0xff,_0x143fa6:0x106,_0x58c16e:0xb7,_0x4f092e:0x10d,_0x466186:0x1c1,_0x4f224a:0x1d1,_0x12256b:0x235,_0x3e6baf:0x249,_0x4dcd6d:0x12c,_0x557b65:0x1d0,_0x40397c:0xf8,_0x3271d1:0x71,_0x486430:0x218,_0x20f49f:0x1fe,_0x2d1f28:0x22c,_0x1147cb:0x23b},_0x4ed577={_0x5411f4:0x14d},_0x46c4ac={_0x44c03e:0x232,_0x56829a:0xc8},_0x305660={'MTKQM':function(_0x17b24a,_0xdc70aa){return _0x17b24a(_0xdc70aa);},'JxHYm':'pull','ZDrkU':'--rebase','zRsJC':_0x185230(-0x266,-0x232,-0x1ca,-_0x2542e4._0x1b26d0)+'h','AuRdy':_0x733d71(-_0x2542e4._0xc03d42,-0xc9,-0x39,-0x41)},_0x1f91ef={};_0x1f91ef['setupRepoP'+_0x733d71(-_0x2542e4._0x5e1faf,-_0x2542e4._0xb8f317,-0x11a,-_0x2542e4._0x2c7394)]=_0x4f1161,_0x1f91ef[_0x733d71(-0x117,-0x10c,-0xea,-0x156)]=_0x3cc93a,_0x1f91ef['dependenci'+'es']=dependencies;const _0x2ce123=_0x4af9f8||await _0x305660['MTKQM'](getSetupRepoCurrentBranch,_0x1f91ef);function _0x733d71(_0x53af40,_0x1bc538,_0x32a052,_0x560faf){return _0x426a8c(_0x53af40- -_0x46c4ac._0x44c03e,_0x32a052,_0x32a052-_0x46c4ac._0x56829a,_0x560faf-0x8e);}const _0xbc68d9={};_0xbc68d9[_0x733d71(-0xdf,-0x12c,-_0x2542e4._0x58b04d,-0xb7)+_0x733d71(-0xe8,-_0x2542e4._0x533662,-_0x2542e4._0x53aaab,-0x108)]=_0x4f1161,_0xbc68d9[_0x733d71(-_0x2542e4._0x24ed9d,-0xa8,-0xb9,-_0x2542e4._0x143fa6)]=_0x2ce123,_0xbc68d9[_0x733d71(-0x117,-_0x2542e4._0x58c16e,-0x10a,-0x132)]=_0x3cc93a,_0xbc68d9['dependenci'+'es']=dependencies;function _0x185230(_0xd7f194,_0x14a538,_0x435d41,_0x280fcb){return _0x4fca40(_0xd7f194,_0x14a538-_0x4ed577._0x5411f4,_0x435d41-0xb2,_0x14a538- -0x32d);}const _0x14d08f=await _0x305660[_0x733d71(-_0x2542e4._0x4f092e,-0xd7,-0x106,-0x12d)](setupRepoRemoteBranchExists,_0xbc68d9),_0x478ae0={};return _0x478ae0[_0x185230(-0x180,-0x1d7,-_0x2542e4._0x466186,-0x19d)]=_0x2ce123,_0x478ae0['remoteBran'+_0x185230(-_0x2542e4._0x4f224a,-_0x2542e4._0x12256b,-0x20e,-_0x2542e4._0x3e6baf)]=_0x14d08f,_0x478ae0[_0x733d71(-_0x2542e4._0x533662,-_0x2542e4._0x4dcd6d,-0xd7,-0x79)]=_0x14d08f,_0x478ae0[_0x185230(-0x261,-0x225,-_0x2542e4._0x557b65,-0x217)]=_0x14d08f?[_0x305660[_0x733d71(-0xa7,-_0x2542e4._0x40397c,-_0x2542e4._0x3271d1,-0x5f)],_0x305660['ZDrkU'],_0x305660[_0x185230(-_0x2542e4._0x486430,-_0x2542e4._0x20f49f,-0x1b5,-0x1b6)],_0x305660[_0x185230(-0x1f5,-_0x2542e4._0x2d1f28,-0x25b,-_0x2542e4._0x1147cb)],_0x2ce123]:null,_0x478ae0;}export async function getSetupRepoPushPlan({setupRepoPath:_0x476368,branch:_0x52f67e,maxBuffer:_0x5eada8,dependencies:dependencies={}}){const _0xfd9fdd={_0x16ba0b:0x149,_0x4f93a1:0x154,_0xaada5f:0x17a,_0x4e7821:0x17f,_0x4af130:0x22c,_0x390df5:0x1dc,_0x30ea00:0x1fc,_0x1f9c42:0x73,_0x47e39:0xdd,_0x4edbd0:0x96,_0x3ec90e:0x192,_0x26214c:0x1e0,_0x335c5e:0x204,_0x54b5aa:0x1db,_0x511719:0x224,_0x485292:0xdb,_0x147728:0x1c7,_0x61b458:0x1ba,_0x487689:0x1b6,_0x3c2b9f:0x99,_0x365677:0x118,_0x1cd5b5:0xba,_0x58e60d:0xd4},_0x598d4a={_0x4b0dce:0xce,_0x255b29:0x66},_0x3829a0={'PULEe':function(_0x3d66d9,_0x353b73){return _0x3d66d9(_0x353b73);},'VKIkf':function(_0x3e7cef,_0x4a8fe6){return _0x3e7cef(_0x4a8fe6);},'MFCDP':_0x5da32b(-_0xfd9fdd._0x16ba0b,-0x125,-0xcd,-0x13a),'qwKWY':_0x8006b3(0x1bd,0x1d2,0x220,0x1fa),'HZkxI':'--set-upst'+_0x8006b3(_0xfd9fdd._0x4f93a1,_0xfd9fdd._0xaada5f,0x1a5,_0xfd9fdd._0x4e7821)},_0x40c1ea={};_0x40c1ea[_0x8006b3(0x1da,_0xfd9fdd._0x4af130,_0xfd9fdd._0x390df5,_0xfd9fdd._0x30ea00)+_0x8006b3(0x184,0x221,0x1d3,0x170)]=_0x476368;function _0x8006b3(_0x280fe8,_0x13c6f1,_0x2cf221,_0x2d0b30){return _0x4fca40(_0x2d0b30,_0x13c6f1-0x1d2,_0x2cf221-_0x598d4a._0x4b0dce,_0x2cf221-_0x598d4a._0x255b29);}_0x40c1ea[_0x5da32b(-_0xfd9fdd._0x1f9c42,-0xdb,-_0xfd9fdd._0x47e39,-_0xfd9fdd._0x4edbd0)]=_0x5eada8,_0x40c1ea[_0x8006b3(_0xfd9fdd._0x3ec90e,0x1ee,0x1b8,_0xfd9fdd._0x26214c)+'es']=dependencies;const _0x33bfe0=_0x52f67e||await _0x3829a0[_0x8006b3(0x21c,_0xfd9fdd._0x335c5e,_0xfd9fdd._0x54b5aa,0x199)](getSetupRepoCurrentBranch,_0x40c1ea),_0x4e44d8={};_0x4e44d8[_0x8006b3(0x177,_0xfd9fdd._0x511719,_0xfd9fdd._0x390df5,0x17f)+_0x8006b3(0x20f,0x18e,0x1d3,0x182)]=_0x476368,_0x4e44d8[_0x5da32b(-0xcd,-_0xfd9fdd._0x485292,-0xc1,-0xac)]=_0x5eada8,_0x4e44d8[_0x8006b3(0x15d,0x16d,0x1b8,_0xfd9fdd._0x147728)+'es']=dependencies;function _0x5da32b(_0x22deec,_0x297e37,_0x4b48c6,_0x53f461){return _0x426a8c(_0x297e37- -0x1f6,_0x22deec,_0x4b48c6-0x1a6,_0x53f461-0xe1);}const _0x42bd73=await getSetupRepoUpstreamRef(_0x4e44d8);return{'branch':_0x33bfe0,'upstreamRef':_0x42bd73,'hasUpstream':_0x3829a0['VKIkf'](Boolean,_0x42bd73),'args':_0x42bd73?[_0x3829a0[_0x8006b3(_0xfd9fdd._0x61b458,0x222,0x1e6,0x200)],_0x3829a0[_0x8006b3(0x1eb,_0xfd9fdd._0x487689,0x1c5,0x183)],_0x33bfe0]:[_0x3829a0[_0x5da32b(-0x96,-_0xfd9fdd._0x3c2b9f,-0x51,-0xdd)],_0x3829a0['HZkxI'],_0x3829a0[_0x5da32b(-_0xfd9fdd._0x365677,-_0xfd9fdd._0x1cd5b5,-0x8a,-_0xfd9fdd._0x58e60d)],_0x33bfe0]};}async function buildProviderGitContext({setupRepoPath:_0x127d82,providerName:_0x176e63,credentialMode:credentialMode='app',userId:_0x5a00eb,logger:logger=_0x3a0a50,dependencies:dependencies={}}){const _0x4cd417={_0xaf9fb6:0x3f,_0x343d96:0x47,_0x443f6b:0x62,_0x36d08a:0x90,_0xaebdff:0x34,_0x635d76:0x1f,_0x8e7e0c:0xf7,_0x590f0:0x105,_0x4444f9:0xbb,_0x2f249b:0xdf,_0x33ded1:0x8d,_0x361202:0x9f,_0x5c2495:0x58,_0x3ed7c6:0x49,_0x354710:0x43,_0x101450:0x55,_0x531c94:0xa0,_0x2eae5f:0x49,_0x423d7d:0x7,_0x57ba0c:0x70,_0x41934b:0x2b,_0x19ae9f:0xbf,_0x53a018:0x4,_0x3ef821:0x99,_0x472f9a:0xcb,_0x524c21:0xf0,_0x29a8bd:0xb9,_0x28f9ac:0x91,_0x56eb00:0x118,_0x603a8e:0x74,_0x216c2c:0xd8,_0x5a89ff:0x111,_0x5a9417:0x3e,_0x476e2a:0x4a,_0xbd9115:0xd2,_0x211a1e:0x3d,_0x45c8ba:0x27,_0x2192d5:0xaf,_0x4b9a4c:0x1f,_0x2ce0ac:0x60,_0x20be58:0x8c,_0x1db4e1:0x11d,_0x24fc85:0xe9,_0xe09670:0x131,_0x17bc8d:0x49,_0x56161c:0xa,_0x3474c6:0x5c,_0x4e3cc7:0x73,_0x569cc4:0x72,_0xa57e3c:0x32,_0x3f42f3:0xd,_0x4d7452:0x4f,_0x2e5364:0x103,_0x33b953:0x79,_0x2df5a2:0xc2,_0x1e9239:0xab,_0x44de9c:0x29,_0x2c6480:0x6d,_0x4a8af8:0x18,_0xc7a16b:0x6,_0x5cfbd2:0x21,_0x5a25a1:0x65,_0x54bc8e:0x18,_0x1b8472:0x36,_0x173df3:0x1c},_0xa96ba6={_0x1be6d9:0x109},_0x142fce={_0x2aeb7c:0x12b,_0x48caf0:0xd3},_0x2b9296={'kWZQq':function(_0x349552,_0x471c7f){return _0x349552(_0x471c7f);},'RppBZ':function(_0x4d8fed,_0x2e1c90,_0x20d00e,_0xe772d8){return _0x4d8fed(_0x2e1c90,_0x20d00e,_0xe772d8);},'pYWoS':function(_0x5ce3e9,_0xb1a536){return _0x5ce3e9(_0xb1a536);},'DMRzl':'Never','bdUZQ':_0x42c15e(-0xbf,-_0x4cd417._0xaf9fb6,-0x68,-0x46)+_0x4301db(-0x91,-_0x4cd417._0x343d96,-0x2d,-_0x4cd417._0x443f6b),'cIHBk':'Prepared\x20s'+_0x4301db(_0x4cd417._0x36d08a,-0x2e,_0x4cd417._0xaebdff,-_0x4cd417._0x635d76)+_0x42c15e(-_0x4cd417._0x8e7e0c,-_0x4cd417._0x590f0,-_0x4cd417._0x4444f9,-_0x4cd417._0x2f249b)+_0x42c15e(-_0x4cd417._0x33ded1,-0xfa,-0x9c,-0x49)+_0x42c15e(-0xd0,-_0x4cd417._0x361202,-0xb6,-_0x4cd417._0x5c2495)},_0x57ae9b=dependencies[_0x42c15e(-0xe6,-_0x4cd417._0x3ed7c6,-0x9d,-_0x4cd417._0x354710)+_0x4301db(-0xb6,-0x1f,-_0x4cd417._0x101450,-_0x4cd417._0x531c94)+'l']||getSetupRepoOriginUrl,_0x1f61a5=dependencies[_0x4301db(-_0x4cd417._0x2eae5f,0x6a,_0x4cd417._0x423d7d,0x2f)+_0x42c15e(0x3,-0xa4,-0x46,-_0x4cd417._0x57ba0c)+'o']||getCredentialsForRepo,_0x9bd901=await _0x2b9296[_0x42c15e(-_0x4cd417._0x41934b,-_0x4cd417._0x19ae9f,-0x60,-_0x4cd417._0x53a018)](_0x57ae9b,_0x127d82);function _0x4301db(_0x278f43,_0x14bd1d,_0x4feba6,_0x277da0){return _0x426a8c(_0x4feba6- -_0x142fce._0x2aeb7c,_0x278f43,_0x4feba6-0xa2,_0x277da0-_0x142fce._0x48caf0);}const _0x37ba09={};_0x37ba09[_0x42c15e(-0x93,-0x9c,-0x7e,-0x2f)]=logger,_0x37ba09['credential'+_0x42c15e(-_0x4cd417._0x3ef821,-0x10e,-_0x4cd417._0x472f9a,-0xe5)]=credentialMode,_0x37ba09['userId']=_0x5a00eb;const _0x491f9a=await _0x2b9296[_0x4301db(0x82,0x59,0x41,0x8b)](_0x1f61a5,_0x176e63,_0x9bd901,_0x37ba09),_0x133531=ASKPASS_SCRIPT_PATH,_0x2ca309=_0x2b9296['pYWoS'](getUrlRewriteConfigs,_0x9bd901),_0xa31acf=['-c','credential'+_0x42c15e(-_0x4cd417._0x524c21,-0x53,-_0x4cd417._0x29a8bd,-_0x4cd417._0x28f9ac)];for(const _0x8d0418 of _0x2ca309){_0xa31acf['push']('-c',_0x8d0418);}const _0x1a18b6={...process[_0x42c15e(-_0x4cd417._0x56eb00,-_0x4cd417._0x603a8e,-_0x4cd417._0x216c2c,-_0x4cd417._0x5a89ff)]};_0x1a18b6[_0x4301db(-_0x4cd417._0x5a9417,-0x79,-_0x4cd417._0x476e2a,-0xa7)+_0x42c15e(-_0x4cd417._0xbd9115,-0x12,-0x6a,-_0x4cd417._0x211a1e)]='0',_0x1a18b6['GIT_ASKPAS'+'S']=_0x133531,_0x1a18b6[_0x42c15e(-_0x4cd417._0x45c8ba,-0x51,-0x7c,-_0x4cd417._0x2192d5)+_0x4301db(-_0x4cd417._0x4b9a4c,-0x8d,-0x57,-_0x4cd417._0x2ce0ac)]=_0x2b9296[_0x42c15e(-0xa9,-0xb1,-0xdc,-_0x4cd417._0x20be58)],_0x1a18b6[_0x42c15e(-_0x4cd417._0x1db4e1,-0x13c,-_0x4cd417._0x24fc85,-_0x4cd417._0xe09670)+'USERNAME']=_0x491f9a[_0x4301db(-0x15,0x25,-0x3e,-0x86)]||_0x2b9296[_0x4301db(_0x4cd417._0x17bc8d,0xb,_0x4cd417._0x56161c,0x44)],_0x1a18b6['CODER_GIT_'+_0x4301db(0x63,-_0x4cd417._0x3474c6,0xd,_0x4cd417._0x4e3cc7)]=_0x491f9a[_0x42c15e(-0x56,-_0x4cd417._0x569cc4,-_0x4cd417._0x603a8e,-0x43)]||'';const _0x4e0a04=_0x1a18b6;logger[_0x4301db(-0x11,-_0x4cd417._0xa57e3c,-0x3d,-_0x4cd417._0x3f42f3)](_0x2b9296[_0x42c15e(-_0x4cd417._0xbd9115,-_0x4cd417._0x4d7452,-0xaa,-_0x4cd417._0x2e5364)],{'provider':_0x176e63,'origin':_0x2b9296[_0x42c15e(-_0x4cd417._0x33b953,-_0x4cd417._0x2df5a2,-_0x4cd417._0x2ce0ac,-_0x4cd417._0x1e9239)](maskGitUrl,_0x9bd901),'rewrites':_0x2ca309[_0x4301db(0x5e,0x11,_0x4cd417._0x44de9c,_0x4cd417._0x56161c)]});const _0x25207a={};function _0x42c15e(_0x2a873b,_0x921ba8,_0x53fb9c,_0x2f3178){return _0x4fca40(_0x921ba8,_0x921ba8-0x1c5,_0x53fb9c-_0xa96ba6._0x1be6d9,_0x53fb9c- -0x1f0);}return _0x25207a[_0x4301db(_0x4cd417._0x2c6480,-0xc,0x9,_0x4cd417._0x4a8af8)]=_0x9bd901,_0x25207a['commandPre'+_0x4301db(_0x4cd417._0xc7a16b,0x61,_0x4cd417._0x5cfbd2,_0x4cd417._0x5a25a1)]=_0xa31acf,_0x25207a[_0x4301db(-0x4c,_0x4cd417._0x54bc8e,-_0x4cd417._0x1b8472,_0x4cd417._0x173df3)]=_0x4e0a04,_0x25207a;}function _0xe7d6(_0x5e6a7f,_0x31c08d){_0x5e6a7f=_0x5e6a7f-(-0x85*-0x7+-0x1*-0x123d+-0x2*0xa3d);const _0x3c6a6f=_0x4f6a();let _0x2822b6=_0x3c6a6f[_0x5e6a7f];if(_0xe7d6['sLTJRf']===undefined){var _0x17b0f7=function(_0x4e329c){const _0x540065='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x30450c='',_0x5dbb14='';for(let _0x5e8214=0x5d*0x11+0xb*-0x2b9+-0x17c6*-0x1,_0x413e59,_0x16882f,_0x4f51fe=0x2067+0x1d06+-0x11*0x39d;_0x16882f=_0x4e329c['charAt'](_0x4f51fe++);~_0x16882f&&(_0x413e59=_0x5e8214%(0xfa*0x2+0x19*0x9b+-0x1113)?_0x413e59*(-0x2226+-0x261d+-0x13*-0x3d1)+_0x16882f:_0x16882f,_0x5e8214++%(0x1cdd+-0x18b4+-0x425))?_0x30450c+=String['fromCharCode'](0x17e1+-0x47*0x77+0xa1f&_0x413e59>>(-(0x2004+0x753+-0x2755)*_0x5e8214&-0xd99*0x2+-0x991*0x3+0x37eb)):0x4d3+0x17ca+-0x1c9d){_0x16882f=_0x540065['indexOf'](_0x16882f);}for(let _0x4ef06a=0x21d0+0x1*-0x2704+-0x25*-0x24,_0x39677f=_0x30450c['length'];_0x4ef06a<_0x39677f;_0x4ef06a++){_0x5dbb14+='%'+('00'+_0x30450c['charCodeAt'](_0x4ef06a)['toString'](-0x874+-0x128c+0x1b10))['slice'](-(-0x1825+-0x11b0+0x29d7*0x1));}return decodeURIComponent(_0x5dbb14);};_0xe7d6['somJCb']=_0x17b0f7,_0xe7d6['eHOhfN']={},_0xe7d6['sLTJRf']=!![];}const _0x23abeb=_0x3c6a6f[-0x2519*-0x1+0xcf9+-0x2*0x1909],_0x3b7c0e=_0x5e6a7f+_0x23abeb,_0x20594f=_0xe7d6['eHOhfN'][_0x3b7c0e];return!_0x20594f?(_0x2822b6=_0xe7d6['somJCb'](_0x2822b6),_0xe7d6['eHOhfN'][_0x3b7c0e]=_0x2822b6):_0x2822b6=_0x20594f,_0x2822b6;}export async function runSetupRepoGitCommand(_0x12f88d){const _0x37b567={_0x302270:0x8e,_0x1d9d3f:0x7b,_0x555b4a:0x8f,_0x2e3b2a:0x9b,_0x46a7ae:0x1d,_0x5d2753:0xee,_0x4808a0:0xa5,_0x4f3eb0:0x118,_0x3faabc:0xb8,_0x285f80:0x153,_0x2b2fef:0x144,_0x50bad8:0x166,_0x32def0:0x97,_0x238585:0xf4,_0x3636d1:0x70,_0x54675e:0x113,_0x442ee0:0x173,_0xd1ec3b:0x24,_0x3a9f52:0x15a,_0x3d6ec0:0x170,_0x5ee21a:0x18b,_0x18e213:0x20e,_0x15a29a:0x140,_0x3a6786:0x130,_0x3c68b5:0x182,_0x549b6e:0x142,_0x49aa1c:0xf0,_0x24d24d:0xe1,_0x2f1422:0x57,_0x214609:0x14,_0x27dc7c:0x21,_0x3ac0ef:0x159,_0x577dfc:0x155,_0x591698:0x1f7,_0x33eef5:0x18e,_0x2f9564:0x7,_0x52fa38:0x27,_0x4f7a4f:0x1a3,_0x28dc59:0x66,_0x40c927:0x71,_0x568769:0x42,_0x5e72a9:0x3a,_0x129efa:0x3,_0x25ae53:0x1c7,_0x494b5b:0x1e4,_0xb5cf0:0x1e3,_0x7313c:0x1ab,_0x145801:0x19f,_0x365ad0:0x1b6,_0x3dab5e:0x18d,_0xd37599:0x18d,_0x396b56:0xd4,_0x22f2f2:0x108,_0x17f022:0xad,_0x6ec99c:0x137,_0x1f4612:0x171,_0x1ebf04:0x5e,_0x4da457:0x77,_0x3490ad:0xcc,_0x3e149e:0x132,_0x52e013:0x150,_0x33583f:0x93,_0x62ed92:0xcb,_0x29b633:0x8d,_0x358b33:0xb6,_0x52cea5:0x3a,_0x3181ce:0xc0,_0x39c875:0x7c,_0x1cc668:0xa6,_0x5b658e:0xa3,_0x312141:0xbb,_0x463cce:0xb3,_0x5bd85b:0x7c,_0x4dfe97:0x3a,_0x591cc6:0x10b,_0x43f86a:0x10f,_0x4ff832:0x107,_0x5da8d5:0x11f,_0x192df0:0xfd,_0x3ce7f0:0x101,_0x430441:0x12a,_0x5b990f:0x17a,_0xb2e5ef:0x112,_0x441e61:0xea,_0x3a8568:0xdd,_0x5ece46:0x100,_0x1dcff8:0xbd,_0x2cb3ab:0x36,_0x432b1b:0x4b,_0x43d18f:0x72,_0x283b72:0x1f2,_0x461f2d:0x1dd,_0x2c0131:0x1b9,_0x1f0067:0x29,_0x49c836:0x18,_0x9740a9:0xa7,_0x18ecfe:0x3f,_0x48e95b:0x5,_0x560bee:0xe,_0x40992e:0x12f,_0x306fe7:0x81,_0x2d1bd8:0x61,_0x2fac0d:0x1e,_0x2a3d15:0x122,_0xda1b50:0x18e,_0x2953f5:0x13f,_0x54bfde:0x117,_0x2124bc:0x160,_0x2878b8:0x4f,_0x59ee56:0x10e,_0x130c0b:0xe9,_0x4bea00:0x10a,_0x4f8894:0x12b,_0x44a6e4:0x6d,_0x325596:0x17d,_0x48ec72:0x68,_0x5b6e0e:0x92,_0x50893b:0x126,_0x5b11a9:0x9e,_0x38f079:0x179,_0x553c03:0x14c,_0x439357:0x16e,_0x159778:0xf6,_0x869dde:0x14a,_0x5a79a7:0x11,_0x3a589b:0x6b,_0x5493ac:0x105,_0x53b5c4:0xa6,_0x650f7b:0x92,_0x31d631:0xef,_0x5377ef:0x7d,_0x5cec4c:0x79,_0x286b15:0x19b,_0x6a1bdb:0x103,_0x160354:0x16c,_0x17b9f1:0x5d,_0x374894:0xe9,_0x571a0a:0x6f,_0x53ba67:0x3e,_0x3bd481:0xc1,_0x4e7092:0x80,_0x5a43f2:0x8b},_0x156ea2={_0x339bb7:0x197},_0x351dd4={_0x3f2774:0x1ca},_0xc8c862={'UPAsu':function(_0x25d91e,_0x3e7483){return _0x25d91e*_0x3e7483;},'FzLEk':function(_0x275272,_0x596edd){return _0x275272===_0x596edd;},'PcGbP':_0x25fd6f(0x36,_0x37b567._0x302270,0x6e,0x96),'cCALg':_0x25fd6f(_0x37b567._0x1d9d3f,_0x37b567._0x555b4a,_0x37b567._0x2e3b2a,0x77)+_0x335bf8(-0x16a,-0x17b,-0x1b5,-0x1b8)+_0x25fd6f(_0x37b567._0x46a7ae,0x3e,0x73,0x50),'crjnF':function(_0x25d420,_0x560ece){return _0x25d420===_0x560ece;},'hBdSg':'args\x20must\x20'+_0x335bf8(-0xf5,-0x98,-_0x37b567._0x5d2753,-_0x37b567._0x4808a0)+'mpty\x20array','NzoVN':function(_0x2ad2e7,_0x43720b){return _0x2ad2e7||_0x43720b;},'RFmPM':function(_0x16757a,_0x33fd16){return _0x16757a===_0x33fd16;},'BRdSJ':_0x335bf8(-0xea,-0x123,-_0x37b567._0x4f3eb0,-_0x37b567._0x3faabc),'rygjw':_0x335bf8(-0x16b,-_0x37b567._0x285f80,-_0x37b567._0x2b2fef,-_0x37b567._0x50bad8),'pRWQK':_0x25fd6f(0x7f,_0x37b567._0x32def0,_0x37b567._0x238585,0x9c)+_0x25fd6f(0xbc,_0x37b567._0x3636d1,0xf3,0xbc)+'h\x20provider'+_0x25fd6f(_0x37b567._0x54675e,0xa2,0xaf,_0x37b567._0x3faabc)+_0x335bf8(-0x14a,-0x15a,-0x143,-_0x37b567._0x442ee0),'UYNSG':function(_0x35ba9b,_0x2204fb){return _0x35ba9b===_0x2204fb;},'UKuaq':_0x25fd6f(0x80,0x6,0x72,_0x37b567._0xd1ec3b),'jgnnJ':_0x335bf8(-0x182,-0x191,-_0x37b567._0x3a9f52,-_0x37b567._0x3d6ec0),'PAIGQ':'userId\x20is\x20'+_0x335bf8(-_0x37b567._0x5ee21a,-_0x37b567._0x18e213,-0x1a8,-_0x37b567._0x15a29a)+_0x335bf8(-_0x37b567._0x3a6786,-_0x37b567._0x3c68b5,-0x169,-_0x37b567._0x549b6e)+_0x25fd6f(_0x37b567._0x49aa1c,0x11d,0x57,0xc0)+_0x335bf8(-0x169,-_0x37b567._0x24d24d,-0x137,-0x11f),'PYAYE':function(_0xf1209b,_0x3cef4f){return _0xf1209b(_0x3cef4f);},'wYYqv':function(_0x58c2ce,_0x2c46de){return _0x58c2ce===_0x2c46de;},'DQdgu':_0x25fd6f(_0x37b567._0x2f1422,_0x37b567._0x214609,0x77,_0x37b567._0x27dc7c),'wTzyD':_0x335bf8(-0x17e,-_0x37b567._0x3ac0ef,-0x119,-0x12b)+_0x335bf8(-_0x37b567._0x577dfc,-_0x37b567._0x591698,-_0x37b567._0x33eef5,-0x127)+'tup\x20reposi'+'tory\x20provi'+'der\x20auth\x20c'+_0x25fd6f(-0x40,0x6b,_0x37b567._0x2f9564,_0x37b567._0x52fa38)+_0x25fd6f(0x68,0x69,0x0,0x1b)+_0x335bf8(-0x198,-_0x37b567._0x4f7a4f,-0x1a7,-0x1ed)+'git\x20creden'+'tials','AJIOz':_0x25fd6f(0x59,0x42,_0x37b567._0x28dc59,_0x37b567._0x40c927)},{setupRepoPath:_0x2491db,args:_0x521ace,authConfig:_0x40bbd3,userId:_0x5a0188,logger:logger=_0x3a0a50,maxBuffer:maxBuffer=_0xc8c862[_0x25fd6f(0x57,_0x37b567._0x568769,-_0x37b567._0x5e72a9,-_0x37b567._0x129efa)](_0xc8c862[_0x335bf8(-_0x37b567._0x25ae53,-_0x37b567._0x494b5b,-0x1ae,-0x1b8)](-0x1cce*-0x1+0x991*-0x2+0x2*-0x4c7,-0xc7c+-0x4d1*-0x7+-0xb*0x191),0x14dd+0x1*-0x1372+0x295),dependencies:dependencies={},allowLocalFallback:allowLocalFallback=!![]}=_0x12f88d;if(!_0x2491db){if(_0xc8c862['FzLEk'](_0xc8c862[_0x335bf8(-0x1f6,-_0x37b567._0xb5cf0,-_0x37b567._0x7313c,-_0x37b567._0x145801)],'tsqTo'))_0xd10b3d[_0x335bf8(-_0x37b567._0x494b5b,-0x182,-_0x37b567._0x365ad0,-0x16c)]('setup_repo'+_0x335bf8(-0x1f4,-0x175,-_0x37b567._0x3dab5e,-_0x37b567._0xd37599)+_0x335bf8(-_0x37b567._0x396b56,-0x121,-_0x37b567._0x22f2f2,-_0x37b567._0x17f022)+_0x5c0932[_0x335bf8(-0x120,-_0x37b567._0x6ec99c,-_0x37b567._0x1f4612,-0x12e)]+('\x22\x20is\x20not\x20c'+'onfigured'));else throw new Error(_0xc8c862[_0x25fd6f(0x32,_0x37b567._0x1ebf04,_0x37b567._0x4da457,0x99)]);}if(!Array[_0x335bf8(-_0x37b567._0x3490ad,-_0x37b567._0x3e149e,-0x10b,-0xfd)](_0x521ace)||_0xc8c862[_0x335bf8(-0x16d,-_0x37b567._0x52e013,-0x127,-0x152)](_0x521ace[_0x25fd6f(0x2f,0x72,_0x37b567._0x33583f,0x78)],0x21*0x48+0x511*0x2+-0x136a))throw new Error(_0xc8c862[_0x25fd6f(_0x37b567._0x62ed92,_0x37b567._0x29b633,0xdc,_0x37b567._0x358b33)]);const _0x34cc38=normalizeSetupRepoAuthConfig(_0xc8c862[_0x25fd6f(_0x37b567._0x52cea5,0x38,_0x37b567._0x3181ce,_0x37b567._0x39c875)](_0x40bbd3,{})),_0x2e8a6c=dependencies[_0x25fd6f(0x65,0xaa,_0x37b567._0x3181ce,_0x37b567._0x1cc668)+'mand']||execFileAsync;function _0x335bf8(_0xe0a0c9,_0x53aa6e,_0x2d9321,_0x1ee9c2){return _0x426a8c(_0x2d9321- -0x287,_0x53aa6e,_0x2d9321-0x142,_0x1ee9c2-_0x351dd4._0x3f2774);}if(_0xc8c862[_0x25fd6f(0x56,_0x37b567._0x5b658e,_0x37b567._0x312141,_0x37b567._0x463cce)](_0x34cc38[_0x25fd6f(0xc7,0xa4,0xcd,0x9b)],_0x25fd6f(-0xb,0x75,_0x37b567._0x5bd85b,_0x37b567._0x4dfe97))||_0x34cc38[_0x335bf8(-_0x37b567._0x591cc6,-_0x37b567._0x43f86a,-0x110,-_0x37b567._0x4ff832)]===_0xc8c862[_0x335bf8(-_0x37b567._0x5da8d5,-_0x37b567._0x192df0,-_0x37b567._0x3ce7f0,-0xc3)]){if(!_0x34cc38[_0x335bf8(-_0x37b567._0x430441,-0x1ce,-0x171,-0x10b)]){if(_0xc8c862['rygjw']!==_0x335bf8(-0x107,-0xf9,-0x144,-_0x37b567._0x5b990f))throw new _0x4cfc22(_0x335bf8(-_0x37b567._0xb2e5ef,-0xfe,-_0x37b567._0x441e61,-_0x37b567._0x3a8568)+_0x25fd6f(_0x37b567._0x5ece46,0xdc,0x7b,_0x37b567._0x1dcff8)+_0x25fd6f(_0x37b567._0x2cb3ab,_0x37b567._0x432b1b,_0x37b567._0x33583f,_0x37b567._0x43d18f));else throw new Error(_0xc8c862['pRWQK']);}if(_0xc8c862[_0x335bf8(-_0x37b567._0x283b72,-_0x37b567._0x461f2d,-_0x37b567._0x2c0131,-0x19d)](_0x34cc38['mode'],_0xc8c862[_0x25fd6f(0x83,0x56,0xf1,0xaa)])&&!_0x5a0188){if(_0xc8c862[_0x25fd6f(-_0x37b567._0x1f0067,_0x37b567._0x2e3b2a,-0x22,0x39)]!==_0xc8c862[_0x25fd6f(0x1a,-_0x37b567._0x49c836,-0x27,0x14)])throw new Error(_0xc8c862[_0x25fd6f(_0x37b567._0x9740a9,_0x37b567._0x18ecfe,0xa1,0x9d)]);else{if(!_0x31c08d)return[];const _0x3f5104=_0x3c6a6f[_0x25fd6f(_0x37b567._0x5e72a9,-0x46,-_0x37b567._0x48e95b,_0x37b567._0x560bee)](/^git@([^:]+):/);if(_0x3f5104){const _0x9cd1a2=_0x3f5104[-0x1*0x191+0xbaf*-0x1+0xd41];return['url.https:'+'//'+_0x9cd1a2+(_0x335bf8(-_0x37b567._0x40992e,-0x145,-0x117,-0x17c)+_0x25fd6f(_0x37b567._0x306fe7,_0x37b567._0x2d1bd8,0x31,0x6b))+_0x9cd1a2+':'];}const _0x5ad0e3=_0x2822b6[_0x25fd6f(0x5f,-_0x37b567._0x2fac0d,0x45,0xe)](/^ssh:\/\/git@([^/]+)\//);if(_0x5ad0e3){const _0x2681e5=_0x5ad0e3[0x2cd*-0x5+0x1*-0x19f1+0x27f3];return[_0x335bf8(-0xcd,-_0x37b567._0x2a3d15,-0x12c,-_0x37b567._0xda1b50)+'//'+_0x2681e5+(_0x335bf8(-_0x37b567._0x2953f5,-0xda,-_0x37b567._0x54bfde,-_0x37b567._0x2124bc)+_0x25fd6f(0x102,_0x37b567._0x1d9d3f,_0x37b567._0x2878b8,0x98)+'t@')+_0x2681e5+'/'];}return[];}}let _0x5be779;try{_0x5be779=await _0xc8c862[_0x335bf8(-_0x37b567._0x59ee56,-0xdd,-0x120,-_0x37b567._0x130c0b)](buildProviderGitContext,{'setupRepoPath':_0x2491db,'providerName':_0x34cc38[_0x335bf8(-_0x37b567._0x4bea00,-_0x37b567._0xb2e5ef,-0x171,-_0x37b567._0x4f8894)],'credentialMode':_0xc8c862['wYYqv'](_0x34cc38[_0x25fd6f(0xf1,_0x37b567._0x44a6e4,0x5f,_0x37b567._0x2e3b2a)],_0x335bf8(-_0x37b567._0x325596,-0x137,-0x118,-0xb1))?_0xc8c862[_0x335bf8(-0x14f,-0xf8,-_0x37b567._0x3ce7f0,-0x160)]:_0xc8c862['DQdgu'],'userId':_0xc8c862[_0x25fd6f(_0x37b567._0x48ec72,_0x37b567._0x54675e,_0x37b567._0x5b6e0e,_0x37b567._0x463cce)](_0x34cc38[_0x25fd6f(0x33,0x8b,0xc6,0x9b)],_0x335bf8(-0xe8,-_0x37b567._0x50893b,-_0x37b567._0x4f3eb0,-0x141))?_0x5a0188:undefined,'logger':logger,'dependencies':dependencies});}catch(_0x54601f){if(!allowLocalFallback)throw _0x54601f;logger[_0x25fd6f(0x9a,0x5a,0xa4,_0x37b567._0x5b11a9)](_0xc8c862[_0x335bf8(-_0x37b567._0x38f079,-_0x37b567._0x553c03,-0x130,-0x122)],{'provider':_0x34cc38[_0x335bf8(-0x1c7,-0x111,-0x171,-_0x37b567._0x439357)],'credentialMode':_0x34cc38['mode'],'command':_0x521ace[_0x335bf8(-_0x37b567._0x159778,-_0x37b567._0x285f80,-_0x37b567._0x869dde,-0x176)]('\x20'),'error':_0x54601f['message']});const _0x1407aa={};return _0x1407aa['setupRepoP'+'ath']=_0x2491db,_0x1407aa[_0x335bf8(-0x167,-0x16d,-0x1a2,-0x1e6)]=_0x521ace,_0x1407aa[_0x25fd6f(-_0x37b567._0x5a79a7,0x8f,_0x37b567._0x3a589b,0x3f)]=maxBuffer,_0x1407aa[_0x25fd6f(0x10d,0x59,_0x37b567._0x5493ac,_0x37b567._0x53b5c4)+'mand']=_0x2e8a6c,_0xc8c862[_0x25fd6f(_0x37b567._0x650f7b,_0x37b567._0x31d631,0xe1,0x8b)](runLocalGitCommand,_0x1407aa);}return _0x2e8a6c(_0xc8c862[_0x25fd6f(_0x37b567._0x2f9564,0x68,-0x35,0xc)],[..._0x5be779[_0x25fd6f(_0x37b567._0x5377ef,0xa8,0x1b,_0x37b567._0x5cec4c)+'fix'],..._0x521ace],{'cwd':_0x2491db,'env':_0x5be779['env'],'maxBuffer':maxBuffer});}const _0x7aaba9={};_0x7aaba9['setupRepoP'+_0x25fd6f(_0x37b567._0x5cec4c,0x2b,0xc7,0x6e)]=_0x2491db,_0x7aaba9['args']=_0x521ace,_0x7aaba9[_0x335bf8(-_0x37b567._0x286b15,-_0x37b567._0x6a1bdb,-_0x37b567._0x160354,-0x1cb)]=maxBuffer;function _0x25fd6f(_0x41bffe,_0x2366b3,_0x296eb9,_0x2240a5){return _0x426a8c(_0x2240a5- -0xdc,_0x2366b3,_0x296eb9-_0x156ea2._0x339bb7,_0x2240a5-0x11c);}return _0x7aaba9[_0x25fd6f(_0x37b567._0x17b9f1,_0x37b567._0x374894,0x4c,0xa6)+_0x25fd6f(_0x37b567._0x571a0a,0x1f,0x9,_0x37b567._0x53ba67)]=_0x2e8a6c,_0xc8c862[_0x25fd6f(_0x37b567._0x3bd481,_0x37b567._0x4e7092,0xab,_0x37b567._0x5a43f2)](runLocalGitCommand,_0x7aaba9);}
1
+ (function(_0x5f429b,_0x382380){const _0x349706={_0x4294fa:0x243,_0x176560:0x2b3,_0x25fba9:0x28a,_0x213cf5:0x29d,_0x16f4e8:0x223,_0xebeacd:0x410,_0x354fcb:0x3df,_0x1babbc:0x399,_0x1137f5:0x3ee,_0x22cb69:0x396,_0x12a2db:0x393,_0x27506f:0x2bf,_0x18954d:0x319,_0x21daf4:0x389,_0x4c0fbd:0x35d,_0x384375:0x378,_0xd5638d:0x382,_0x49c865:0x390,_0x1fe4c6:0x37a,_0xea843d:0x33c,_0xa7cca5:0x339,_0xd7449:0x35a,_0x272e52:0x44a,_0x5baab8:0x3e9,_0x1b7da2:0x2f0,_0xc2bf83:0x2c6,_0x5a2964:0x230},_0xa7305d={_0x561a46:0x13f},_0x581b41={_0x5cbce9:0x2c};function _0x5cc1c4(_0x9c48f1,_0x2804cc,_0x4db64f,_0x489f16){return _0x5ced(_0x2804cc- -_0x581b41._0x5cbce9,_0x9c48f1);}function _0x1283af(_0x420a9d,_0x2af44b,_0x49613e,_0x1a3ba9){return _0x5ced(_0x1a3ba9-_0xa7305d._0x561a46,_0x2af44b);}const _0x350f1b=_0x5f429b();while(!![]){try{const _0x2b8858=-parseInt(_0x5cc1c4(0x233,_0x349706._0x4294fa,_0x349706._0x176560,0x255))/(0x158*0x9+0x4*-0x994+0x7*0x3bf)*(parseInt(_0x5cc1c4(0x2e2,_0x349706._0x25fba9,_0x349706._0x213cf5,_0x349706._0x16f4e8))/(0x2*-0x1171+0x590+0x1d54))+-parseInt(_0x1283af(_0x349706._0xebeacd,_0x349706._0x354fcb,0x43e,0x402))/(-0x1*-0x2165+-0x92f+-0x1833)*(-parseInt(_0x1283af(_0x349706._0x1babbc,_0x349706._0x1137f5,_0x349706._0x22cb69,_0x349706._0x12a2db))/(0x23cb+0xf*-0x2b+-0xb16*0x3))+parseInt(_0x5cc1c4(0x213,0x26f,_0x349706._0x27506f,0x2b6))/(0x24b2+-0xc*-0x265+-0x4169)*(-parseInt(_0x1283af(_0x349706._0x18954d,_0x349706._0x21daf4,0x350,_0x349706._0x4c0fbd))/(-0x12ef+0x841*0x3+-0x2*0x2e7))+-parseInt(_0x1283af(_0x349706._0x384375,_0x349706._0xd5638d,_0x349706._0x49c865,0x3b3))/(0x90d+-0x1659+0xd53)+-parseInt(_0x1283af(0x402,_0x349706._0x1fe4c6,_0x349706._0xea843d,0x3a1))/(0x261d+0x1729+0xc9*-0x4e)+parseInt(_0x1283af(0x3a2,_0x349706._0xa7cca5,0x30b,_0x349706._0xd7449))/(-0xbc0+0x104d+-0x484)*(parseInt(_0x1283af(0x3cd,0x3ed,0x428,0x3f7))/(0x14d*-0x14+-0x1a5f*-0x1+-0x51))+parseInt(_0x1283af(0x39e,0x3fc,_0x349706._0x272e52,_0x349706._0x5baab8))/(-0x175d*-0x1+-0x24de+0xd8c)*(parseInt(_0x5cc1c4(_0x349706._0x1b7da2,0x280,_0x349706._0xc2bf83,_0x349706._0x5a2964))/(-0x1348+0x12*-0x99+0x1e16));if(_0x2b8858===_0x382380)break;else _0x350f1b['push'](_0x350f1b['shift']());}catch(_0x3fff4f){_0x350f1b['push'](_0x350f1b['shift']());}}}(_0x20a5,0x95*-0x15a0+0x1ebe7*0x7+0x16*0x51aa));import _0x33a4b8 from'path';import{fileURLToPath}from'url';function _0x20a5(){const _0x3a2286=['AcbWCM92AwrLCG','yNjHBMnOigLZia','BwfW','rfDICxO','BMzPz3vYzwq','tNvQzu8','r0nnx0Lovevsqq','nxnVrvf2zq','y29Kzq','uKvfue0','zgLYBMfTzq','ls1ZEw1IB2XPyW','Bw9Kzq','ls1ZzxqTDxbZDa','Dg9tDhjPBMC','lY5PBNn0zwfKtW','DuTky2S','uKztq1K','C2L0B3j5igf1Da','y09wCw8','CMvHBq','CMv2lwXPC3q','mZK4mMXrDhjOAq','CMvTB3rLignVBG','ntKXnZj6rg55rgy','y1vZq3e','BKLouNO','DhvWihjLCg9ZAq','yMuGysbUB24Tzq','q3rHy2u','BwvZC2fNzq','DxnLCKLK','vvnfuK5btuu','C2L0B3j5ihbHDa','nZKZofzcvMvdrG','C2v0DxbFCMvWBW','mJy0odb0svPQBfy','A2r4sxG','C3bSAxq','AwfSC0zVCLjLCa','ChvSBa','r0Lux0fts1bbuW','kIOQ','y3DK','Bg9JywW','rMfPBgvKihrVia','ls1HDxrVC3rHCW','ota2mZq4yxf2y2Xg','B3iGDxnLCIbJCG','tKrNs3i','ueftu1DpuKq','Dg9YEsbWCM92Aq','CxLVA1C','zgvIDwC','x2f1DgG','uMHiv3m','t3PIueK','uwrOAM0','zMLNDxjLzcbMBW','BM9YBwfSAxPLza','tgrTAui','thDOyuS','ywDVAuy','uuLczMK','AwrLCIbHDxrOia','wu9NALq','DxnLCKLKigLZia','CvLwu0i','r0Lux1rfuK1jtG','zNjLzxPL','Cg9ZAxrVCNK','v2Pxz2G','y29UzMLN','Bg9Nz2vY','CIbZzxr1CcbYzq','tw9Kzq','iIbPCYbUB3qGyW','DwLYzwq','DxnLCG','yxrOigLZihjLCq','sevbra','yKv3rve','zgvYigf1DgGGyW','C2v0DxbszxbVua','B250zxH0lcbMyq','ls12zxjPzNK','y3jLzgvUDgLHBa','sLPru0m','zKX3sxa','CMvMCY9Yzw1VDa','DxjSlMH0DhbZoG','zNDZyKy','EKPQs0S','vKnOu0e','CMvXDwLYzwq','A1Dbq1q','CxvPCMvKihDOzq','zwruB3q','twvSuKu','z2v0u2v0Dxbszq','veLKuge','igLZig5VDcbJBW','ntiYzvzmuNn5','z2L0lwfZA3bHCW','zuPtthq','ntG1mJm0nKXlBxzMua','B3Ltu2y','yxjNCW','AxnbCNjHEq','uvzyq0W','q09ervjFr0LuxW','zw52','ls1YzwjHC2u','CMvK','qNzYrK4','DKTeqwy','CgfqwLe','thfhrNK','quTjzMq','BgXPBMCGyMfJAW','uwPgDei','yxjNCYbTDxn0ia','BLnSz1i','DMfSAwq','CxbQwMS','AcbPCYbYzxf1Aq','C2HVDY1Yzwy','qKX0CvC','Effls3y','B2jQzwn0','tLbJqK8','DxnLCM5HBwu','BgvUz3rO','qvncyum','x2f1DgGUChjVDG','y0jYsxa','ls1HyMjYzxyTCG','B3jPz2LUlW','CgfYC2vjBNq','uhjLCgfYzwqGCW','AK5rDgO','vhPfBgq','ls1Nzxq','tMv2zxi','sgreqLa','C3rYAw5N','zKfNquq','D2vSyLO','D2fYBG','B2rL','zML4','y2HfEgLZDhm','ChjVDMLKzxi','ufjszg4','yNLTwMG','DeTMt20','Bwf0y2G','zxnXvgC','CMvXDwLYzwqGzG','nhfMuhHdyW','yxrO','zxjYB3jZ','ls1JB3vUDa','q0HLCKi','DxjQDLa','sxPOEMS','CMv2lxbHCNnL','rg55CMu','te5wvLi','zwrLBNrPywWGBq','D2PRywW','zxmVB3jPz2LUlW','AwrLCIbPCYbYzq','mtCWnZeYmg9ACejMuW','AwrLCIaI','B25MAwD1CMvK','y3f4zuu','CMvTB3rLlM9YAq','DgLHBhm','uhzJAuK','y29TBwfUzfbYzq','z29gv1i','DhjPBq','CMvTB3rLqNjHBG','BwfUza','AM9PBG','mtLUEM5hu0u','CY5ZAa','sg56vwe','ANvKBgO','zgvWzw5Kzw5JAq','mZiXotGXmwDZB1ncDa','tM8GB3jPz2LUia','EKTcAfO','zxHLy0DPDenVBq','Bwf4qNvMzMvY','B2TLBG','C2HVDwXKuhvSBa','uvLnzLO','yvv5B0q','tvntAKO','z2LUlNvYBa','CMrKtKW','CgfZC3DVCMq','ls1Szwz0lxjPzW','zhbkDK8','rfnxy3C','yxbW','whbjCe0','ChvZAa','yNjHBMnO','ChjVDMLKzxjZ','z2L0','te5fAKm','AxrVCNKGChjVDG','lwz1BgWTBMfTzq','u2v0DxaGCMvWBW','lMHLBhbLCJ0','yKzuz1O','EKjIwxO','AwXkDLy','vwvTwuq','qhT1Chn0CMvHBq'];_0x20a5=function(){return _0x3a2286;};return _0x20a5();}import{execFile}from'child_process';import{promisify}from'util';import{getCredentialsForRepo,loadProvidersConfig}from'./git-provider-service.js';import{logger as _0x53cf80}from'./logger.js';function _0x52a81f(_0x69ad94,_0x54cd31,_0x4b21f3,_0x146f4e){return _0x5ced(_0x4b21f3- -0x327,_0x69ad94);}const execFileAsync=promisify(execFile),__filename=fileURLToPath(import.meta.url),__dirname=_0x33a4b8[_0x4e9240(0x3f1,0x38d,0x3fb,0x36c)](__filename),_0x4ed43e={};_0x4ed43e[_0x52a81f(-0x9a,-0x89,-0x87,-0x9b)]=_0x52a81f(-0xe,-0x45,-0x67,-0xb0),_0x4ed43e['provider']=null;const DEFAULT_SETUP_REPO_AUTH=Object[_0x52a81f(-0x109,-0x11f,-0x12d,-0x109)](_0x4ed43e),ASKPASS_SCRIPT_PATH=_0x33a4b8[_0x52a81f(-0xbd,-0x9a,-0xb9,-0x87)](__dirname,_0x52a81f(-0xb8,-0xfe,-0x10b,-0xf5)+_0x52a81f(-0x124,-0x100,-0xb7,-0x4d));export function normalizeSetupRepoAuthConfig(_0x44497f={}){const _0x5a858d={_0x36ec84:0x1f,_0x2a9716:0x3b,_0x498bbb:0x31,_0x10a8ce:0x5e2,_0x35730e:0x5b3,_0x8fe2e4:0x579,_0xb0b397:0x55b,_0x33b8ff:0x4f0,_0x5f10b1:0x59,_0x295a84:0x96,_0x336a8f:0xfa,_0xbc307f:0x72,_0x25f578:0x553,_0x3cdf9f:0x23,_0x1f4c80:0x1c,_0x22199c:0x68,_0x28646f:0x6c,_0x3b2772:0x3f,_0x1ab934:0x563,_0x4461e4:0x5b3,_0x2f20ca:0x5d5,_0x48ceec:0x31,_0x19365b:0x1d,_0x54757c:0x5be,_0x5596b3:0x597,_0x2f8c18:0x57a,_0x2fd4db:0x2b,_0x3b9caf:0x1e,_0x526516:0x14,_0x33fff1:0x21,_0x419f16:0x5d,_0x3f7454:0x1,_0x5e1718:0x41,_0xc3c7a7:0x11,_0x426062:0x5b2,_0x1970d9:0x5dd,_0x2fda50:0x64a},_0x592008={_0x296675:0x176,_0x5ca98d:0x132},_0x33428a={_0x28fe93:0xfd};function _0xa8fe4c(_0x15aa2d,_0x39d66e,_0x449240,_0x35c926){return _0x52a81f(_0x449240,_0x39d66e-0x70,_0x39d66e-_0x33428a._0x28fe93,_0x35c926-0x1e3);}const _0x1d2649={};_0x1d2649[_0xa8fe4c(_0x5a858d._0x36ec84,_0x5a858d._0x2a9716,0xa7,-_0x5a858d._0x498bbb)]=function(_0x40ee17,_0x39d118){return _0x40ee17===_0x39d118;},_0x1d2649[_0x4a24b8(_0x5a858d._0x10a8ce,_0x5a858d._0x35730e,0x565,_0x5a858d._0x8fe2e4)]='provider',_0x1d2649['fLwIp']=_0x4a24b8(0x545,0x540,_0x5a858d._0xb0b397,_0x5a858d._0x33b8ff),_0x1d2649[_0x4a24b8(0x57f,0x597,0x607,0x595)]=_0xa8fe4c(_0x5a858d._0x5f10b1,_0x5a858d._0x295a84,_0x5a858d._0x336a8f,_0x5a858d._0xbc307f),_0x1d2649[_0x4a24b8(_0x5a858d._0x25f578,0x549,0x54f,0x58f)]=_0xa8fe4c(-_0x5a858d._0x3cdf9f,_0x5a858d._0x1f4c80,_0x5a858d._0x22199c,-0x40);const _0x21e2de=_0x1d2649,_0x474402=_0x44497f?.['mode'];function _0x4a24b8(_0x270714,_0x14d140,_0xbcb667,_0x4fabac){return _0x4e9240(_0x270714-_0x592008._0x296675,_0x14d140-0x24e,_0xbcb667-_0x592008._0x5ca98d,_0xbcb667);}const _0x5cd589=_0x21e2de[_0xa8fe4c(0x87,_0x5a858d._0x2a9716,_0x5a858d._0x28646f,_0x5a858d._0x3b2772)](_0x474402,_0x21e2de[_0x4a24b8(_0x5a858d._0x1ab934,_0x5a858d._0x4461e4,0x5c6,_0x5a858d._0x2f20ca)])||_0x21e2de[_0xa8fe4c(0x56,0x3b,_0x5a858d._0x48ceec,0x67)](_0x474402,_0x21e2de[_0xa8fe4c(0x4a,-_0x5a858d._0x19365b,0x1,0x11)])?_0x474402:_0x21e2de[_0x4a24b8(_0x5a858d._0x54757c,_0x5a858d._0x5596b3,0x602,_0x5a858d._0x2f8c18)],_0x58b18d=typeof _0x44497f?.[_0xa8fe4c(0x8f,0x23,-0x49,-_0x5a858d._0x2fd4db)]===_0x21e2de[_0xa8fe4c(-0xb,-_0x5a858d._0x3b9caf,_0x5a858d._0x526516,_0x5a858d._0x33fff1)]&&_0x44497f['provider']['trim']()?_0x44497f[_0xa8fe4c(_0x5a858d._0x419f16,_0x5a858d._0x3cdf9f,-0x20,-_0x5a858d._0x3f7454)][_0xa8fe4c(0x69,_0x5a858d._0x5e1718,_0x5a858d._0xc3c7a7,0x9)]():null,_0x3e654f={};return _0x3e654f[_0x4a24b8(_0x5a858d._0x426062,_0x5a858d._0x1970d9,0x60e,_0x5a858d._0x2fda50)]=_0x5cd589,_0x3e654f['provider']=_0x58b18d,_0x3e654f;}export function validateSetupRepoAuthConfig(_0x2433ec={},_0x245622={}){const _0x27c84b={_0xf00ede:0x46c,_0x2d50e2:0x438,_0x28a4c4:0x431,_0x2019d9:0x402,_0x779882:0x434,_0x21628c:0x433,_0x4bfe9c:0x436,_0x4a35f7:0x3d1,_0x24cc14:0x3ea,_0x4af8e9:0x476,_0x56cec4:0x441,_0x17ab80:0x45f,_0x11d7bd:0x41b,_0x151d3d:0x42d,_0x1c165b:0x456,_0x3b3516:0x3f7,_0xc3c3b5:0x4c8,_0x3c39b0:0x4f4,_0x4406b1:0x4bb,_0x3989c2:0x48c,_0x4580e7:0x500,_0x13b8fd:0x54b,_0x443dca:0x450,_0x3c84ca:0x52f,_0x4f5211:0x4ee,_0x1e29d6:0x460,_0x2d9fa3:0x4c4,_0x543d46:0x4c0,_0x39dfd0:0x42e,_0x28e500:0x4ac,_0x4766e6:0x3ef,_0x471f15:0x3bc,_0x5db189:0x469,_0x36a23d:0x49a,_0x1f1296:0x4bd,_0x37dfb6:0x453,_0x58661d:0x41e,_0x4b8f33:0x414,_0x4ade78:0x475,_0x20f17f:0x433,_0xf836cb:0x3e5,_0x1dbf4d:0x3f8,_0x2fc4b9:0x3d8,_0x4fb74c:0x3db,_0x24f04a:0x5b6,_0x50f172:0x584,_0x2edfc0:0x518,_0x47bece:0x52d,_0x4a496d:0x57c,_0x2c1b9f:0x564,_0x535391:0x49a,_0x5683c7:0x4bc,_0x22fceb:0x4d1,_0x4a17c4:0x4f2,_0x58ac16:0x551,_0x412855:0x4e2,_0x299191:0x51f,_0x1458d3:0x446,_0x30c3b8:0x422,_0x230468:0x42b,_0x459131:0x3c0,_0x369a01:0x454,_0x30c54f:0x43b,_0x55ea72:0x3f4,_0x1b4aeb:0x556,_0x32305b:0x4c1,_0x35909b:0x4c3,_0x2f3f92:0x3e0,_0x114eec:0x472,_0x4c365d:0x44e,_0x508fde:0x4fb,_0x3ac949:0x510,_0x1ab13e:0x547,_0x59e2dc:0x4e5,_0x12679f:0x54e,_0x6eaadf:0x50a,_0x54cda3:0x565,_0x3b132d:0x506,_0x44dda8:0x442,_0x319dd0:0x42e,_0x3f1a7e:0x574,_0x24b162:0x566,_0x307baa:0x520,_0x297269:0x4e5,_0x29f1eb:0x49a,_0x391925:0x4a5,_0x40b8ed:0x43c,_0x40ca1a:0x4a2,_0x2a58bb:0x430,_0x4f2ba8:0x481,_0x55f2fc:0x3e7,_0x39edbe:0x4fd,_0x5d4367:0x4e6,_0x18c196:0x482,_0x1cfaf1:0x4d7,_0x4e2cfe:0x4c6,_0x25e402:0x47e,_0x5b1bb0:0x4b3,_0x1eec58:0x4fe,_0x55136c:0x437},_0x332461={_0x3bdbc9:0x1b4,_0x12b758:0xe2},_0x1db045={_0x256205:0x173,_0x45118b:0x37};function _0x371966(_0x163ae1,_0x4c75b9,_0xc161c3,_0x163984){return _0x52a81f(_0xc161c3,_0x4c75b9-_0x1db045._0x256205,_0x163ae1-0x50a,_0x163984-_0x1db045._0x45118b);}function _0xfae259(_0x53d025,_0x24425b,_0x40ce61,_0x513b96){return _0x52a81f(_0x40ce61,_0x24425b-_0x332461._0x3bdbc9,_0x24425b-0x5ce,_0x513b96-_0x332461._0x12b758);}const _0x573e72={'kCmJh':function(_0x1246a5,_0x103fea,_0x3078b3,_0x5329f7){return _0x1246a5(_0x103fea,_0x3078b3,_0x5329f7);},'FGkZL':_0x371966(_0x27c84b._0xf00ede,_0x27c84b._0x2d50e2,_0x27c84b._0x28a4c4,_0x27c84b._0x2019d9),'kdxIx':_0xfae259(_0x27c84b._0x779882,0x49e,0x442,_0x27c84b._0x21628c)+_0x371966(_0x27c84b._0x4bfe9c,_0x27c84b._0x4a35f7,_0x27c84b._0x24cc14,_0x27c84b._0x4af8e9)+_0xfae259(0x594,0x56b,0x543,0x54b)+_0x371966(_0x27c84b._0x56cec4,_0x27c84b._0x17ab80,_0x27c84b._0x11d7bd,0x449)+_0x371966(_0x27c84b._0x151d3d,_0x27c84b._0x1c165b,0x3cd,_0x27c84b._0x3b3516),'bEwEQ':function(_0x2ce8cc,_0x4b65e4){return _0x2ce8cc(_0x4b65e4);},'ASBaC':_0xfae259(_0x27c84b._0xc3c3b5,_0x27c84b._0x3c39b0,0x527,0x51e),'MSSjJ':function(_0x2015c1,_0x4af8aa){return _0x2015c1===_0x4af8aa;},'ITqNC':_0xfae259(0x4cc,0x4aa,_0x27c84b._0x4406b1,_0x27c84b._0x3989c2),'welbZ':'CFJMj','XpIpM':function(_0x1a79df,_0x344c03){return _0x1a79df!==_0x344c03;},'wjkal':_0xfae259(_0x27c84b._0x4580e7,_0x27c84b._0x13b8fd,0x4e4,0x59c)},_0x1da631=_0x573e72[_0x371966(0x3e9,_0x27c84b._0x443dca,0x3ff,0x389)](normalizeSetupRepoAuthConfig,_0x2433ec),_0x1912b1=[],_0x57c62e=_0x245622[_0xfae259(0x508,_0x27c84b._0x3c84ca,0x4e3,_0x27c84b._0x4f5211)]||{};if(_0x1da631['mode']===_0x573e72[_0x371966(0x41d,0x408,0x3c7,0x42a)]||_0x573e72[_0x371966(_0x27c84b._0x1e29d6,_0x27c84b._0x2d9fa3,_0x27c84b._0x543d46,_0x27c84b._0x39dfd0)](_0x1da631['mode'],_0x573e72['ITqNC'])){if(_0x573e72[_0x371966(_0x27c84b._0x1e29d6,_0x27c84b._0x28e500,0x3f3,0x48e)](_0x371966(0x3d5,0x401,_0x27c84b._0x4766e6,_0x27c84b._0x471f15),_0x371966(0x47c,0x457,0x4cf,0x4e2))){if(!_0x2882c8['provider'])_0x29b084[_0x371966(_0x27c84b._0x5db189,0x450,0x4ac,0x40a)](_0x371966(_0x27c84b._0x36a23d,_0x27c84b._0x1f1296,_0x27c84b._0x37dfb6,0x4e5)+_0x371966(_0x27c84b._0x58661d,0x3d1,_0x27c84b._0x4b8f33,_0x27c84b._0x4ade78)+_0x371966(0x444,_0x27c84b._0x20f17f,_0x27c84b._0xf836cb,0x3d7)+_0x371966(_0x27c84b._0x1dbf4d,0x41a,_0x27c84b._0x2fc4b9,_0x27c84b._0x4fb74c)+'n\x20mode\x20is\x20'+'\x22'+_0xa6b69f[_0xfae259(0x4ef,0x547,_0x27c84b._0x24f04a,_0x27c84b._0x50f172)]+'\x22');else!_0x97d2a0[_0x16bdc8['provider']]&&_0x184670[_0xfae259(_0x27c84b._0x2edfc0,_0x27c84b._0x47bece,_0x27c84b._0x4a496d,_0x27c84b._0x2c1b9f)](_0x371966(_0x27c84b._0x535391,_0x27c84b._0x5683c7,_0x27c84b._0x22fceb,_0x27c84b._0x4a17c4)+_0xfae259(_0x27c84b._0x58ac16,_0x27c84b._0x412855,0x51d,_0x27c84b._0x299191)+_0x371966(_0x27c84b._0x1458d3,0x4b2,0x434,0x493)+_0x1eb026[_0x371966(0x430,_0x27c84b._0x30c3b8,0x441,0x459)]+('\x22\x20is\x20not\x20c'+'onfigured'));}else{if(!_0x1da631['provider']){if(_0x573e72[_0x371966(_0x27c84b._0x230468,_0x27c84b._0x459131,_0x27c84b._0x369a01,_0x27c84b._0x4af8e9)]!=='CFJMj'){const _0xa972d1={};return _0xa972d1[_0x371966(0x4a2,0x4e8,_0x27c84b._0x30c54f,0x43b)]=_0x1c1104,_0xa972d1[_0x371966(0x45b,0x4c8,0x400,_0x27c84b._0x55ea72)]=_0x426508,_0x573e72['kCmJh'](_0x5e9a08,_0x573e72['FGkZL'],_0x37adcf,_0xa972d1);}else _0x1912b1[_0xfae259(_0x27c84b._0x1b4aeb,_0x27c84b._0x47bece,0x528,_0x27c84b._0x32305b)](_0x371966(0x49a,_0x27c84b._0x35909b,0x42e,0x470)+_0x371966(0x41e,_0x27c84b._0x2f3f92,_0x27c84b._0x114eec,0x449)+_0x371966(0x444,0x4b1,0x3f2,_0x27c84b._0x4c365d)+_0xfae259(_0x27c84b._0x508fde,0x4bc,0x499,0x469)+'n\x20mode\x20is\x20'+'\x22'+_0x1da631[_0xfae259(_0x27c84b._0x3ac949,_0x27c84b._0x1ab13e,_0x27c84b._0x59e2dc,_0x27c84b._0x12679f)]+'\x22');}else{if(!_0x57c62e[_0x1da631['provider']]){if(_0x573e72[_0xfae259(0x581,0x52c,0x55b,_0x27c84b._0x6eaadf)](_0x573e72[_0xfae259(_0x27c84b._0x54cda3,_0x27c84b._0x3b132d,0x56b,0x55d)],_0x573e72[_0x371966(_0x27c84b._0x44dda8,0x3e3,_0x27c84b._0x319dd0,0x428)]))throw new _0x3e9dc9(_0x573e72[_0xfae259(_0x27c84b._0x3f1a7e,0x560,_0x27c84b._0x24b162,_0x27c84b._0x307baa)]);else _0x1912b1[_0xfae259(0x576,_0x27c84b._0x47bece,0x544,_0x27c84b._0x297269)](_0x371966(_0x27c84b._0x29f1eb,_0x27c84b._0x391925,0x42c,0x49f)+'_auth.prov'+_0x371966(_0x27c84b._0x1458d3,_0x27c84b._0x40b8ed,0x45c,_0x27c84b._0x40ca1a)+_0x1da631[_0x371966(_0x27c84b._0x2a58bb,_0x27c84b._0x4f2ba8,_0x27c84b._0x55f2fc,0x480)]+(_0xfae259(0x468,0x4a8,_0x27c84b._0x39edbe,_0x27c84b._0x5d4367)+_0x371966(0x447,0x41c,_0x27c84b._0x18c196,0x444)));}}}}const _0x5612d9={};return _0x5612d9[_0xfae259(0x47d,_0x27c84b._0x1cfaf1,_0x27c84b._0x4e2cfe,_0x27c84b._0x25e402)]=_0x1912b1['length']===0x1350+-0x24a1*0x1+-0xb*-0x193,_0x5612d9[_0x371966(0x439,0x481,0x40e,0x479)]=_0x1912b1,_0x5612d9[_0xfae259(_0x27c84b._0x5b1bb0,0x497,_0x27c84b._0x1eec58,_0x27c84b._0x55136c)]=_0x1da631,_0x5612d9;}export async function getSetupRepoAuthConfig(_0x500d2a={}){const _0x307955={_0x31cdf8:0x41,_0x3ca69a:0x11,_0x45112f:0xb1,_0x367fca:0x3b,_0x2c13a1:0xe},_0x6ad911={_0x2eee72:0x1c6,_0x328de1:0x120},_0xc98851={_0x1d0945:0x1d6},_0x4abb30={'bFTgZ':function(_0x285428,_0x5a8605){return _0x285428(_0x5a8605);}};function _0x2638fa(_0x5c25c0,_0x11e7cc,_0x26bc1f,_0x54c2b9){return _0x52a81f(_0x5c25c0,_0x11e7cc-_0xc98851._0x1d0945,_0x54c2b9-0x102,_0x54c2b9-0x38);}const _0x251580=await loadProvidersConfig(_0x500d2a);if(!_0x251580||typeof _0x251580!==_0x2638fa(0x5d,-0x2,-_0x307955._0x31cdf8,_0x307955._0x3ca69a)){const _0x13de9c={...DEFAULT_SETUP_REPO_AUTH};return _0x13de9c;}function _0x3d5f43(_0x372bc6,_0x2c52e6,_0x1cd51d,_0x5c6a08){return _0x4e9240(_0x372bc6-_0x6ad911._0x2eee72,_0x372bc6-_0x6ad911._0x328de1,_0x1cd51d-0x67,_0x1cd51d);}return _0x4abb30[_0x2638fa(0xc1,_0x307955._0x45112f,_0x307955._0x367fca,0x6a)](normalizeSetupRepoAuthConfig,_0x251580['setup_repo'+_0x2638fa(-0x40,_0x307955._0x2c13a1,-0x31,-0x3a)]||{});}export async function getSetupRepoOriginUrl(_0x5e09c1){const _0x2408b8={_0xb8c7ce:0x14b,_0x11b5ff:0x10d,_0x6c9b7d:0xb9,_0xe4d227:0x112,_0x3c29f0:0x143,_0x2b0c75:0x276,_0xe91d6:0x276,_0x47b16f:0x29d,_0x531625:0x2d1,_0x3333b5:0x252,_0x1be9a6:0x2de,_0x12ae1b:0x317,_0x58004e:0x2d0,_0x594a60:0x2dc,_0xd19239:0x2a6,_0x4252e3:0x297,_0x588464:0x2ce,_0x257f28:0xe2,_0x25f7c7:0xef,_0x5e683d:0xb1,_0x5e2ac3:0x207,_0x486d01:0x277,_0x1afda2:0x2d6,_0x353b92:0x283,_0x330d19:0x21a,_0x4bbe9a:0xfd,_0x55bc57:0xb0,_0xd735e0:0xe7,_0x39beb1:0xdb,_0x3e9892:0x1da,_0x590e09:0x173,_0x572442:0x28a,_0x9f779d:0x26f,_0x492d5f:0x12f},_0x2adb36={_0x1a5512:0x139,_0xdbb85c:0x13};function _0x5b5c60(_0x33f983,_0x39dc0d,_0x1dfad4,_0xb25422){return _0x52a81f(_0x33f983,_0x39dc0d-_0x2adb36._0x1a5512,_0x39dc0d-0x3b4,_0xb25422-_0x2adb36._0xdbb85c);}const _0x23434c={'REEPM':_0x287b19(-_0x2408b8._0xb8c7ce,-_0x2408b8._0x11b5ff,-_0x2408b8._0x6c9b7d,-0xe8)+_0x287b19(-_0x2408b8._0xe4d227,-0xe5,-0xfd,-_0x2408b8._0x3c29f0)+_0x5b5c60(0x2ec,0x2bf,_0x2408b8._0x2b0c75,_0x2408b8._0xe91d6)+_0x5b5c60(_0x2408b8._0x47b16f,0x2b3,_0x2408b8._0x531625,_0x2408b8._0x3333b5),'BEvSG':function(_0x46e801,_0x51eefd,_0x330c98,_0x37a8e5){return _0x46e801(_0x51eefd,_0x330c98,_0x37a8e5);},'BvrFN':_0x5b5c60(0x36d,0x316,_0x2408b8._0x1be9a6,_0x2408b8._0x12ae1b),'Cymvb':_0x5b5c60(0x32b,_0x2408b8._0x58004e,_0x2408b8._0x594a60,_0x2408b8._0xd19239),'CkAkK':_0x5b5c60(_0x2408b8._0x4252e3,0x2f3,0x2b1,_0x2408b8._0x12ae1b)+_0x5b5c60(_0x2408b8._0x588464,0x30b,0x337,0x2ee),'AhGSf':_0x287b19(-_0x2408b8._0x257f28,-0x125,-0x166,-0x116)+_0x287b19(-0xdb,-_0x2408b8._0x25f7c7,-_0x2408b8._0x5e683d,-0x88)+_0x287b19(-_0x2408b8._0x5e2ac3,-0x1ab,-0x21b,-0x18c)+_0x5b5c60(_0x2408b8._0x486d01,0x28c,_0x2408b8._0x1afda2,0x22f)+_0x5b5c60(_0x2408b8._0x353b92,0x288,0x25e,_0x2408b8._0x330d19)};if(!_0x5e09c1)throw new Error(_0x23434c[_0x287b19(-0xb6,-_0x2408b8._0x4bbe9a,-_0x2408b8._0x55bc57,-0x97)]);const _0x5d28f1={};function _0x287b19(_0x30ba80,_0xce8532,_0x52cceb,_0xf32c4a){return _0x4e9240(_0x30ba80-0x86,_0xce8532- -0x489,_0x52cceb-0x5d,_0x52cceb);}_0x5d28f1[_0x287b19(-_0x2408b8._0xd735e0,-_0x2408b8._0x39beb1,-0x13b,-0xdf)]=_0x5e09c1;const {stdout:_0x44bafc}=await _0x23434c['BEvSG'](execFileAsync,_0x23434c[_0x287b19(-_0x2408b8._0x3e9892,-_0x2408b8._0x590e09,-0x1d2,-0x16d)],[_0x5b5c60(0x2af,_0x2408b8._0x572442,_0x2408b8._0x9f779d,0x2c5),_0x23434c['Cymvb'],_0x23434c['CkAkK']],_0x5d28f1),_0x2818b5=_0x44bafc[_0x287b19(-0x159,-_0x2408b8._0x492d5f,-0x14a,-0xdf)]();if(!_0x2818b5)throw new Error(_0x23434c['AhGSf']);return _0x2818b5;}export function maskGitUrl(_0x2d00eb){const _0xff69e={_0x6249a1:0x3ed,_0x3f62dd:0x459,_0x2e3ce5:0x426,_0x4ae501:0x19,_0x4d9d6a:0x1a,_0x565556:0x537,_0x41e6f3:0x54a,_0x3e82b5:0x9a,_0x3a1cbd:0x70,_0x30cc94:0xba,_0x5c1b22:0x12c,_0x5c5a21:0x492,_0x2d4512:0x45b,_0x165eed:0x453,_0xd34ddb:0x506,_0x4d12ad:0x4cf,_0x485d1e:0x4d4,_0x26f6c5:0x481,_0x5dc338:0x20,_0x3673e9:0x16,_0x4b07ad:0x4c3,_0x2e5c70:0x433,_0x184991:0x97,_0x540b3d:0xce,_0x4237d9:0x87,_0xbe0eb7:0x476,_0x5578d5:0x53c,_0x53d099:0x4e5,_0xb7f46a:0x4d9,_0x3245f1:0x568,_0x25d7d0:0x48a,_0x6fbde4:0x45a,_0x32c3b0:0x4f,_0x587d53:0x46,_0x482864:0x2c,_0x2e23c0:0x57,_0x26dc6b:0x538,_0xf77980:0x569,_0x4bc227:0x88,_0xbdde1:0x95,_0xbbfd18:0x65,_0x3c3f65:0x97,_0x5c1d10:0xae,_0x3bdf13:0x469,_0x47984e:0x45c,_0x368488:0x467,_0x557275:0x405},_0x51253b={_0x4a046d:0x2f,_0xd63912:0x3be},_0x34007a={_0x5c2ccc:0x126,_0x5ae6c2:0x1d2},_0x13b9a5={};_0x13b9a5[_0x19cdc2(_0xff69e._0x6249a1,_0xff69e._0x3f62dd,0x476,_0xff69e._0x2e3ce5)]=_0x208b2f(-0x11,_0xff69e._0x4ae501,-0x7d,-_0xff69e._0x4d9d6a),_0x13b9a5[_0x19cdc2(_0xff69e._0x565556,0x4ef,_0xff69e._0x41e6f3,0x4f0)]=function(_0x1ac5d4,_0x52c590){return _0x1ac5d4!==_0x52c590;},_0x13b9a5[_0x208b2f(-_0xff69e._0x3e82b5,-0x70,-_0xff69e._0x3a1cbd,-_0xff69e._0x30cc94)]=_0x208b2f(-0xdc,-0x127,-_0xff69e._0x5c1b22,-0x74),_0x13b9a5['fAgAD']=_0x19cdc2(_0xff69e._0x5c5a21,_0xff69e._0x2d4512,0x414,_0xff69e._0x165eed),_0x13b9a5[_0x19cdc2(_0xff69e._0xd34ddb,_0xff69e._0x4d12ad,_0xff69e._0x485d1e,_0xff69e._0x26f6c5)]='JeOMo';function _0x19cdc2(_0x32ad59,_0x201faf,_0x72ace1,_0x488793){return _0x4e9240(_0x32ad59-_0x34007a._0x5c2ccc,_0x201faf-0x176,_0x72ace1-_0x34007a._0x5ae6c2,_0x32ad59);}const _0xe48d98=_0x13b9a5;if(!_0x2d00eb)return'';function _0x208b2f(_0x247048,_0x424d9f,_0x4b8524,_0xd25e30){return _0x4e9240(_0x247048-_0x51253b._0x4a046d,_0x247048- -_0x51253b._0xd63912,_0x4b8524-0x5d,_0xd25e30);}try{const _0x4a812a=new URL(_0x2d00eb);if(_0x4a812a[_0x208b2f(-0x97,-0x33,-0x4c,-0x28)]||_0x4a812a[_0x208b2f(-0x4f,-0x35,-0x44,-_0xff69e._0x5dc338)]){if(_0xe48d98[_0x208b2f(-0x45,-0x9e,-0x15,-_0xff69e._0x3673e9)](_0xe48d98['xQKKv'],_0xe48d98[_0x19cdc2(0x456,0x49a,0x500,0x45b)])){if(!_0x520102)return'';try{const _0x31ba44=new _0x308fd9(_0x431b52);return(_0x31ba44[_0x19cdc2(_0xff69e._0x4b07ad,0x49d,_0xff69e._0x2e5c70,0x500)]||_0x31ba44['password'])&&(_0x31ba44[_0x208b2f(-_0xff69e._0x184991,-0x4f,-_0xff69e._0x540b3d,-_0xff69e._0x4237d9)]=_0xe48d98[_0x19cdc2(0x4a8,_0xff69e._0x3f62dd,0x49e,_0xff69e._0xbe0eb7)],_0x31ba44[_0x19cdc2(_0xff69e._0x5578d5,_0xff69e._0x53d099,0x510,_0xff69e._0xb7f46a)]=''),_0x31ba44[_0x19cdc2(0x520,0x507,_0xff69e._0x3245f1,0x530)]();}catch{return _0x4ca804;}}else _0x4a812a[_0x19cdc2(0x447,0x49d,0x475,_0xff69e._0x25d7d0)]=_0xe48d98[_0x19cdc2(0x4af,_0xff69e._0x3f62dd,_0xff69e._0x6fbde4,0x3f3)],_0x4a812a[_0x208b2f(-_0xff69e._0x32c3b0,-_0xff69e._0x587d53,-_0xff69e._0x482864,-_0xff69e._0x2e23c0)]='';}return _0x4a812a[_0x19cdc2(_0xff69e._0x26dc6b,0x507,0x4cc,_0xff69e._0xf77980)]();}catch{if(_0xe48d98[_0x208b2f(-_0xff69e._0x4bc227,-0xd9,-_0xff69e._0xbdde1,-0x8f)]===_0xe48d98[_0x208b2f(-_0xff69e._0xbbfd18,-0x6c,-_0xff69e._0x3c3f65,-_0xff69e._0x5c1d10)])throw new _0xaec227('setupRepoP'+_0x19cdc2(0x4bc,_0xff69e._0x3bdf13,0x48a,0x4b5)+_0x19cdc2(_0xff69e._0x47984e,_0xff69e._0x368488,0x49a,_0xff69e._0x557275));else return _0x2d00eb;}}function getUrlRewriteConfigs(_0x1a0578){const _0x3a3d61={_0x4c2daf:0x23d,_0x297bdc:0x1fb,_0xbfac8e:0x232,_0x1cfe1a:0x4ab,_0xbe9722:0x46d,_0x55aa8a:0x454,_0x520971:0x460,_0x56d7cf:0x1fb,_0x5c2ddc:0x23e,_0x45b13e:0x28f,_0x1e626e:0x2f1,_0x1bd423:0x264,_0xf9066d:0x2c9},_0xf78452={_0x527ce1:0x195},_0xbe57e9={_0x5be235:0xdb,_0x3bfa0f:0x120};function _0x240fb9(_0x3ef53d,_0x12a66d,_0x1c275e,_0x2f3c3b){return _0x4e9240(_0x3ef53d-_0xbe57e9._0x5be235,_0x12a66d-_0xbe57e9._0x3bfa0f,_0x1c275e-0x1ed,_0x1c275e);}if(!_0x1a0578)return[];const _0x5bddd2=_0x1a0578[_0x574203(_0x3a3d61._0x4c2daf,0x1fc,0x25d,0x1fb)](/^git@([^:]+):/);if(_0x5bddd2){const _0x20ce12=_0x5bddd2[0x14b1*-0x1+0x5df*0x4+-0x2ca];return[_0x574203(_0x3a3d61._0x297bdc,_0x3a3d61._0xbfac8e,0x24f,0x248)+'//'+_0x20ce12+(_0x240fb9(_0x3a3d61._0x1cfe1a,0x4b2,_0x3a3d61._0xbe9722,0x501)+'f=git@')+_0x20ce12+':'];}function _0x574203(_0x5c1c9d,_0x35c14b,_0x45d42c,_0x1adaaf){return _0x4e9240(_0x5c1c9d-_0xf78452._0x527ce1,_0x5c1c9d- -0x103,_0x45d42c-0x1d7,_0x1adaaf);}const _0xc3e0bd=_0x1a0578[_0x240fb9(_0x3a3d61._0x55aa8a,_0x3a3d61._0x520971,0x4c7,0x435)](/^ssh:\/\/git@([^/]+)\//);if(_0xc3e0bd){const _0x3041d4=_0xc3e0bd[-0x1c*-0x53+-0x190*0x19+0x1dfd];return[_0x574203(_0x3a3d61._0x56d7cf,0x268,_0x3a3d61._0x5c2ddc,0x1b8)+'//'+_0x3041d4+(_0x574203(_0x3a3d61._0x45b13e,_0x3a3d61._0x1e626e,_0x3a3d61._0x1bd423,_0x3a3d61._0xf9066d)+'f=ssh://gi'+'t@')+_0x3041d4+'/'];}return[];}async function runLocalGitCommand({setupRepoPath:_0x3164f6,args:_0x2f85e2,maxBuffer:_0x35a72b,execGitCommand:execGitCommand=execFileAsync}){const _0x523e69={_0x3a8e60:0x132,_0x5b18e4:0x138,_0x5ef0cb:0xf3,_0x572c6c:0x13b,_0x5a7d74:0x181},_0x5b4995={_0x42c407:0x118},_0x2c5374={_0x25f73c:0x1aa,_0x3d6a59:0x9b};function _0x2f0c9d(_0x19a9f2,_0x20ef80,_0x49baba,_0x3202c6){return _0x52a81f(_0x3202c6,_0x20ef80-_0x2c5374._0x25f73c,_0x20ef80- -0x48,_0x3202c6-_0x2c5374._0x3d6a59);}function _0x5b48cf(_0x5e3cc9,_0x4a0ac9,_0x2cc95d,_0x41a21d){return _0x4e9240(_0x5e3cc9-_0x5b4995._0x42c407,_0x4a0ac9- -0x27c,_0x2cc95d-0x90,_0x41a21d);}const _0x4b3b2a={'aUyoD':function(_0x2a180d,_0x4b7f7d,_0x2cc510,_0x1f73b7){return _0x2a180d(_0x4b7f7d,_0x2cc510,_0x1f73b7);},'BLtqW':_0x5b48cf(0xc0,0xfc,0x11d,0xf4)},_0x42421d={};return _0x42421d[_0x5b48cf(0x139,_0x523e69._0x3a8e60,0x128,_0x523e69._0x5b18e4)]=_0x3164f6,_0x42421d['maxBuffer']=_0x35a72b,_0x4b3b2a[_0x2f0c9d(-0x113,-_0x523e69._0x5ef0cb,-0x85,-0x124)](execGitCommand,_0x4b3b2a[_0x2f0c9d(-0x18e,-_0x523e69._0x572c6c,-_0x523e69._0x5a7d74,-0x199)],_0x2f85e2,_0x42421d);}async function runSetupRepoLocalRead({setupRepoPath:_0x1b5c44,args:_0x5a9e46,maxBuffer:maxBuffer=(0x18f+-0x1a4b+0x18da)*(-0x22f*0xb+0x1b3*0xb+-0x954*-0x1)*(-0x1fcb+-0x2051+0x441c),dependencies:dependencies={}}){const _0x5b3509={_0x4d01ff:0x57a,_0xb5293e:0x587,_0x261eb3:0x141,_0x4e127e:0x194,_0x10d997:0x4ac,_0x1561d2:0x50e,_0x390e7d:0x587,_0xb3dd83:0x238,_0x1ad472:0x24b,_0x20d094:0x513,_0x23b673:0x594},_0x52c34b={_0x309e0a:0x1df,_0x307ebc:0x124},_0x227b8e=dependencies[_0x21ab6e(_0x5b3509._0x4d01ff,0x550,_0x5b3509._0xb5293e,0x545)+'mand']||execFileAsync,_0x1dd739={};function _0x36fd4a(_0x1bf764,_0x5c66a9,_0x16ea0f,_0xbdade6){return _0x52a81f(_0xbdade6,_0x5c66a9-0x115,_0x5c66a9-0x294,_0xbdade6-0x187);}_0x1dd739[_0x36fd4a(0x1ad,0x175,_0x5b3509._0x261eb3,_0x5b3509._0x4e127e)+'ath']=_0x1b5c44;function _0x21ab6e(_0x1150ca,_0x40880f,_0x4e1491,_0x462015){return _0x4e9240(_0x1150ca-0x187,_0x462015-_0x52c34b._0x309e0a,_0x4e1491-_0x52c34b._0x307ebc,_0x40880f);}return _0x1dd739[_0x21ab6e(_0x5b3509._0x10d997,0x4a7,_0x5b3509._0x1561d2,0x4ee)]=_0x5a9e46,_0x1dd739[_0x21ab6e(_0x5b3509._0x390e7d,0x54c,0x5ac,0x546)]=maxBuffer,_0x1dd739[_0x36fd4a(0x179,0x1e4,_0x5b3509._0xb3dd83,_0x5b3509._0x1ad472)+_0x21ab6e(_0x5b3509._0x20d094,_0x5b3509._0x23b673,0x4e1,0x53b)]=_0x227b8e,runLocalGitCommand(_0x1dd739);}export async function getSetupRepoCurrentBranch({setupRepoPath:_0x346724,maxBuffer:_0x16906a,dependencies:dependencies={}}){const _0x9ff7a4={_0x15924b:0x5eb,_0x5dc4a7:0x5be,_0x43f63e:0x5ce,_0x40157a:0x612,_0x4d0bdf:0x62d,_0x17947b:0x5b7,_0x18fe32:0x600,_0x27427a:0x5a4,_0x105458:0x605,_0x3abe0d:0x5ff,_0x4fdb82:0x623,_0x3d3778:0x5f6,_0x29f482:0x621,_0x5a158a:0x603,_0x13bdbe:0x609,_0x216ebb:0x67e,_0x547ca4:0x5c3,_0x3258ee:0x60f},_0x418f27={_0x215f8a:0x2f7},_0x1c5b0={_0x24decd:0x6cb},_0x2478f1={'Dnyre':function(_0x2c63bc,_0x3f5c4d){return _0x2c63bc(_0x3f5c4d);},'WjWgh':_0x5935f4(_0x9ff7a4._0x15924b,_0x9ff7a4._0x5dc4a7,_0x9ff7a4._0x43f63e,_0x9ff7a4._0x40157a)};function _0x588347(_0x19759d,_0x26a693,_0x1d4429,_0x151c05){return _0x52a81f(_0x26a693,_0x26a693-0x7c,_0x151c05-_0x1c5b0._0x24decd,_0x151c05-0xf0);}function _0x5935f4(_0x2b18f3,_0x1ed6e0,_0x4d60fc,_0x31e6ef){return _0x4e9240(_0x2b18f3-0x1f1,_0x2b18f3-_0x418f27._0x215f8a,_0x4d60fc-0x16a,_0x31e6ef);}const {stdout:_0x938411}=await _0x2478f1[_0x588347(0x649,_0x9ff7a4._0x4d0bdf,_0x9ff7a4._0x17947b,_0x9ff7a4._0x18fe32)](runSetupRepoLocalRead,{'setupRepoPath':_0x346724,'args':[_0x588347(_0x9ff7a4._0x27427a,0x657,_0x9ff7a4._0x105458,_0x9ff7a4._0x3abe0d),_0x5935f4(_0x9ff7a4._0x4fdb82,_0x9ff7a4._0x3d3778,0x65c,_0x9ff7a4._0x29f482)+'ef',_0x2478f1[_0x588347(0x5d4,0x578,_0x9ff7a4._0x5a158a,0x5a0)]],'maxBuffer':_0x16906a,'dependencies':dependencies});return _0x938411[_0x588347(_0x9ff7a4._0x13bdbe,_0x9ff7a4._0x216ebb,_0x9ff7a4._0x547ca4,_0x9ff7a4._0x3258ee)]();}export async function getSetupRepoUpstreamRef({setupRepoPath:_0x376b59,maxBuffer:_0x405bf3,dependencies:dependencies={}}){const _0x3d69b6={_0x37dbd6:0x13b,_0x49095a:0x120,_0x23fc4c:0x1d9,_0x55b6b7:0x191,_0x1db577:0x1b3,_0x59922c:0x129,_0x39f739:0x17c,_0x1a0d41:0x100,_0x2bb806:0x167,_0x3d0395:0x180,_0x5c4a27:0x173,_0x2bc79e:0x15b,_0x11158e:0x123,_0x3c5f88:0x186,_0xec3c8c:0x611,_0x59ac5e:0x618,_0x5f3517:0x62f,_0x527b05:0xf9,_0xd2873f:0x168,_0x4e058a:0xbe,_0x45c66b:0x135,_0x1627a7:0x170,_0x2bb0ad:0x19e,_0x155ce4:0x198,_0x3e392c:0xe8,_0x586847:0xac,_0x34c503:0xda,_0x224344:0x121,_0x23f58c:0x199,_0x551651:0x642,_0x535c08:0x64a,_0xfe2bfb:0x67b,_0x2c72ca:0x1d4,_0x1e24c6:0x5c8,_0x560faf:0x615,_0x612c51:0x5f2,_0x50b64a:0x124,_0x6e70d5:0x12c,_0x5e541c:0x5d4,_0xa4a723:0x575,_0x5b3d9c:0x5d1,_0xeba59a:0x15f,_0x9f46a6:0xfa,_0x43b965:0xab,_0x11635c:0x14e,_0xe31a31:0xfe,_0x5b11b4:0x132,_0x4e6ce2:0x98,_0x145d33:0x145,_0x3fdf94:0x109,_0x19a423:0x629,_0x575d59:0x647,_0x5649f4:0x107,_0x411ba6:0x5e4,_0x51cfd0:0x626,_0xbf590b:0x5e1,_0x5d687b:0x5ec,_0x523863:0x5db,_0x13e7a0:0x640,_0x2bd925:0x5cf,_0x44be81:0x639,_0x383cf8:0x67e,_0x321652:0x96,_0x4eccec:0x149,_0x5a59e7:0x696,_0xbe6131:0x62c},_0x26d045={_0x19245b:0x156,_0x1e4f2c:0x147},_0x1a1f20={_0x3de12b:0x18e,_0x18e983:0x18d},_0xe2f6f2={};_0xe2f6f2[_0x2f12a6(0x14b,_0x3d69b6._0x37dbd6,0x18f,_0x3d69b6._0x49095a)]=_0x2f12a6(0x16f,_0x3d69b6._0x23fc4c,_0x3d69b6._0x55b6b7,_0x3d69b6._0x1db577)+'required',_0xe2f6f2[_0x2f12a6(_0x3d69b6._0x59922c,_0x3d69b6._0x39f739,_0x3d69b6._0x1a0d41,0xc6)]=_0x2f12a6(_0x3d69b6._0x2bb806,0x175,0x10e,0x11e)+_0x2f12a6(_0x3d69b6._0x3d0395,_0x3d69b6._0x5c4a27,0x1c3,0x165)+'h\x20provider'+'\x20is\x20not\x20co'+_0x2f12a6(0x172,_0x3d69b6._0x2bc79e,_0x3d69b6._0x11158e,_0x3d69b6._0x3c5f88);function _0x2f12a6(_0x501b31,_0x48a103,_0x33bd80,_0x45d171){return _0x4e9240(_0x501b31-_0x1a1f20._0x3de12b,_0x501b31- -0x215,_0x33bd80-_0x1a1f20._0x18e983,_0x33bd80);}_0xe2f6f2['NPcBO']=_0x234263(0x62e,_0x3d69b6._0xec3c8c,_0x3d69b6._0x59ac5e,_0x3d69b6._0x5f3517);function _0x234263(_0x1013eb,_0x4f8fc1,_0x5e9a33,_0x6295c3){return _0x52a81f(_0x5e9a33,_0x4f8fc1-_0x26d045._0x19245b,_0x1013eb-0x6c4,_0x6295c3-_0x26d045._0x1e4f2c);}_0xe2f6f2[_0x2f12a6(_0x3d69b6._0x527b05,_0x3d69b6._0xd2873f,0x144,_0x3d69b6._0x4e058a)]=_0x2f12a6(_0x3d69b6._0x45c66b,_0x3d69b6._0x1627a7,_0x3d69b6._0x2bb0ad,_0x3d69b6._0x155ce4),_0xe2f6f2['UqYqe']=_0x2f12a6(0x117,_0x3d69b6._0x3e392c,_0x3d69b6._0x586847,_0x3d69b6._0x34c503)+'ef',_0xe2f6f2['PYgUN']=_0x2f12a6(0x179,0x12f,_0x3d69b6._0x224344,_0x3d69b6._0x23f58c)+_0x234263(0x629,0x68d,_0x3d69b6._0x551651,0x615),_0xe2f6f2[_0x234263(_0x3d69b6._0x535c08,0x64c,0x5e7,_0x3d69b6._0xfe2bfb)]=_0x2f12a6(0x16d,0x192,0x19d,_0x3d69b6._0x2c72ca)+'}',_0xe2f6f2[_0x234263(_0x3d69b6._0x1e24c6,_0x3d69b6._0x560faf,0x55d,_0x3d69b6._0x612c51)]=function(_0x44d214,_0x488b51){return _0x44d214===_0x488b51;};const _0x157eb5=_0xe2f6f2;try{if(_0x157eb5[_0x2f12a6(0x111,0x120,_0x3d69b6._0x50b64a,_0x3d69b6._0x6e70d5)]===_0x157eb5[_0x234263(_0x3d69b6._0x5e541c,_0x3d69b6._0xa4a723,0x577,_0x3d69b6._0x5b3d9c)]){const _0x25478c={};_0x25478c['setupRepoP'+_0x2f12a6(0x12f,0x14f,_0x3d69b6._0xeba59a,0x117)]=_0x376b59,_0x25478c[_0x2f12a6(_0x3d69b6._0x9f46a6,_0x3d69b6._0x43b965,0xb0,_0x3d69b6._0x11635c)]=[_0x157eb5[_0x2f12a6(0xf9,_0x3d69b6._0xe31a31,_0x3d69b6._0x5b11b4,_0x3d69b6._0x4e6ce2)],_0x157eb5['UqYqe'],_0x157eb5['PYgUN'],_0x157eb5[_0x2f12a6(0x187,0x171,_0x3d69b6._0x11158e,0x132)]],_0x25478c['maxBuffer']=_0x405bf3,_0x25478c['dependenci'+'es']=dependencies;const {stdout:_0x352f4e}=await runSetupRepoLocalRead(_0x25478c),_0x105179=_0x352f4e[_0x2f12a6(_0x3d69b6._0x145d33,0xf6,0xe3,_0x3d69b6._0x3fdf94)]();return _0x105179||null;}else throw new _0x2cc149(_0x157eb5[_0x234263(0x60e,_0x3d69b6._0x19a423,0x5f0,_0x3d69b6._0x575d59)]);}catch(_0x527272){if(_0x157eb5[_0x2f12a6(0x105,0x150,0x119,0xd3)](_0x2f12a6(0x10b,_0x3d69b6._0x5649f4,0x16d,0x15e),_0x234263(0x5df,_0x3d69b6._0x411ba6,_0x3d69b6._0x51cfd0,_0x3d69b6._0xbf590b)))throw new _0x32a76f(_0x157eb5[_0x234263(_0x3d69b6._0x5d687b,_0x3d69b6._0x523863,_0x3d69b6._0x13e7a0,_0x3d69b6._0x2bd925)]);else{if(_0x527272&&(_0x157eb5['AKIfd'](_0x527272[_0x234263(_0x3d69b6._0x44be81,_0x3d69b6._0x383cf8,0x602,0x645)],-0xbe2+-0xa4*0xd+0x1437)||_0x157eb5[_0x2f12a6(0x105,0x125,_0x3d69b6._0x321652,_0x3d69b6._0x4eccec)](_0x527272[_0x234263(0x639,_0x3d69b6._0x5a59e7,_0x3d69b6._0xbe6131,0x63d)],0x1401+0x1*0xd7d+-0x20fe)))return null;throw _0x527272;}}}function _0x4e9240(_0x7b0937,_0x368180,_0x2e3318,_0x1ae641){const _0x3f424f={_0xe5a5b:0xef};return _0x5ced(_0x368180-_0x3f424f._0xe5a5b,_0x1ae641);}export async function setupRepoRemoteBranchExists({setupRepoPath:_0x37c5de,branch:_0x360362,maxBuffer:_0x5f06d2,dependencies:dependencies={}}){const _0x34d9e7={_0x9800b5:0x443,_0x3a3720:0x4ae,_0xf6f835:0x4e7,_0x5d8dd1:0x1,_0x368c7d:0x35,_0x5a9c5c:0x51,_0x143a79:0x48b,_0xb1dfc5:0x4bb,_0xf4e7d9:0x51a,_0x18073f:0x27,_0x2dbace:0x8,_0x18c010:0x40,_0x2cc5fe:0x5e,_0x5392d2:0x4e,_0x20a835:0x50,_0x252eb8:0x1c,_0x3d14aa:0x6a,_0x3a91e1:0x447,_0xc4f346:0x400,_0x4e3e4b:0x80,_0x3284f6:0x28,_0x1f5cb5:0x4f3,_0x33427c:0x4fd,_0x32a345:0x498,_0x556766:0x45f,_0x3337ed:0x43e},_0x56a529={_0x4da6d4:0x128};function _0x9ce748(_0x5d5419,_0x591ca4,_0x1b4c6f,_0x32ff2a){return _0x52a81f(_0x32ff2a,_0x591ca4-_0x56a529._0x4da6d4,_0x591ca4-0x10e,_0x32ff2a-0x43);}const _0x149c53={'PRRdn':_0x97b801(_0x34d9e7._0x9800b5,_0x34d9e7._0x3a3720,_0x34d9e7._0xf6f835,0x493)+'remote\x20con'+_0x9ce748(-0x3d,-0x2a,_0x34d9e7._0x5d8dd1,-_0x34d9e7._0x368c7d)+'r\x20setup\x20re'+'pository','kodsh':'branch\x20is\x20'+_0x9ce748(-_0x34d9e7._0x5a9c5c,-0x6,-0xb,0x9),'qHtfe':function(_0x4bd063,_0x602533){return _0x4bd063(_0x602533);},'QVXCL':'--quiet','McpWL':function(_0x35abe0,_0x25f1cf){return _0x35abe0!==_0x25f1cf;},'vSFek':_0x97b801(_0x34d9e7._0x143a79,_0x34d9e7._0xb1dfc5,_0x34d9e7._0xf4e7d9,0x45b),'DWbqz':_0x9ce748(_0x34d9e7._0x18073f,-_0x34d9e7._0x2dbace,_0x34d9e7._0x18c010,-_0x34d9e7._0x2cc5fe)};if(!_0x360362)throw new Error(_0x149c53['kodsh']);function _0x97b801(_0x18f5a6,_0x29094e,_0x187d3e,_0x5af9dc){return _0x52a81f(_0x5af9dc,_0x29094e-0xb6,_0x29094e-0x560,_0x5af9dc-0xea);}try{return await _0x149c53['qHtfe'](runSetupRepoLocalRead,{'setupRepoPath':_0x37c5de,'args':[_0x97b801(0x4c6,0x46c,0x488,0x46f),_0x9ce748(-_0x34d9e7._0x5392d2,-0xf,_0x34d9e7._0x20a835,0x31),_0x149c53[_0x9ce748(_0x34d9e7._0x252eb8,0x9,_0x34d9e7._0x3d14aa,-_0x34d9e7._0x2dbace)],_0x97b801(0x3fb,_0x34d9e7._0x3a91e1,_0x34d9e7._0xc4f346,0x46f)+_0x9ce748(0x41,0x47,_0x34d9e7._0x4e3e4b,_0x34d9e7._0x3284f6)+_0x360362],'maxBuffer':_0x5f06d2,'dependencies':dependencies}),!![];}catch(_0x34bd64){if(_0x149c53['McpWL'](_0x149c53['vSFek'],_0x149c53[_0x97b801(_0x34d9e7._0x1f5cb5,0x4d0,_0x34d9e7._0x33427c,0x4d3)])){if(_0x34bd64&&_0x34bd64[_0x97b801(0x4e1,0x4d5,_0x34d9e7._0x32a345,0x4e7)]===0x310+-0x2c4+-0x4b)return![];throw _0x34bd64;}else throw new _0x1da2a3(_0x149c53[_0x97b801(0x449,0x487,_0x34d9e7._0x556766,_0x34d9e7._0x3337ed)]);}}export async function getSetupRepoBranchState({setupRepoPath:_0x24cc40,branch:_0x148c41,maxBuffer:_0x39b6d9,dependencies:dependencies={}}){const _0x112509={_0x1ccef1:0x33,_0x50b499:0xc,_0x318c1e:0xb,_0x3c3884:0x168,_0x3388f0:0x11d,_0x13c727:0x181,_0x25bc5a:0x118,_0x1df567:0xff,_0xafe02f:0xfb,_0x4fc9a5:0xc9,_0x1c52fa:0x120,_0x4a09c7:0xe0,_0x254ae2:0xc6,_0x4df022:0x12d,_0xd5a3:0xea,_0x52dc2f:0x1a8,_0x3ce0dc:0xe6,_0x209cf0:0x14b,_0x3ac3bb:0x3a,_0x46a065:0xe0,_0x4430af:0x2d,_0x2f4973:0x3e,_0x1fe678:0x100,_0x3c5643:0x143,_0x1766f4:0x118,_0x8d42ad:0xde,_0x35ebd1:0x9,_0x4552ca:0xe1,_0x411e25:0x10d,_0x152c50:0x35,_0x3a262d:0x6e,_0x1b3fd5:0x31,_0x138882:0x109,_0x14b1bb:0x197,_0x26ebb8:0x166,_0x15cbf0:0x174,_0x8f62c8:0x14b,_0xd8ac36:0xb0,_0x375ee9:0x87,_0x20d98f:0x13e,_0x57373e:0x119,_0x290a88:0x3b,_0x89562e:0x66,_0x2f3384:0x39,_0x5e238b:0x12,_0x1ba061:0xe,_0x15391:0xec,_0xb2863a:0xf7,_0x55309e:0xbb,_0x9f48dc:0x1f,_0x2ba051:0x46,_0x56e58:0x26,_0x40f8aa:0x11b,_0x22ff0e:0x146,_0x4f76fd:0x168,_0x9c4d09:0x1ac,_0x2b47e1:0x1,_0x3b0b66:0x12c,_0x326650:0x116,_0x1bc921:0x4f,_0x4e7b49:0x30,_0x41a7ce:0x43,_0x36fd44:0x42,_0x4294a2:0x46,_0xee4ae8:0x1,_0x42ffe5:0x13b,_0x337a5e:0x183,_0x39d235:0x119,_0x474d59:0xc8},_0x38caa6={_0x5d80e0:0x121,_0x274e7f:0x1ff},_0x10a993={_0x3e0f06:0x109,_0x1bf773:0x379,_0x501881:0xe9},_0x1e9f64={'tKfOm':function(_0x24a50b,_0x3713df){return _0x24a50b(_0x3713df);},'edTot':_0x772319(-_0x112509._0x1ccef1,-_0x112509._0x50b499,-_0x112509._0x318c1e,0x14),'NDgKr':_0x4995c7(0xeb,0x86,0xdd,0x12f),'gcMPZ':function(_0x32639b,_0x487912){return _0x32639b(_0x487912);},'zBbYz':function(_0x52f7c2,_0x3d0229){return _0x52f7c2(_0x3d0229);},'cOVqo':_0x4995c7(_0x112509._0x3c3884,_0x112509._0x3388f0,_0x112509._0x13c727,_0x112509._0x25bc5a),'jrjnr':_0x4995c7(_0x112509._0x1df567,_0x112509._0xafe02f,0x159,0x18c)+'ht','jNQtj':function(_0x27dde2,_0x4d1aa4){return _0x27dde2||_0x4d1aa4;}},_0x2300b9={};_0x2300b9[_0x4995c7(_0x112509._0x4fc9a5,_0x112509._0x1c52fa,_0x112509._0x4a09c7,0xee)+_0x4995c7(_0x112509._0x254ae2,0x196,_0x112509._0x4df022,_0x112509._0xd5a3)]=_0x24cc40;function _0x772319(_0x2ab481,_0x5a0846,_0x43eec2,_0x56d54c){return _0x4e9240(_0x2ab481-_0x10a993._0x3e0f06,_0x2ab481- -_0x10a993._0x1bf773,_0x43eec2-_0x10a993._0x501881,_0x5a0846);}_0x2300b9['maxBuffer']=_0x39b6d9,_0x2300b9[_0x4995c7(_0x112509._0x52dc2f,_0x112509._0x3ce0dc,_0x112509._0x209cf0,0xe0)+'es']=dependencies;const _0x1770fb=_0x148c41||await _0x1e9f64[_0x772319(-_0x112509._0x3ac3bb,-0x1e,-0x1c,0x18)](getSetupRepoCurrentBranch,_0x2300b9),_0x118113={};_0x118113[_0x4995c7(0x124,0xc1,_0x112509._0x46a065,0xe4)+_0x772319(-0x35,-0xd,-_0x112509._0x4430af,-_0x112509._0x2f4973)]=_0x24cc40,_0x118113[_0x4995c7(0x17f,_0x112509._0x1fe678,0x150,_0x112509._0x3c5643)]=_0x39b6d9,_0x118113[_0x4995c7(_0x112509._0x1766f4,_0x112509._0x8d42ad,_0x112509._0x209cf0,0x1b1)+'es']=dependencies;const _0x2a70d3=await _0x1e9f64[_0x772319(-0x3a,-0x94,-_0x112509._0x35ebd1,0x1b)](getSetupRepoUpstreamRef,_0x118113),_0x118f87={};_0x118f87[_0x4995c7(_0x112509._0x4552ca,_0x112509._0x411e25,_0x112509._0x46a065,0x132)+_0x772319(-_0x112509._0x152c50,-_0x112509._0x3a262d,_0x112509._0x1b3fd5,-0x42)]=_0x24cc40,_0x118f87[_0x4995c7(_0x112509._0x138882,0x188,0x15f,_0x112509._0x14b1bb)]=_0x1770fb,_0x118f87['maxBuffer']=_0x39b6d9,_0x118f87[_0x4995c7(_0x112509._0x26ebb8,_0x112509._0x15cbf0,_0x112509._0x8f62c8,0x1a0)+'es']=dependencies;const _0x50f4a1=await setupRepoRemoteBranchExists(_0x118f87);if(!_0x50f4a1){let _0x7f1e96=0x2248*0x1+-0x2075+0x1d3*-0x1;try{const _0xc44011={};_0xc44011['setupRepoP'+'ath']=_0x24cc40,_0xc44011[_0x772319(-0x6a,-_0x112509._0x3a262d,-_0x112509._0xd8ac36,-0x20)]=[_0x772319(0x1f,0x8d,-0x14,-0xd),_0x1e9f64[_0x4995c7(_0x112509._0x375ee9,_0x112509._0x20d98f,0xee,_0x112509._0x57373e)],_0x1e9f64[_0x772319(_0x112509._0x290a88,_0x112509._0x89562e,_0x112509._0x2f3384,-0x33)]],_0xc44011[_0x772319(-_0x112509._0x5e238b,-0x4c,-0x24,_0x112509._0x1ba061)]=_0x39b6d9,_0xc44011[_0x4995c7(_0x112509._0x15391,_0x112509._0xb2863a,_0x112509._0x8f62c8,0x18e)+'es']=dependencies;const {stdout:_0x21ff77}=await runSetupRepoLocalRead(_0xc44011);_0x7f1e96=Number[_0x4995c7(_0x112509._0x1df567,_0x112509._0x55309e,0x117,0x128)](_0x21ff77[_0x772319(-_0x112509._0x9f48dc,-_0x112509._0x2ba051,-0x1e,_0x112509._0x56e58)](),-0x198b+0x14c5+-0xe*-0x58)||0x185*-0x1+0xa7*-0x2b+0x1d92;}catch{_0x7f1e96=-0x959*-0x4+-0x1797+0x1*-0xdcd;}return{'branch':_0x1770fb,'upstreamRef':_0x2a70d3,'hasUpstream':_0x1e9f64['gcMPZ'](Boolean,_0x2a70d3),'remoteBranchExists':_0x50f4a1,'ahead':_0x7f1e96,'behind':0x0};}function _0x4995c7(_0x3b55d8,_0x2ee0a4,_0x6936ec,_0x3ea357){return _0x52a81f(_0x3b55d8,_0x2ee0a4-_0x38caa6._0x5d80e0,_0x6936ec-_0x38caa6._0x274e7f,_0x3ea357-0x120);}const {stdout:_0x8bbd81}=await _0x1e9f64[_0x4995c7(_0x112509._0x40f8aa,_0x112509._0x22ff0e,_0x112509._0x4f76fd,_0x112509._0x9c4d09)](runSetupRepoLocalRead,{'setupRepoPath':_0x24cc40,'args':[_0x1e9f64[_0x772319(0x1d,-0x20,-_0x112509._0x9f48dc,-_0x112509._0x2b47e1)],_0x1e9f64['jrjnr'],_0x1e9f64[_0x4995c7(0xe9,0x132,0xee,_0x112509._0x3b0b66)],_0x4995c7(0x180,_0x112509._0xafe02f,_0x112509._0x326650,0x174)+_0x1770fb+'...HEAD'],'maxBuffer':_0x39b6d9,'dependencies':dependencies}),[_0x4705d4,_0x25fca1]=_0x8bbd81[_0x772319(-_0x112509._0x9f48dc,-0x60,-0x37,-_0x112509._0x1bc921)]()[_0x772319(_0x112509._0x4e7b49,_0x112509._0x41a7ce,-_0x112509._0x2f3384,0x34)]('\x09')[_0x772319(0xc,_0x112509._0x36fd44,-_0x112509._0x4294a2,_0x112509._0xee4ae8)](_0x5c411b=>Number[_0x772319(-0x4b,-0x4f,-0x9a,-0xa2)](_0x5c411b,0x24bd+0x1359*-0x2+0x1ff)||-0x212+-0xa*0x103+-0x78*-0x1a);return{'branch':_0x1770fb,'upstreamRef':_0x2a70d3,'hasUpstream':Boolean(_0x2a70d3),'remoteBranchExists':_0x50f4a1,'ahead':_0x1e9f64[_0x4995c7(_0x112509._0x42ffe5,_0x112509._0x337a5e,_0x112509._0x39d235,0x104)](_0x25fca1,0x4*-0x123+0x1*0x120+0x36c),'behind':_0x1e9f64[_0x4995c7(_0x112509._0x474d59,_0x112509._0x22ff0e,0x119,_0x112509._0x3b0b66)](_0x4705d4,0x1*-0x265+0x18af+-0x2*0xb25)};}export async function getSetupRepoPullPlan({setupRepoPath:_0x439c5f,branch:_0xe4a74e,maxBuffer:_0x1c0a58,dependencies:dependencies={}}){const _0x3062a4={_0x520ff8:0xf3,_0x4d9657:0xd8,_0x50a938:0x12e,_0x23cec8:0x18a,_0x18dfa3:0x1a2,_0x4d9e84:0x169,_0x1b6f7b:0x180,_0x1775e6:0x192,_0x8298b2:0x192,_0x1b6891:0xd0,_0x221a65:0x178,_0x22e1ff:0x162,_0xd40935:0x1d1,_0x1d53b7:0x13c,_0x4eec7b:0x1a7,_0x4125b8:0x14e,_0x154a86:0x196,_0x3b40fc:0x117,_0x474760:0x153,_0x5072ac:0x165,_0x2b71d9:0x175,_0x5d3a44:0x163,_0x3ceaa5:0x174,_0x5e4d7a:0xff,_0x3a1cbe:0x120,_0x3ef551:0x1b5,_0x56e9f2:0x177,_0x5ba80e:0x1f7,_0x1c8b56:0x1df,_0x1c870b:0xed},_0x7baffd={_0x3a50fd:0x4c4,_0x22ea96:0xc9},_0x52e5d7={_0x59be03:0xdf,_0x4f1487:0x88},_0x23129f={'cBrIp':function(_0x286009,_0x3b3829){return _0x286009(_0x3b3829);},'paPZQ':_0x5b75e2(-0xad,-0xbd,-_0x3062a4._0x520ff8,-_0x3062a4._0x4d9657),'aeSQL':_0x5b75e2(-_0x3062a4._0x50a938,-0x127,-_0x3062a4._0x23cec8,-_0x3062a4._0x18dfa3),'otrYe':'origin'};function _0x5b75e2(_0x341b32,_0x2e726a,_0x13935b,_0x5b4d36){return _0x52a81f(_0x5b4d36,_0x2e726a-_0x52e5d7._0x59be03,_0x13935b- -_0x52e5d7._0x4f1487,_0x5b4d36-0x1cf);}const _0x1625b4={};_0x1625b4['setupRepoP'+_0x5b75e2(-_0x3062a4._0x4d9e84,-_0x3062a4._0x1b6f7b,-0x15a,-0x15f)]=_0x439c5f,_0x1625b4[_0x5b75e2(-_0x3062a4._0x1775e6,-_0x3062a4._0x8298b2,-0x137,-_0x3062a4._0x1b6891)]=_0x1c0a58,_0x1625b4['dependenci'+'es']=dependencies;const _0x59a9e2=_0xe4a74e||await _0x23129f[_0x5b75e2(-_0x3062a4._0x221a65,-_0x3062a4._0x22e1ff,-0x173,-_0x3062a4._0xd40935)](getSetupRepoCurrentBranch,_0x1625b4),_0x34d21b={};_0x34d21b[_0x5b75e2(-_0x3062a4._0x1d53b7,-0x18d,-_0x3062a4._0x4eec7b,-0x143)+'ath']=_0x439c5f,_0x34d21b[_0x47e28d(-0x19c,-_0x3062a4._0x4125b8,-_0x3062a4._0x154a86,-0x14c)]=_0x59a9e2,_0x34d21b['maxBuffer']=_0x1c0a58,_0x34d21b['dependenci'+'es']=dependencies;const _0x4e0bff=await setupRepoRemoteBranchExists(_0x34d21b),_0x4167e0={};_0x4167e0[_0x47e28d(-_0x3062a4._0x3b40fc,-_0x3062a4._0x4125b8,-_0x3062a4._0x474760,-0xf8)]=_0x59a9e2,_0x4167e0[_0x5b75e2(-_0x3062a4._0x5072ac,-0x1a8,-0x143,-_0x3062a4._0x520ff8)+_0x5b75e2(-_0x3062a4._0x2b71d9,-0x128,-_0x3062a4._0x5d3a44,-_0x3062a4._0x3ceaa5)]=_0x4e0bff;function _0x47e28d(_0xee0bab,_0x2ccda0,_0x1f9cb4,_0x4b8973){return _0x4e9240(_0xee0bab-0x1a4,_0x2ccda0- -_0x7baffd._0x3a50fd,_0x1f9cb4-_0x7baffd._0x22ea96,_0x1f9cb4);}return _0x4167e0[_0x47e28d(-0x159,-0x15b,-_0x3062a4._0x5e4d7a,-_0x3062a4._0x3a1cbe)]=_0x4e0bff,_0x4167e0[_0x47e28d(-_0x3062a4._0x5d3a44,-_0x3062a4._0x3ef551,-_0x3062a4._0x56e9f2,-0x1a4)]=_0x4e0bff?[_0x23129f[_0x47e28d(-_0x3062a4._0x5ba80e,-0x1ac,-0x1b7,-_0x3062a4._0x1c8b56)],_0x23129f['aeSQL'],_0x5b75e2(-0x11d,-0xc4,-_0x3062a4._0x1c870b,-0x117)+'h',_0x23129f['otrYe'],_0x59a9e2]:null,_0x4167e0;}export async function getSetupRepoPushPlan({setupRepoPath:_0x3125ca,branch:_0x531ccb,maxBuffer:_0x4d381a,dependencies:dependencies={}}){const _0x1bafc2={_0xffe200:0x2a1,_0x3f6e86:0x327,_0x1e1812:0x321,_0x364679:0x50e,_0x3175e4:0x204,_0x2adac3:0x4bb,_0x11e995:0x463,_0xcb6ddd:0x25a,_0x2c80e7:0x272,_0x422cdb:0x4c7,_0x2bfb69:0x4d9,_0x5e4904:0x46e,_0x12f7a0:0x40e,_0x2e7342:0x492,_0x3db48c:0x254,_0xe15b62:0x510,_0x5873c1:0x482,_0x34d8aa:0x534,_0x328a16:0x515,_0x48eeec:0x47a},_0x59e912={_0x3832d1:0x58d,_0x11233b:0x46},_0x5c6dee={'uwyRQ':function(_0x402711,_0x21695b){return _0x402711(_0x21695b);},'Kumre':'push','kWACT':'origin','judlj':_0x92bc26(_0x1bafc2._0xffe200,_0x1bafc2._0x3f6e86,0x2e4,_0x1bafc2._0x1e1812)+_0x383828(0x4af,_0x1bafc2._0x364679,0x536,0x4e1)},_0x1db610={};_0x1db610[_0x92bc26(0x204,_0x1bafc2._0x3175e4,0x24b,0x22a)+_0x383828(0x47b,_0x1bafc2._0x2adac3,_0x1bafc2._0x11e995,0x505)]=_0x3125ca,_0x1db610[_0x92bc26(0x253,_0x1bafc2._0xcb6ddd,0x2bb,_0x1bafc2._0x2c80e7)]=_0x4d381a,_0x1db610[_0x383828(_0x1bafc2._0x422cdb,_0x1bafc2._0x2bfb69,0x4ec,0x478)+'es']=dependencies;function _0x92bc26(_0x57225c,_0x302c21,_0x5e6cc1,_0x1e7274){return _0x52a81f(_0x302c21,_0x302c21-0xcf,_0x5e6cc1-0x36a,_0x1e7274-0x2f);}const _0xc5d0f5=_0x531ccb||await getSetupRepoCurrentBranch(_0x1db610),_0x523b4e={};function _0x383828(_0x1a963f,_0x31ee64,_0x6b90ba,_0x1f523d){return _0x52a81f(_0x6b90ba,_0x31ee64-0x100,_0x31ee64-_0x59e912._0x3832d1,_0x1f523d-_0x59e912._0x11233b);}_0x523b4e[_0x383828(0x45b,_0x1bafc2._0x5e4904,_0x1bafc2._0x12f7a0,_0x1bafc2._0x2e7342)+'ath']=_0x3125ca,_0x523b4e[_0x92bc26(_0x1bafc2._0x3db48c,0x2e6,0x2bb,0x2bb)]=_0x4d381a,_0x523b4e['dependenci'+'es']=dependencies;const _0x4e9a9d=await _0x5c6dee['uwyRQ'](getSetupRepoUpstreamRef,_0x523b4e);return{'branch':_0xc5d0f5,'upstreamRef':_0x4e9a9d,'hasUpstream':Boolean(_0x4e9a9d),'args':_0x4e9a9d?[_0x5c6dee['Kumre'],_0x5c6dee['kWACT'],_0xc5d0f5]:[_0x383828(0x4c7,0x4ec,_0x1bafc2._0xe15b62,0x527),_0x5c6dee[_0x383828(_0x1bafc2._0x5873c1,0x4d8,_0x1bafc2._0x34d8aa,_0x1bafc2._0x328a16)],_0x5c6dee[_0x383828(0x43a,_0x1bafc2._0x48eeec,0x4dc,0x46f)],_0xc5d0f5]};}function _0x5ced(_0x2c5aa8,_0x3a03ff){_0x2c5aa8=_0x2c5aa8-(0x29b+0x3*-0x982+0x1bd3*0x1);const _0x11ddae=_0x20a5();let _0x31b05f=_0x11ddae[_0x2c5aa8];if(_0x5ced['uXdcXe']===undefined){var _0x242ab0=function(_0x1d9142){const _0x20f66c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3a824c='',_0x569896='';for(let _0x346676=0x1dec+-0x1fa3+0x1b7,_0x314fbe,_0x3dccde,_0x5e9a08=0x1*-0x14a5+0x175b+0x2*-0x15b;_0x3dccde=_0x1d9142['charAt'](_0x5e9a08++);~_0x3dccde&&(_0x314fbe=_0x346676%(0x3a5*-0x4+0xb18+0x70*0x8)?_0x314fbe*(-0x18d*-0x14+-0x1*0x2461+0x1df*0x3)+_0x3dccde:_0x3dccde,_0x346676++%(-0x5*-0x642+-0x1f54+-0xe*-0x1))?_0x3a824c+=String['fromCharCode'](-0x1*0x1471+0x1a5a+-0x4ea&_0x314fbe>>(-(-0x2580+0x413*0x1+0x216f)*_0x346676&0xe2e+-0x1c4*-0x11+-0x2c2c)):-0x9b1+0x24f7+0x1*-0x1b46){_0x3dccde=_0x20f66c['indexOf'](_0x3dccde);}for(let _0x37adcf=-0x18*-0x5a+0x1*0x1c1e+0x1247*-0x2,_0x1c1104=_0x3a824c['length'];_0x37adcf<_0x1c1104;_0x37adcf++){_0x569896+='%'+('00'+_0x3a824c['charCodeAt'](_0x37adcf)['toString'](0x17bc+-0x1ef4+0x748))['slice'](-(0x1*-0x117+0x23c7+-0x1*0x22ae));}return decodeURIComponent(_0x569896);};_0x5ced['vSYqFP']=_0x242ab0,_0x5ced['jhQzLu']={},_0x5ced['uXdcXe']=!![];}const _0x452a78=_0x11ddae[-0x5d4*0x1+-0xee0+0x14b4],_0x4d45a1=_0x2c5aa8+_0x452a78,_0x370c8f=_0x5ced['jhQzLu'][_0x4d45a1];return!_0x370c8f?(_0x31b05f=_0x5ced['vSYqFP'](_0x31b05f),_0x5ced['jhQzLu'][_0x4d45a1]=_0x31b05f):_0x31b05f=_0x370c8f,_0x31b05f;}async function buildProviderGitContext({setupRepoPath:_0x40b84d,providerName:_0x5324c6,credentialMode:credentialMode=_0x52a81f(-0x76,-0xbe,-0xa3,-0x50),userId:_0x525b05,logger:logger=_0x53cf80,dependencies:dependencies={}}){const _0x7484b2={_0x488d81:0xba,_0x3262b7:0x42,_0x463efa:0xa3,_0x3c0df1:0x77,_0x4bbadf:0x14,_0x27dec0:0x95,_0x558641:0x16,_0x7c63c:0x2c,_0x271635:0xb9,_0x1bf817:0x11f,_0x5987e5:0x57,_0x2a48d1:0xf,_0x9183c5:0x4,_0x27a595:0x3d,_0x34185e:0x62,_0x142681:0xc4,_0x5dbb5f:0xcd,_0x223a0a:0x6d,_0x80ac0e:0x65,_0x50095c:0x1b,_0x544cac:0x2c,_0x3a7e85:0x4d,_0x199b19:0x4e,_0x518c05:0xb,_0x15d92d:0x3,_0x345028:0x9,_0x3f19bc:0xb0,_0x21ae2a:0x50,_0x4a5716:0x41,_0x1d30e3:0x7a,_0x502699:0x45,_0x25196d:0xb2,_0x51144a:0xc9,_0x1d7697:0x94,_0x4de739:0xc,_0x46e350:0x20,_0x313ad9:0x50,_0x308667:0xaf,_0x1fe076:0x43,_0x92af6a:0x7e,_0x58abd0:0x9e,_0x52d0ff:0x18,_0x1645f4:0x57,_0x825582:0x31,_0x435691:0x1e,_0x5b090f:0x97,_0x3c560c:0x9c,_0x490dc6:0x67,_0x387ed8:0xd5,_0x54903f:0x1c,_0x2925d3:0x49,_0x1d8ac9:0x30},_0x27f201={_0x2b5972:0xba,_0x4f2baf:0x127},_0x384d30={_0x3b8d60:0x2f1},_0x4ef2bf={'urjvP':function(_0x523040,_0x4e6bd4){return _0x523040(_0x4e6bd4);},'nINRz':function(_0x57b0be,_0x1d5c40,_0x41ee5c,_0x47b075){return _0x57b0be(_0x1d5c40,_0x41ee5c,_0x47b075);},'Ctace':function(_0x6159ab,_0x4ae308){return _0x6159ab(_0x4ae308);},'vKDAf':'credential'+_0x14924b(0x8c,_0x7484b2._0x488d81,0x68,0x63),'eJSLt':_0x14924b(_0x7484b2._0x3262b7,-0x17,_0x7484b2._0x463efa,0xb),'ySMZn':'x-access-t'+_0x14924b(_0x7484b2._0x3c0df1,_0x7484b2._0x4bbadf,_0x7484b2._0x27dec0,0x52)},_0x123493=dependencies[_0x14924b(_0x7484b2._0x558641,-0x40,-_0x7484b2._0x7c63c,0x2a)+'poOriginUr'+'l']||getSetupRepoOriginUrl,_0x307c09=dependencies['getCredent'+_0x14924b(_0x7484b2._0x271635,_0x7484b2._0x1bf817,0x7a,0x9b)+'o']||getCredentialsForRepo,_0x10ae68=await _0x4ef2bf[_0x14924b(_0x7484b2._0x5987e5,0x64,_0x7484b2._0x2a48d1,0x8a)](_0x123493,_0x40b84d);function _0x14924b(_0x26cd8d,_0x42323d,_0x446060,_0x2cf4df){return _0x4e9240(_0x26cd8d-0x1d8,_0x26cd8d- -_0x384d30._0x3b8d60,_0x446060-0x91,_0x446060);}const _0x33f8a2={};_0x33f8a2[_0x14924b(-_0x7484b2._0x9183c5,0x27,-_0x7484b2._0x27a595,-0x30)]=logger;function _0x575cf2(_0x2e1d72,_0x18fb58,_0x89d2df,_0x3d1031){return _0x52a81f(_0x2e1d72,_0x18fb58-0xc8,_0x18fb58-_0x27f201._0x2b5972,_0x3d1031-_0x27f201._0x4f2baf);}_0x33f8a2[_0x575cf2(-0x67,-_0x7484b2._0x34185e,-_0x7484b2._0x142681,-0x56)+_0x575cf2(-_0x7484b2._0x5dbb5f,-_0x7484b2._0x223a0a,-_0x7484b2._0x80ac0e,-0x88)]=credentialMode,_0x33f8a2[_0x575cf2(0xb2,0x46,-_0x7484b2._0x50095c,-0x3)]=_0x525b05;const _0x2620e3=await _0x4ef2bf[_0x575cf2(0xab,0x41,0x45,_0x7484b2._0x544cac)](_0x307c09,_0x5324c6,_0x10ae68,_0x33f8a2),_0x3193e4=ASKPASS_SCRIPT_PATH,_0x3d6a7b=_0x4ef2bf['Ctace'](getUrlRewriteConfigs,_0x10ae68),_0x30c991=['-c',_0x4ef2bf[_0x575cf2(-_0x7484b2._0x3a7e85,-0x45,-_0x7484b2._0x199b19,-_0x7484b2._0x518c05)]];for(const _0x5170d5 of _0x3d6a7b){_0x30c991[_0x14924b(0x84,_0x7484b2._0x3c0df1,0xaa,0x28)]('-c',_0x5170d5);}const _0x155036={...process[_0x14924b(0x22,-0x4,-_0x7484b2._0x15d92d,-0xd)]};_0x155036[_0x14924b(-_0x7484b2._0x345028,-0x42,_0x7484b2._0x558641,-0x4b)+'AL_PROMPT']='0',_0x155036[_0x575cf2(_0x7484b2._0x3f19bc,_0x7484b2._0x21ae2a,_0x7484b2._0x3c0df1,0x53)+'S']=_0x3193e4,_0x155036[_0x575cf2(0x17,0x2d,0x7a,-_0x7484b2._0x4a5716)+'CTIVE']=_0x4ef2bf[_0x575cf2(-0x1b,-0x50,-0x2e,-0x9f)],_0x155036[_0x575cf2(-_0x7484b2._0x1d30e3,-0x4a,-0x5a,-_0x7484b2._0x502699)+_0x14924b(_0x7484b2._0x25196d,0xad,_0x7484b2._0x51144a,0x4a)]=_0x2620e3[_0x14924b(0x36,_0x7484b2._0x1d7697,_0x7484b2._0x4de739,0x27)]||_0x4ef2bf['ySMZn'],_0x155036[_0x14924b(0x21,-0x1a,_0x7484b2._0x46e350,_0x7484b2._0x313ad9)+_0x575cf2(_0x7484b2._0x308667,0x59,_0x7484b2._0x1fe076,0xb9)]=_0x2620e3[_0x14924b(_0x7484b2._0x92af6a,_0x7484b2._0x58abd0,0x1d,0xe7)]||'';const _0x4b00a2=_0x155036;logger[_0x14924b(-_0x7484b2._0x52d0ff,0x2a,-0xa,-_0x7484b2._0x1645f4)](_0x14924b(0x3e,0x30,-_0x7484b2._0x825582,0x48)+'etup\x20repos'+_0x575cf2(0x16,_0x7484b2._0x435691,-0x41,-0x28)+_0x575cf2(-0xce,-0x78,-0xa2,-0xe5)+'context',{'provider':_0x5324c6,'origin':_0x4ef2bf[_0x575cf2(-0x18,0x44,0x3c,_0x7484b2._0x9183c5)](maskGitUrl,_0x10ae68),'rewrites':_0x3d6a7b[_0x575cf2(-_0x7484b2._0x5b090f,-0x34,-_0x7484b2._0x3c560c,-0x9)]});const _0xfc7501={};return _0xfc7501['originUrl']=_0x10ae68,_0xfc7501[_0x14924b(_0x7484b2._0x490dc6,_0x7484b2._0x387ed8,_0x7484b2._0x54903f,0x7e)+'fix']=_0x30c991,_0xfc7501[_0x575cf2(-0xe,-_0x7484b2._0x2925d3,-0x16,-_0x7484b2._0x1d8ac9)]=_0x4b00a2,_0xfc7501;}export async function runSetupRepoGitCommand(_0xa6f3df){const _0x503052={_0x48ac28:0xa9,_0x2fae57:0xbe,_0x249a26:0xd6,_0x3b69a1:0xb8,_0x41760b:0x79,_0x5c1d1c:0x139,_0x36b3ab:0x48,_0x1e1413:0x62,_0x4b6ced:0x112,_0xf14a69:0x108,_0x511d25:0xbd,_0x39706c:0x8c,_0x247f1d:0xf2,_0x41a4de:0x116,_0xa2bea2:0x77,_0x3e1451:0x41,_0x477de2:0x9,_0x2f09f7:0x22,_0x5053aa:0x61,_0x47f749:0x74,_0x3456d1:0x10f,_0x5ae56d:0x96,_0x2d4581:0xda,_0x34e131:0x129,_0x5c5559:0xd,_0x3e20fa:0xae,_0x13f9a1:0x73,_0x4139d0:0x4e,_0x35f5bb:0xbb,_0x598d18:0xcc,_0x439990:0x38,_0x17a9a7:0x23,_0x2e8449:0x2b,_0x36694a:0x103,_0x14703a:0xd5,_0x3566fd:0xf8,_0x47cf89:0x126,_0x99baa8:0x103,_0x1faee3:0x25,_0x18449b:0x90,_0x2f08ce:0x7e,_0x5e444b:0x8d,_0x27a05d:0xa8,_0x334a26:0x4f,_0x396c76:0x11d,_0x45b3e6:0x88,_0x13c059:0xaf,_0x270734:0x60,_0x32b989:0x1a,_0x13bbc1:0xb3,_0x26cc4a:0xb3,_0x2b2b57:0x81,_0x1de5bb:0x86,_0x12787f:0x7b,_0x2f4d93:0x1a,_0x3c2436:0x5e,_0xbf3524:0xb1,_0x42bbcf:0xff,_0x197cfb:0x160,_0xa5ed2:0x42,_0x5d4106:0xaa,_0x305db4:0x1b,_0x4cf301:0x62,_0x352c6b:0x90,_0x1f2684:0x54,_0x11a57d:0x140,_0x1a93aa:0x171,_0x447e41:0x11d,_0xd5da22:0x7e,_0x197164:0xa1,_0x491b9f:0xbe,_0x4a2eec:0x7b,_0x25d6b1:0x25,_0x409de6:0x20,_0x5ce962:0x8b,_0x5c1f2b:0x6f,_0x26dff2:0x46,_0x525489:0x177,_0xb4dd21:0x11c,_0x5d388f:0x51,_0x5ac6ee:0xc5,_0x2df67b:0xd4,_0xea002:0x9f,_0x15056e:0xae,_0x1c4442:0xd4,_0x4f97f8:0xb6,_0x395585:0x4b,_0x1ef140:0x174,_0x112b24:0x12e,_0x1539f0:0x19d,_0x14f368:0x4c,_0x25f9d5:0x6c,_0x291e1b:0x5a,_0x30a742:0x8e,_0x5007f7:0x11f,_0x365438:0xf0,_0x210eb4:0x125,_0x3b6429:0x82,_0x5648eb:0x104,_0x213a7b:0xa8,_0x549578:0x184,_0x3a113e:0x14a,_0x283985:0xc5,_0x60ad1:0x94,_0x5e76a8:0xbe,_0x5a44a3:0xe2,_0x5dfd74:0x53,_0x3a8e00:0x20,_0x390dc4:0x81,_0x409a0d:0x124,_0x25a287:0xa1,_0x5718a6:0x87,_0x20d230:0xb0,_0x15ea5c:0xb3,_0x1cb2c6:0x96,_0x4b8195:0xdb,_0xe8f26f:0x104,_0x4147a4:0x11d,_0x186a59:0xb9,_0x324b08:0x97,_0x38c64b:0x30,_0x3b02d2:0x44,_0x329aa2:0xee,_0x53d1aa:0x131,_0x498df0:0x109,_0x177519:0xe3,_0x34c935:0x7a,_0x13272f:0x17,_0x4508f3:0x1c,_0x1357f0:0x13b,_0x361961:0xb7,_0x1984c7:0xb7,_0x348918:0x31,_0x577e6b:0x81,_0x3921ba:0x13f,_0x3b6e30:0x62,_0x30a3e4:0x101,_0x234fc7:0x100,_0x399c7a:0x10b,_0x24c2a3:0xe6,_0x19759c:0x4c,_0x58b70f:0x103,_0x494c29:0x93,_0x46a9a4:0x17,_0x5c50b5:0x54,_0x109d65:0x17d,_0x2cd3f1:0x167,_0x551095:0x13b,_0x53bdaa:0x110,_0x229d54:0x135,_0x1d79a4:0x10d,_0x4d770e:0xc9,_0x3ef118:0xe5,_0x5cd5e2:0x2a,_0x144c9b:0x89,_0x1b03c4:0xf,_0x4c724a:0xc,_0x405435:0x54,_0x46a07e:0x14f,_0x6c8d9c:0x154,_0x12766a:0x1},_0x38f56a={_0x309e8f:0xaf},_0x371d22={_0x2720a6:0x10c};function _0x295953(_0x298937,_0x579184,_0x427860,_0x8931b2){return _0x52a81f(_0x298937,_0x579184-0x1aa,_0x8931b2-0x1cc,_0x8931b2-_0x371d22._0x2720a6);}const _0x18754b={'TIdPa':function(_0x1d554b,_0x13e8cf){return _0x1d554b(_0x13e8cf);},'qyokW':_0x1cb3e6(0x11b,0x111,0x14b,0xf2),'esqTg':function(_0x116094,_0x12e97c){return _0x116094*_0x12e97c;},'LNVVR':function(_0x46b439,_0x305fa2){return _0x46b439*_0x305fa2;},'WpDyi':'setupRepoP'+_0x295953(0x45,0x108,0xaa,_0x503052._0x48ac28)+_0x295953(_0x503052._0x2fae57,_0x503052._0x249a26,0xec,0xa7),'QjFtB':function(_0x20c377,_0x15d384){return _0x20c377===_0x15d384;},'LqGFy':_0x1cb3e6(_0x503052._0x3b69a1,0xd4,0x2b,_0x503052._0x41760b),'kZMlN':_0x295953(0xcd,_0x503052._0x5c1d1c,0x17e,0x128),'RhHWs':_0x1cb3e6(0xbb,_0x503052._0x36b3ab,0x85,_0x503052._0x1e1413)+_0x295953(0x14b,_0x503052._0x4b6ced,_0x503052._0xf14a69,0x155)+'mpty\x20array','VChSA':function(_0x4e75af,_0x4161da){return _0x4e75af(_0x4161da);},'bEkiX':function(_0x38bc82,_0x4bf7a8){return _0x38bc82===_0x4bf7a8;},'qYVSB':_0x295953(0x87,_0x503052._0x511d25,_0x503052._0x39706c,_0x503052._0x247f1d),'PvciI':function(_0x1c261b,_0x883aaf){return _0x1c261b!==_0x883aaf;},'IjABK':_0x295953(_0x503052._0x41a4de,0x141,_0x503052._0xa2bea2,0xd4),'MelRE':_0x1cb3e6(-_0x503052._0x3e1451,-0xf,_0x503052._0x477de2,_0x503052._0x2f09f7),'UemYD':_0x1cb3e6(_0x503052._0x5053aa,_0x503052._0x47f749,_0x503052._0x3456d1,0xc1)+_0x1cb3e6(0x142,_0x503052._0x5ae56d,0xe9,_0x503052._0x2d4581)+_0x295953(_0x503052._0x34e131,0x1a8,0x11c,0x139)+_0x1cb3e6(_0x503052._0x5c5559,_0x503052._0x3e20fa,_0x503052._0x13f9a1,_0x503052._0x4139d0)+_0x1cb3e6(0x6a,_0x503052._0x35f5bb,0xa0,_0x503052._0x598d18),'RFSCY':_0x1cb3e6(0x44,-_0x503052._0x439990,_0x503052._0x17a9a7,_0x503052._0x2e8449)+_0x295953(_0x503052._0x36694a,_0x503052._0x4b6ced,_0x503052._0x14703a,_0x503052._0x3566fd)+_0x295953(0x133,0x186,0x1ab,0x169)+_0x295953(_0x503052._0x47cf89,0x14e,0xf5,_0x503052._0x99baa8)+_0x1cb3e6(0xd9,_0x503052._0x1faee3,_0x503052._0x18449b,_0x503052._0x2f08ce),'rddNL':_0x295953(0x6a,0xda,_0x503052._0x5e444b,_0x503052._0x27a05d),'LdmiB':'app','CHerB':_0x1cb3e6(_0x503052._0x334a26,_0x503052._0x396c76,_0x503052._0x45b3e6,_0x503052._0x13c059),'fwsbF':_0x1cb3e6(_0x503052._0x270734,_0x503052._0x32b989,0x1a,0x21),'UKggx':function(_0x1a0856,_0x27d2b3){return _0x1a0856(_0x27d2b3);}},{setupRepoPath:_0x54af22,args:_0x3b4971,authConfig:_0x3a7264,userId:_0x28a62f,logger:logger=_0x53cf80,maxBuffer:maxBuffer=_0x18754b[_0x1cb3e6(_0x503052._0x13bbc1,_0x503052._0x26cc4a,_0x503052._0x2b2b57,_0x503052._0x1de5bb)](_0x18754b[_0x1cb3e6(0xa6,0xe4,0x75,0x91)](0x1b8e+-0x1f1a+-0x1d5*-0x2,-0xddc+0x47*0x5d+-0x1*0x7ef),-0xd*-0x10c+0x1736*-0x1+0x2*0x6cd),dependencies:dependencies={},allowLocalFallback:allowLocalFallback=!![]}=_0xa6f3df;if(!_0x54af22)throw new Error(_0x18754b['WpDyi']);if(!Array[_0x295953(_0x503052._0x12787f,0xa1,0xfc,0xc6)](_0x3b4971)||_0x3b4971['length']===-0x1245+-0x262e+0x3873){if(_0x18754b['QjFtB'](_0x18754b[_0x1cb3e6(0x4a,_0x503052._0x2f4d93,0x47,_0x503052._0x3c2436)],_0x18754b['kZMlN'])){const _0x2ee026=_0x5260f7[_0x295953(_0x503052._0xbf3524,_0x503052._0x42bbcf,0x145,0x11c)+_0x295953(0x16c,0xca,_0x503052._0x197cfb,0x112)]||_0x4ac9ab,_0x128231={};return _0x128231[_0x295953(0xf1,_0x503052._0xa5ed2,0x5e,0xad)+_0x295953(_0x503052._0x5d4106,0x8c,0x165,0xfa)]=_0x227cf1,_0x128231[_0x1cb3e6(-_0x503052._0x305db4,_0x503052._0x4cf301,_0x503052._0x352c6b,_0x503052._0x1f2684)]=_0xf28772,_0x128231[_0x295953(_0x503052._0x11a57d,_0x503052._0x1a93aa,0xf7,_0x503052._0x447e41)]=_0x30f41b,_0x128231['execGitCom'+_0x1cb3e6(0x76,_0x503052._0xd5da22,_0x503052._0x197164,_0x503052._0x197164)]=_0x2ee026,_0x18754b[_0x295953(0x7c,0x127,0x11f,_0x503052._0x491b9f)](_0x249f3b,_0x128231);}else throw new Error(_0x18754b[_0x1cb3e6(_0x503052._0x4a2eec,_0x503052._0x25d6b1,0x45,_0x503052._0x409de6)]);}function _0x1cb3e6(_0x3ae012,_0xaf67b9,_0x57e52e,_0x1cacb9){return _0x4e9240(_0x3ae012-_0x38f56a._0x309e8f,_0x1cacb9- -0x2bb,_0x57e52e-0xbc,_0x57e52e);}const _0x15dc8a=_0x18754b[_0x1cb3e6(_0x503052._0x5ce962,_0x503052._0x5c1f2b,-0x29,_0x503052._0x26dff2)](normalizeSetupRepoAuthConfig,_0x3a7264||{}),_0x27235d=dependencies[_0x295953(0x107,0x127,_0x503052._0x525489,_0x503052._0xb4dd21)+_0x1cb3e6(_0x503052._0x5d388f,_0x503052._0x3b69a1,0x10e,_0x503052._0x197164)]||execFileAsync;if(_0x18754b['bEkiX'](_0x15dc8a[_0x1cb3e6(0x11a,_0x503052._0x5ac6ee,0xb0,_0x503052._0x2df67b)],_0x18754b[_0x295953(0xc1,0x55,0xa4,0x9d)])||_0x18754b[_0x295953(0x125,_0x503052._0x3b69a1,0x99,0xd2)](_0x15dc8a[_0x1cb3e6(_0x503052._0xea002,0x129,_0x503052._0x15056e,_0x503052._0x1c4442)],'user')){if(!_0x15dc8a['provider']){if(_0x18754b[_0x1cb3e6(0xc0,0xe2,0xb9,0x9c)](_0x18754b['IjABK'],_0x18754b[_0x1cb3e6(_0x503052._0x4f97f8,0x6b,0x25,_0x503052._0x395585)]))throw new Error(_0x18754b[_0x295953(_0x503052._0x1ef140,_0x503052._0x112b24,_0x503052._0x1539f0,0x137)]);else{const _0xafc3ab=new _0x9e4ee(_0x2e5b22);return(_0xafc3ab[_0x295953(0x6f,_0x503052._0x45b3e6,_0x503052._0xa2bea2,0xdd)]||_0xafc3ab['password'])&&(_0xafc3ab[_0x1cb3e6(0x80,_0x503052._0x14f368,_0x503052._0x305db4,_0x503052._0x25f9d5)]=_0x18754b[_0x295953(_0x503052._0x291e1b,0xba,0x33,_0x503052._0x30a742)],_0xafc3ab[_0x295953(_0x503052._0x5007f7,0xe5,_0x503052._0x365438,_0x503052._0x210eb4)]=''),_0xafc3ab['toString']();}}if(_0x15dc8a['mode']===_0x295953(_0x503052._0x3b6429,0x117,_0x503052._0x5648eb,_0x503052._0x213a7b)&&!_0x28a62f)throw new Error(_0x18754b[_0x295953(0x19b,_0x503052._0x34e131,_0x503052._0x549578,_0x503052._0x3a113e)]);let _0x21fdb3;try{_0x21fdb3=await _0x18754b[_0x295953(0x7b,_0x503052._0x283985,_0x503052._0x60ad1,_0x503052._0x5e76a8)](buildProviderGitContext,{'setupRepoPath':_0x54af22,'providerName':_0x15dc8a[_0x1cb3e6(_0x503052._0x5a44a3,_0x503052._0x5dfd74,_0x503052._0x3a8e00,_0x503052._0x390dc4)],'credentialMode':_0x18754b['QjFtB'](_0x15dc8a[_0x295953(0x184,0x168,_0x503052._0x409a0d,0x145)],_0x295953(_0x503052._0x25a287,_0x503052._0x5718a6,0xfc,0xa8))?_0x18754b[_0x1cb3e6(0xb6,_0x503052._0x20d230,_0x503052._0x5e444b,_0x503052._0x15ea5c)]:_0x18754b[_0x295953(0x8f,0x105,0xd7,_0x503052._0x1cb2c6)],'userId':_0x18754b['bEkiX'](_0x15dc8a[_0x1cb3e6(_0x503052._0x4b8195,0x115,_0x503052._0xe8f26f,0xd4)],_0x18754b[_0x295953(0xd4,_0x503052._0x4147a4,0xc5,0x124)])?_0x28a62f:undefined,'logger':logger,'dependencies':dependencies});}catch(_0xb9af37){if(_0x18754b[_0x1cb3e6(_0x503052._0x186a59,_0x503052._0x324b08,0x65,0x8c)]!==_0x18754b[_0x1cb3e6(_0x503052._0x38c64b,0x10,0x12,_0x503052._0x3b02d2)]){if(!allowLocalFallback)throw _0xb9af37;logger[_0x295953(0x14c,0xc1,0x136,_0x503052._0x329aa2)](_0x295953(0x1cb,0x1a4,0x14f,0x166)+'prepare\x20se'+_0x1cb3e6(_0x503052._0x53d1aa,_0x503052._0x498df0,0x82,_0x503052._0x177519)+_0x1cb3e6(_0x503052._0x34c935,_0x503052._0x305db4,_0x503052._0x13272f,_0x503052._0x4508f3)+_0x295953(0x57,0x62,0x106,0xac)+_0x295953(0xad,0xd0,_0x503052._0x5d4106,0xae)+_0x1cb3e6(0x29,0xb,0xd0,0x60)+'\x20to\x20local\x20'+'git\x20creden'+_0x295953(0x177,_0x503052._0x1357f0,_0x503052._0x361961,0x10c),{'provider':_0x15dc8a[_0x1cb3e6(_0x503052._0x13bbc1,_0x503052._0x1984c7,_0x503052._0x348918,_0x503052._0x577e6b)],'credentialMode':_0x15dc8a[_0x295953(0x15e,0x13b,_0x503052._0x3921ba,0x145)],'command':_0x3b4971[_0x1cb3e6(0xaf,_0x503052._0x3b6e30,0x41,0xa2)]('\x20'),'error':_0xb9af37[_0x1cb3e6(_0x503052._0x30a3e4,_0x503052._0x234fc7,_0x503052._0x399c7a,_0x503052._0x24c2a3)]});const _0x6406cd={};return _0x6406cd[_0x1cb3e6(0x1f,_0x503052._0x19759c,0xa8,0x3c)+_0x295953(0x11b,_0x503052._0x58b70f,_0x503052._0x494c29,0xfa)]=_0x54af22,_0x6406cd[_0x1cb3e6(0xbe,-_0x503052._0x46a9a4,0x13,_0x503052._0x5c50b5)]=_0x3b4971,_0x6406cd['maxBuffer']=maxBuffer,_0x6406cd[_0x295953(0xbc,_0x503052._0x109d65,_0x503052._0x2cd3f1,0x11c)+'mand']=_0x27235d,_0x18754b['UKggx'](runLocalGitCommand,_0x6406cd);}else return _0x2893c9;}return _0x27235d(_0x295953(0xcc,_0x503052._0x1c4442,_0x503052._0x551095,0x12e),[..._0x21fdb3['commandPre'+_0x295953(_0x503052._0x53bdaa,0x125,_0x503052._0x229d54,0xf0)],..._0x3b4971],{'cwd':_0x54af22,'env':_0x21fdb3[_0x295953(_0x503052._0x1d79a4,0xa8,0x134,_0x503052._0x4d770e)],'maxBuffer':maxBuffer});}const _0x392351={};return _0x392351['setupRepoP'+_0x1cb3e6(_0x503052._0x3ef118,0xda,_0x503052._0x5cd5e2,_0x503052._0x144c9b)]=_0x54af22,_0x392351[_0x1cb3e6(-_0x503052._0x1b03c4,0xa2,_0x503052._0x4c724a,_0x503052._0x405435)]=_0x3b4971,_0x392351['maxBuffer']=maxBuffer,_0x392351['execGitCom'+_0x295953(_0x503052._0x46a07e,0x161,_0x503052._0x6c8d9c,_0x503052._0x4b6ced)]=_0x27235d,_0x18754b[_0x1cb3e6(-_0x503052._0x12766a,0x5b,0x9c,0x4d)](runLocalGitCommand,_0x392351);}