chiark / gitweb /
Convert git_id() to the new id format
[stgit] / examples / gitconfig
index cd9b569d021d0de85ca1224fd11aec4ed0f802cc..28d94af48d5677d5cdb05d559d6d8f7f909c30bf 100644 (file)
@@ -19,6 +19,7 @@
        #autoresolved = no
 
        # SMTP server for sending patches
+       #smtpserver = /usr/sbin/sendmail -t -i
        #smtpserver = localhost:25
 
        # Set to 'yes' to use SMTP over TLS
        # 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