diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2015-03-11 16:32:45 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-03-13 22:13:46 -0700 |
commit | da0005b8853137c91e44867d899910d5c7eb4425 (patch) | |
tree | 1af52f958322db86cb9916d162d9a29df726b1f2 /Documentation/git-log.txt | |
parent | 7a9409cb0104466eba32162f5bc4e5ab46130f02 (diff) | |
download | git-da0005b8853137c91e44867d899910d5c7eb4425.tar.gz |
*config.txt: stick to camelCase naming conventionnd/config-doc-camelCase
This should improve readability. Compare "thislongname" and
"thisLongName". The following keys are left in unchanged. We can
decide what to do with them later.
- am.keepcr
- core.autocrlf .safecrlf .trustctime
- diff.dirstat .noprefix
- gitcvs.usecrlfattr
- gui.blamehistoryctx .trustmtime
- pull.twohead
- receive.autogc
- sendemail.signedoffbycc .smtpsslcertpath .suppresscc
Helped-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-log.txt')
-rw-r--r-- | Documentation/git-log.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index 1f7bc67d6c..18bc716a0c 100644 --- a/Documentation/git-log.txt +++ b/Documentation/git-log.txt @@ -184,7 +184,7 @@ log.date:: `--date` option.) Defaults to "default", which means to write dates like `Sat May 8 19:35:34 2010 -0500`. -log.showroot:: +log.showRoot:: If `false`, `git log` and related commands will not treat the initial commit as a big creation event. Any root commits in `git log -p` output would be shown without a diff attached. |