Re: A Proposal to Move to Git
Matt Rice <[email protected]>
| Newsgroups | gmane.comp.gnu.binutils,gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CACTLOFouYgxGG46NZ=1zyJ9W50R93Tuf9SHLrZBD3GYjptx39A@mail.gmail.com> |
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.. (sorry H.J. if you receive this twice)