Re: A Proposal to Move to Git
"H.J. Lu" <[email protected]>
| Newsgroups | gmane.comp.gnu.binutils,gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAMe9rOox5w9uPQj8DN5C0KiWYc1++eoBqJ7Nty53udyJHVxe1g@mail.gmail.com> |
On Fri, Aug 23, 2013 at 9:24 AM, Matt Rice <[email protected]> wrote: > On Fri, Aug 23, 2013 at 8:40 AM, H.J. Lu <[email protected]> wrote: >> I assume git repo has both binutils and gdb. Is that possible to >> only checkout binutils portion? >> > > you can do this with sparse checkouts, but note that it is something > you will have to do on the client side, as far as I know there is no > way to configure this from the server side/on cloning, and your .git > dir will contain history for both.. > Does sparse checkout work for binuitls/gdb git repo? Has anyone tried? -- H.J.