diff options
author | 2006-11-24 03:49:57 -0800 | |
---|---|---|
committer | 2006-11-24 03:49:57 -0800 | |
commit | c7757948dc88ab744fd13acc3d0808cca31f9717 (patch) | |
tree | b0e428bc5b77e22bb30b800973e75285c5771cae /Documentation | |
parent | Merge branch 'jc/pack-heuristics' (diff) | |
parent | config option log.showroot to show the diff of root commits (diff) | |
download | tgif-c7757948dc88ab744fd13acc3d0808cca31f9717.tar.xz |
Merge branch 'pb/diffroot'
* pb/diffroot:
config option log.showroot to show the diff of root commits
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/config.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 9d3c71c3b8..9090762819 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -219,6 +219,12 @@ i18n.commitEncoding:: browser (and possibly at other places in the future or in other porcelains). See e.g. gitlink:git-mailinfo[1]. Defaults to 'utf-8'. +log.showroot:: + If true, the initial commit will be shown as a big creation event. + This is equivalent to a diff against an empty tree. + Tools like gitlink:git-log[1] or gitlink:git-whatchanged[1], which + normally hide the root commit will now show it. True by default. + merge.summary:: Whether to include summaries of merged commits in newly created merge commit messages. False by default. |