We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ee81d commit 4626df2Copy full SHA for 4626df2
1 file changed
dfetch/vcs/git.py
@@ -69,6 +69,7 @@ def _build_git_ssh_command() -> str:
69
return ssh_cmd
70
71
72
+# As a cli tool, we can safely assume this remains stable during the runtime, caching for speed is better
73
@functools.lru_cache
74
def _extend_env_for_non_interactive_mode() -> dict[str, str]:
75
"""Extend the environment vars for git running in non-interactive mode.
0 commit comments