X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/29197bc02c1b5087017da9a86214e9b620f0439e..a1923ca89d84e6e2d39c5b6de1411623c5551484:/examples/gitconfig diff --git a/examples/gitconfig b/examples/gitconfig index cd9b569..4a36202 100644 --- a/examples/gitconfig +++ b/examples/gitconfig @@ -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 @@ -42,14 +43,14 @@ #pager = filterdiff --annotate | colordiff | less -FRX # GIT pull and fetch commands (should take the same arguments as - # git-fetch or git-pull). By default: - #pullcmd = git-pull - #fetchcmd = git-fetch + # git fetch or git pull). By default: + #pullcmd = git pull + #fetchcmd = git fetch # Rebase command. Note that this command is internally implemented in # a different way. Only define this option if a different rebase # is needed (i.e. 'git svn rebase') - #rebasecmd = git-reset + #rebasecmd = git reset # "stg pull" policy. This is the repository default, which can be # overriden on a per-branch basis using branch.*.stgit.pull-policy @@ -95,6 +96,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