Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] git-r3.eclass: Support checking out specific subdirectories
Date: Tue, 28 Nov 2017 09:15:46
Message-Id: 1511860531.1850.0.camel@gentoo.org
In Reply to: [gentoo-dev] [PATCH] git-r3.eclass: Support checking out specific subdirectories by "Michał Górny"
1 W dniu sob, 18.11.2017 o godzinie 00∶24 +0100, użytkownik Michał Górny
2 napisał:
3 > Support limiting the git checkout to specific subdirectories of the git
4 > tree, using 'git checkout ... -- <paths>...' The main use case for this
5 > is doing partial checkouts of very large repositories where only a small
6 > subset of files is necessary. Doing partial checkouts can save both
7 > time and disk space which can be important in large intertwined
8 > projects such as LLVM+Clang.
9 >
10
11 Merged now.
12
13 --
14 Best regards,
15 Michał Górny