Loading
Commits on Source 2
-
Dom Sekotill authored
If the staging dir is on a different FS (likely if in /tmp) the various 'mv' operations become disk-heavy copy operations. This commit changes the staging directory location to a temp location in the same directory as the repo.
-
Dom Sekotill authored
Gets rid of unnecessary forking of various commands from subshells, preferring to exec from the subshell. Also removes one unnecessary subshell fork entirely.