X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fconfig.txt;h=6b937771994f5b0a532b6f2cc522a9d3f35c9c09;hb=df873f96c8132c30d0cbd2b62b726d42d54dc58a;hp=285c7f73ca1b7a2a63b549a6cacec4cc77ad5ad7;hpb=ad29f71d53548266cc45d2fa99725e198c7f4887;p=git.git diff --git a/Documentation/config.txt b/Documentation/config.txt index 285c7f73c..6b9377719 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1310,9 +1310,15 @@ interactive.singlekey:: In interactive commands, allow the user to provide one-letter input with a single key (i.e., without hitting enter). Currently this is used by the `\--patch` mode of - linkgit:git-add[1], linkgit:git-reset[1], linkgit:git-stash[1] and - linkgit:git-checkout[1]. Note that this setting is silently - ignored if portable keystroke input is not available. + linkgit:git-add[1], linkgit:git-checkout[1], linkgit:git-commit[1], + linkgit:git-reset[1], and linkgit:git-stash[1]. Note that this + setting is silently ignored if portable keystroke input + is not available. + +log.abbrevCommit:: + If true, makes linkgit:git-log[1], linkgit:git-show[1], and + linkgit:git-whatchanged[1] assume `\--abbrev-commit`. You may + override this option with `\--no-abbrev-commit`. log.date:: Set the default date-time mode for the 'log' command.