[PATCH v2 1/2] docs: git-clone: refer to long form of options

2019-07-02 Thread Quentin Nerden via GitGitGadget
From: Quentin Nerden To make the doc of git-clone easier to read, refer to the long form of the options (it is easier to guess what '--verbose' is doing than '-v'). Signed-off-by: Quentin Nerden --- Documentation/git-clone.txt | 16 1 file changed, 8 insertions(+), 8 deletions

[PATCH v2 0/2] Update git-clone doc: refer to long form of the options and list short form of the options first

2019-07-02 Thread Quentin Nerden via GitGitGadget
To make 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... Quentin Nerden (2): docs: git-clone: refer to long form

[PATCH v2 2/2] docs: git-clone: list short form of options first

2019-07-02 Thread Quentin Nerden via GitGitGadget
From: Quentin Nerden List the short form of options (e.g.: '-l') before the long form (e.g. '--local'). This is to match the doc of git-add, git-commit, git-clean, git-branch... Signed-off-by: Quentin Nerden --- Documentation/git-clone.txt | 18 +- 1 file changed, 9 insertions(

[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

[PATCH 0/1] Update git-clone doc: refer to long option

2019-06-27 Thread Quentin Nerden via GitGitGadget
To make 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... Quentin Nerden (1): docs: update git-clone doc: refer t