关键信息提取 Commit: - ID: 7860896 - Author: RomanDavydchuk - Date: 2 weeks ago - Message: fix(Git Node): Clean up URLs returned from config (#24754) Targets: - Branches: - 1.x (#24754) - backport-24767-to-1.x (#24754) - backport-24754 (#24754) - outdated (#24754) - release/1.123.17 (#24754) - release/1.123.18 (#24754) Changes: - Files: 3 files changed, +179 -7 lines changed - packages/nodes-base/nodes/Git/GenericFunctions.ts: +43 -0 lines changed - packages/nodes-base/nodes/Git/Git.node.ts: +2 -7 lines changed - ...es/nodes-base/nodes/Git/__test__/GenericFunctions.test.ts: +134 -0 lines changed - Main Functionality: Cleaned up URLs returned from git config - New Function: to clean the remote origin URL - Validation: Test cases added for function Purposes: - Clean up the remote origin URL and push URL from git config to remove sensitive information like username and password.