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