chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Read default diff options from the user's config
[stgit]
/
examples
/
gitconfig
diff --git
a/examples/gitconfig
b/examples/gitconfig
index cd9b569d021d0de85ca1224fd11aec4ed0f802cc..c16f78671c77712d29f07fe48e259f13a3ff6254 100644
(file)
--- a/
examples/gitconfig
+++ b/
examples/gitconfig
@@
-95,6
+95,10
@@
# The maximum length of an automatically generated patch name
#namelenth = 30
# 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
[mail "alias"]
# E-mail aliases used with the 'mail' command
git = git@vger.kernel.org