Re: [PATCH 1/2] Documentation/git-init.txt: minor style and synopsis fixes
From: Junio C Hamano <hidden>
Date: 2016-06-15 23:03:35
Alexander Kuleshov [off-list ref] writes:
Signed-off-by: 0xAX <redacted>
Hmmmm.
quoted hunk
@@ -50,12 +50,12 @@ Only print error and warning messages; all otheroutput will be suppressed.
Linewrapped? I could apply it after fixing these hunk header lines, but I'd prefer not to, as we wouldn't know where _else_ the mail transport corrupted the patch in a way that "git apply" would not notice.
quoted hunk
Create a bare repository. If GIT_DIR environment is not set, it is set to the current working directory. ---template=<template_directory>:: +--template=<template-directory>:: Specify the directory from which templates will be used. (See the "TEMPLATE DIRECTORY" section below.) ---separate-git-dir=<git dir>:: +--separate-git-dir=<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@@ -108,7 +108,7 @@ By default, the configuration flagreceive.denyNonFastForwards` is enabled in shared repositories, so that you cannot force a non fast-forwarding push into it. -If you provide a 'directory', the command is run inside it. If this directory +If you provide a <directory>, the command is run inside it. If this directory does not exist, it will be created. --