cherry: support --abbrev option
[gitweb.git] / Documentation / config.txt
index d6e4a3e0cce71e78ec3bfc3f7753d240be265fb2..1dbded0fdc9d4b77809b5c08a99278d1a266e2b4 100644 (file)
@@ -555,6 +555,13 @@ it will be treated as a shell command.  For example, defining
 executed from the top-level directory of a repository, which may
 not necessarily be the current directory.
 
+am.keepcr::
+       If true, git-am will call git-mailsplit for patches in mbox format
+       with parameter '--keep-cr'. In this case git-mailsplit will
+       not remove `\r` from lines ending with `\r\n`. Can be overrriden
+       by giving '--no-keep-cr' from the command line.
+       See linkgit:git-am[1], linkgit:git-mailsplit[1].
+
 apply.ignorewhitespace::
        When set to 'change', tells 'git apply' to ignore changes in
        whitespace, in the same way as the '--ignore-space-change'
@@ -688,12 +695,18 @@ color.grep.<slot>::
        part of the line to use the specified color, and is one of
 +
 --
+`context`;;
+       non-matching text in context lines (when using `-A`, `-B`, or `-C`)
 `filename`;;
        filename prefix (when not using `-h`)
+`function`;;
+       function name lines (when using `-p`)
 `linenumber`;;
        line number prefix (when using `-n`)
 `match`;;
        matching text
+`selected`;;
+       non-matching text in selected lines
 `separator`;;
        separators between fields on a line (`:`, `-`, and `=`)
        and between hunks (`--`)
@@ -1217,6 +1230,10 @@ imap::
        The configuration variables in the 'imap' section are described
        in linkgit:git-imap-send[1].
 
+init.templatedir::
+       Specify the directory from which templates will be copied.
+       (See the "TEMPLATE DIRECTORY" section of linkgit:git-init[1].)
+
 instaweb.browser::
        Specify the program that will be used to browse your working
        repository in gitweb. See linkgit:git-instaweb[1].
@@ -1456,7 +1473,7 @@ receive.denyCurrentBranch::
        out of sync with the index and working tree. If set to "warn",
        print a warning of such a push to stderr, but allow the push to
        proceed. If set to false or "ignore", allow such pushes with no
-       message. Defaults to "warn".
+       message. Defaults to "refuse".
 
 receive.denyNonFastForwards::
        If set to true, git-receive-pack will deny a ref update which is