X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/afddd62b52567fc1834e658b968f5a62334ea63c..6fdc354699860c63cc7fbab9c25b2b6c874074a8:/examples/gitconfig?ds=sidebyside diff --git a/examples/gitconfig b/examples/gitconfig index e235e14..f6aab37 100644 --- a/examples/gitconfig +++ b/examples/gitconfig @@ -17,10 +17,6 @@ # Automatically sign newly created patches #autosign = Signed-off-by - # Set to 'yes' if you don't want to use the 'resolved' command. - # 'refresh' will automatically mark the conflicts as resolved - #autoresolved = no - # SMTP server for sending patches #smtpserver = /usr/sbin/sendmail -t -i #smtpserver = localhost:25 @@ -89,6 +85,10 @@ # Behave as if the --keep option is always passed #autokeep = no +[stgit "alias"] + # Command aliases. + #add = git add + [mail "alias"] # E-mail aliases used with the 'mail' command git = git@vger.kernel.org