Commits on Source 2

  • Dom Sekotill's avatar
    Perform supertree convert in staging on same filesystem · 43123012
    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.
    43123012
  • Dom Sekotill's avatar
    Reduce forking in git-supertree · cb640806
    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.
    cb640806
Loading
Loading