Formaline: speed up git repo updates

Issue #1982 closed
Roland Haas created an issue

This pull request contains two patches that speed up Formaline's git repo update:

  1. it uses hard-links to build a mock directory hierarchy if possible so that it can use a single call to git-add to update the repo
  2. it only passes those thorns that have changed to update-git-repo.pl so that git has fewer files to inspect for changes

https://bitbucket.org/cactuscode/cactusutils/pull-requests/11/rhaas-speedy-formaline/diff

Keyword: Formaline

Comments (4)

  1. Log in to comment