diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2013-05-09 03:16:55 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-05-17 21:09:21 +0200 |
commit | 0460ed2c93d78c753242f835c441f320f792ac54 (patch) | |
tree | 7128ca5567b1ed56dba60845ad26b32c40d7a4f5 /Documentation/git-push.txt | |
parent | Update draft release notes for 1.8.3 (diff) | |
download | git-0460ed2c93d78c753242f835c441f320f792ac54.tar.xz git-0460ed2c93d78c753242f835c441f320f792ac54.zip |
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-push.txt')
-rw-r--r-- | Documentation/git-push.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index eb2883c94c..d51481394c 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@ -162,8 +162,7 @@ useful if you write an alias or script around 'git push'. linkgit:git-pull[1] and other commands. For more information, see 'branch.<name>.merge' in linkgit:git-config[1]. ---thin:: ---no-thin:: +--[no-]thin:: These options are passed to linkgit:git-send-pack[1]. A thin transfer significantly reduces the amount of sent data when the sender and receiver share many of the same objects in common. The default is |