0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-23 02:14:25 +01:00
Thomas McWork 083b0b4770
Prefer variables over subprocesses (#26690)
… because it doesn't require a separate shell, spawning a process which
cost unnecessary resources and takes time.
2023-08-23 07:43:05 -05:00
..