From: Dridi Boukelmoune Date: Wed, 22 Oct 2014 16:47:36 +0000 (+0200) Subject: vcsh: `vcsh clone [-b ] []` X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/bc9dada76fe67f1a9ac8028372367b32b08fcdf6?hp=bc9dada76fe67f1a9ac8028372367b32b08fcdf6 vcsh: `vcsh clone [-b ] []` This is the API for an optional branch selection for `vcsh clone`. It is basically inspired by `git clone [-b|--branch ] `. I could have used the long option `--branch` too but vcsh only uses short ones. ---