top | item 43385889

(no title)

schacon | 11 months ago

To try this feature out, you could have the server advertise a bundle ref file made with `git bundle create [bundle-file] --branches` that is hosted on a server within your network - it _should_ make a pretty big difference in local clone times.

discuss

order

schacon|11 months ago

The `--branches` option will work with how git works today. If my patch gets in, future versions of Git will be better with `--all`.