diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2013-05-08 20:16:55 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-05-17 12:09:21 -0700 |
commit | 0460ed2c93d78c753242f835c441f320f792ac54 (patch) | |
tree | 7128ca5567b1ed56dba60845ad26b32c40d7a4f5 /Documentation/git-clone.txt | |
parent | Update draft release notes for 1.8.3 (diff) | |
download | tgif-0460ed2c93d78c753242f835c441f320f792ac54.tar.xz |
documentation: trivial style cleanups
White-spaces, missing braces, standardize --[no-]foo.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-clone.txt')
-rw-r--r-- | Documentation/git-clone.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 5c16e317f6..a0727d7759 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -14,7 +14,7 @@ SYNOPSIS [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>] [--separate-git-dir <git dir>] [--depth <depth>] [--[no-]single-branch] - [--recursive|--recurse-submodules] [--] <repository> + [--recursive | --recurse-submodules] [--] <repository> [<directory>] DESCRIPTION @@ -188,7 +188,7 @@ objects from the source repository into a pack in the cloned repository. with a long history, and would want to send in fixes as patches. ---single-branch:: +--[no-]single-branch:: Clone only the history leading to the tip of a single branch, either specified by the `--branch` option or the primary branch remote's `HEAD` points at. When creating a shallow |