X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/29197bc02c1b5087017da9a86214e9b620f0439e..3e022c8a41837e0894d017c4912b77e4b1792744:/examples/gitconfig diff --git a/examples/gitconfig b/examples/gitconfig index cd9b569..c16f786 100644 --- a/examples/gitconfig +++ b/examples/gitconfig @@ -95,6 +95,10 @@ # The maximum length of an automatically generated patch name #namelenth = 30 + # Extra options to pass to "git diff" (extend/override with + # -O/--diff-opts). For example, -M turns on rename detection. + #diff-opts = -M + [mail "alias"] # E-mail aliases used with the 'mail' command git = git@vger.kernel.org