Re: [PATCH 1/1] docs: update git-clone doc: refer to long options

2019-06-28 Thread Johannes Schindelin
Hi, On Thu, 27 Jun 2019, Junio C Hamano wrote: > "Quentin Nerden via GitGitGadget" writes: > > > From: Quentin Nerden > > > > To make the doc of git-clone easier to read, > > refer to the long version of the options > > (it is easier to guess what --verbose is doing than -v). > > > > Also: > >

Re: [PATCH 1/1] docs: update git-clone doc: refer to long options

2019-06-27 Thread Junio C Hamano
"Quentin Nerden via GitGitGadget" writes: > From: Quentin Nerden > > To make the doc of git-clone easier to read, > refer to the long version of the options > (it is easier to guess what --verbose is doing than -v). > > Also: > put the short options first, to match the doc of git-add, git-commit

[PATCH 1/1] docs: update git-clone doc: refer to long options

2019-06-27 Thread Quentin Nerden via GitGitGadget
From: Quentin Nerden To make the doc of git-clone easier to read, refer to the long version of the options (it is easier to guess what --verbose is doing than -v). Also: put the short options first, to match the doc of git-add, git-commit, git-clean, git-branch... Signed-off-by: Quentin Nerden