Strider-CD / strider-git

Basic git provider
12 stars 16 forks source link

shallow copy #9

Open refack opened 10 years ago

refack commented 10 years ago

First of all --single branch doesn't work for me (on heroku even tough git --version === 1.7.0). This works, and is much faster. Only limitation is the repository can't be committed to.

niallo commented 10 years ago

Merged #8 which should fix this for you. Could look into also using --depth as an added optimization - thoughts?

refack commented 10 years ago

AFAICT if the repos is never used for committing, it's a great optimization. May add a flag with n=1 as a default.