Quoth Lyndon Nerenberg (VE7TFX/VE6BBM) <lyn...@orthanc.ca>:
> Steffen Nurpmeso writes:
> 
> > It can even be as small as 
> >
> >   #?0|kent:unix-hist$ du -sh .
> >   179M    .
> >
> > when not including all the new FreeBSD things (for which i at
> > least track the FreeBSD git repository directly):
> 
> Okay, so what's the magic incantation to clone just that subset
> of branches?  git-clone(1) is not helpful ...
> 
> --lyndon

On unix, this should do it:

        git clone --single-branch \
                --branch Research-V4-Snapshot-Development \
                https://github.com/dspinellis/unix-history-repo

On plan 9, hot off the press:

        git/clone -b $branch \
                https://github.com/dspinellis/unix-history-repo

Unfortunately, git9 has no fetch specs, so keeping a
*set* of branches will be a bit clunky


------------------------------------------
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/T476a1d7b83269775-Mc746ce5de6725eeb5dd0459a
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Reply via email to