drdoctr / doctr

A tool for automatically deploying docs from Travis CI to GitHub pages.
https://drdoctr.github.io
MIT License
107 stars 30 forks source link

Only git add the changed files #326

Open asmeurer opened 6 years ago

asmeurer commented 6 years ago

We fixed the performance issues with running git add separately for every file (https://github.com/drdoctr/doctr/issues/324), but it still adds every file, which puts a lot of output in the log. We should figure out the git commands to only get the changed/untracked files and add those.