]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-update-index.txt
doc: keep first level section header in upper case
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Mon, 30 Apr 2018 15:35:33 +0000 (17:35 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 May 2018 08:03:33 +0000 (17:03 +0900)
commit76a8788c141e9d4e2713acaa7886475fb6b27ca5
tree39737a2b50579f34e6cbf2b58d905206928bdcf8
parent1f1cddd558b54bb0ce19c8ace353fd07b758510d
doc: keep first level section header in upper case

When formatted as a man page, 1st section header is always in upper
case even if we write it otherwise. Make all 1st section headers
uppercase to keep it close to the final output.

This does affect html since case is kept there, but I still think it's
a good idea to maintain a consistent style for 1st section headers.

Some sections perhaps should become second sections instead, where
case is kept, and for better organization. I will update if anyone has
suggestions about this.

While at there I also make some header more consistent (e.g. examples
vs example) and fix a couple minor things here and there.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
38 files changed:
Documentation/git-add.txt
Documentation/git-apply.txt
Documentation/git-branch.txt
Documentation/git-bundle.txt
Documentation/git-clone.txt
Documentation/git-cvsserver.txt
Documentation/git-diff-index.txt
Documentation/git-diff-tree.txt
Documentation/git-fast-export.txt
Documentation/git-fast-import.txt
Documentation/git-filter-branch.txt
Documentation/git-fmt-merge-msg.txt
Documentation/git-gc.txt
Documentation/git-grep.txt
Documentation/git-http-push.txt
Documentation/git-imap-send.txt
Documentation/git-index-pack.txt
Documentation/git-ls-files.txt
Documentation/git-name-rev.txt
Documentation/git-p4.txt
Documentation/git-prune.txt
Documentation/git-push.txt
Documentation/git-read-tree.txt
Documentation/git-receive-pack.txt
Documentation/git-remote-ext.txt
Documentation/git-remote.txt
Documentation/git-request-pull.txt
Documentation/git-send-email.txt
Documentation/git-send-pack.txt
Documentation/git-shell.txt
Documentation/git-show-branch.txt
Documentation/git-show-ref.txt
Documentation/git-show.txt
Documentation/git-update-index.txt
Documentation/git-update-ref.txt
Documentation/git-var.txt
Documentation/git-web--browse.txt
Documentation/gitattributes.txt