From 133db54dabd2174960d4a7449a1a7ed574ea0ad3 Mon Sep 17 00:00:00 2001 From: Jean-Noël Avila Date: Sat, 6 Nov 2021 19:48:52 +0100 Subject: doc: use only hyphens as word separators in placeholders MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit According to CodingGuidelines, multi-word placeholders should use hyphens as word separators. Signed-off-by: Jean-Noël Avila Signed-off-by: Junio C Hamano Reviewed-by: Eli Schwartz Signed-off-by: Junio C Hamano --- Documentation/git-init.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Documentation/git-init.txt') diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt index 7781d0b354..fdb7b3f367 100644 --- a/Documentation/git-init.txt +++ b/Documentation/git-init.txt @@ -9,8 +9,8 @@ git-init - Create an empty Git repository or reinitialize an existing one SYNOPSIS -------- [verse] -'git init' [-q | --quiet] [--bare] [--template=] - [--separate-git-dir ] [--object-format=] +'git init' [-q | --quiet] [--bare] [--template=] + [--separate-git-dir ] [--object-format=] [-b | --initial-branch=] [--shared[=]] [] @@ -57,12 +57,12 @@ values are 'sha1' and (if enabled) 'sha256'. 'sha1' is the default. + include::object-format-disclaimer.txt[] ---template=:: +--template=:: Specify the directory from which templates will be used. (See the "TEMPLATE DIRECTORY" section below.) ---separate-git-dir=:: +--separate-git-dir=:: Instead of initializing the repository as a directory to either `$GIT_DIR` or `./.git/`, create a text file there containing the path to the actual -- cgit v1.3-6-g1900