]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ja/doc-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Dec 2021 22:35:03 +0000 (14:35 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Dec 2021 22:35:03 +0000 (14:35 -0800)
Doc update.

* ja/doc-cleanup:
  init doc: --shared=0xxx does not give umask but perm bits
  doc: git-init: clarify file modes in octal.
  doc: git-http-push: describe the refs as pattern pairs
  doc: uniformize <URL> placeholders' case
  doc: use three dots for indicating repetition instead of star
  doc: git-ls-files: express options as optional alternatives
  doc: use only hyphens as word separators in placeholders
  doc: express grammar placeholders between angle brackets
  doc: split placeholders as individual tokens
  doc: fix git credential synopsis

1  2 
Documentation/git-checkout.txt
Documentation/git-help.txt
Documentation/git-sparse-checkout.txt
Documentation/git-svn.txt

Simple merge
index 96d5f598b4b583332bd49b13954f9fcf77294ff8,48eec3ec7c6c8e6ea528eb8f17e706ade8c76aac..44ea63cc6d3f1943d8144a872bb1fa84089f837d
@@@ -8,10 -8,8 +8,10 @@@ git-help - Display help information abo
  SYNOPSIS
  --------
  [verse]
 -'git help' [-a|--all [--[no-]verbose]] [-g|--guides]
 -         [-i|--info|-m|--man|-w|--web] [<command>|<guide>]
 +'git help' [-a|--all [--[no-]verbose]]
-          [[-i|--info] [-m|--man] [-w|--web]] [COMMAND|GUIDE]
++         [[-i|--info] [-m|--man] [-w|--web]] [<command>|<guide>]
 +'git help' [-g|--guides]
 +'git help' [-c|--config]
  
  DESCRIPTION
  -----------
Simple merge
Simple merge