Hi Andrew, On Fri, Jan 30, 2015 at 8:17 PM, Andrew Gwozdziewycz <[email protected]> wrote: > On Fri, Jan 30, 2015 at 1:14 PM, Jacob Hoffman-Andrews <[email protected]> > wrote: > > > > You talk about tracking a subdirectory of the https-everywhere repo. Why > > not instead just track the whole repo and have your proxy's input path > > point at src/chrome/content/rules? > > Yup, that's what I'll do for now. Thanks. >
found something :) http://stackoverflow.com/questions/600079/is-there-any-way-to-clone-a-git-repositorys-sub-directory-only Try and take a look at the second answer, the one that mentions "sparse checkout". AFAIK, you'll still have the entire subtree (src/chrome/content/rules) but you'll be able to checkout the rules only. Claudio
_______________________________________________ HTTPS-Everywhere mailing list [email protected] https://lists.eff.org/mailman/listinfo/https-everywhere
