summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Moy <Matthieu.Moy@imag.fr>2013-07-16 10:05:40 +0200
committerJunio C Hamano <gitster@pobox.com>2013-07-17 17:50:56 -0700
commit4ba258b7e1020e8e3f321ca2df01e34cd71bee88 (patch)
tree301e676058cc8c359b0a579e9e5319f7b79bfeee
parent7b02c834638f6bea4cf14e4981702103b478ff4d (diff)
downloadgit-mm/diff-no-patch-synonym-to-s.tar.gz
Documentation/git-log.txt: capitalize section namesmm/diff-no-patch-synonym-to-s
This is the convention in most other files and even at the beginning of git-log.txt Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-log.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt
index a976534ab8..88f90ed78e 100644
--- a/Documentation/git-log.txt
+++ b/Documentation/git-log.txt
@@ -84,7 +84,7 @@ include::rev-list-options.txt[]
include::pretty-formats.txt[]
-Common diff options
+COMMON DIFF OPTIONS
-------------------
:git-log: 1
@@ -92,7 +92,7 @@ include::diff-options.txt[]
include::diff-generate-patch.txt[]
-Examples
+EXAMPLES
--------
`git log --no-merges`::
@@ -143,12 +143,12 @@ Examples
`git log -3`::
Limits the number of commits to show to 3.
-Discussion
+DISCUSSION
----------
include::i18n.txt[]
-Configuration
+CONFIGURATION
-------------
See linkgit:git-config[1] for core variables and linkgit:git-diff[1]