commit | 3e6e0edde20f536b28cf1dac04c7376000bfc701 | [log] [tgz] |
---|---|---|
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | Sat Jan 07 21:45:59 2012 +0700 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Jan 08 13:48:27 2012 -0800 |
tree | a0213e6b8da702cf3d32169d447593f41a98c79a | |
parent | 4570aeb0d85f3b5ff274b6d5a651c2ee06d25d76 [diff] |
clone: add --single-branch to fetch only one branch When --single-branch is given, only one branch, either HEAD or one specified by --branch, will be fetched. Also only tags that point to the downloaded history are fetched. This helps most in shallow clones, where it can reduce the download to minimum and that is why it is enabled by default when --depth is given. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>