Re: [gentoo-dev] [PATCH] git-r3.eclass: Support checking out specific subdirectories

2017-11-28 Thread Michał Górny
W dniu sob, 18.11.2017 o godzinie 00∶24 +0100, użytkownik Michał Górny napisał: > Support limiting the git checkout to specific subdirectories of the git > tree, using 'git checkout ... -- ...' The main use case for this > is doing partial checkouts of very large repositories where only a small > s

[gentoo-dev] [PATCH] git-r3.eclass: Support checking out specific subdirectories

2017-11-17 Thread Michał Górny
Support limiting the git checkout to specific subdirectories of the git tree, using 'git checkout ... -- ...' The main use case for this is doing partial checkouts of very large repositories where only a small subset of files is necessary. Doing partial checkouts can save both time and disk space w