diff options
author | Jean-Noël Avila <jn.avila@free.fr> | 2019-01-22 21:16:35 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-01-23 20:37:29 +0100 |
commit | ba170517be039a04b1914ebe9b492d4139c707df (patch) | |
tree | dcb778077f34381cddcb9569dab4a3eed34596e8 /Documentation/git-fetch.txt | |
parent | Git 2.20.1 (diff) | |
download | git-ba170517be039a04b1914ebe9b492d4139c707df.tar.xz git-ba170517be039a04b1914ebe9b492d4139c707df.zip |
doc: tidy asciidoc style
This mainly refers to enforcing indentation on additional lines of
items of lists.
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-fetch.txt')
-rw-r--r-- | Documentation/git-fetch.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-fetch.txt b/Documentation/git-fetch.txt index e319935597..266d63cf11 100644 --- a/Documentation/git-fetch.txt +++ b/Documentation/git-fetch.txt @@ -266,7 +266,7 @@ The `pu` branch will be updated even if it is does not fast-forward, because it is prefixed with a plus sign; `tmp` will not be. * Peek at a remote's branch, without configuring the remote in your local -repository: + repository: + ------------------------------------------------ $ git fetch git://git.kernel.org/pub/scm/git/git.git maint |