stgit.el: Add stgit-line-format
[stgit] / examples / gitconfig
index e235e14..f6aab37 100644 (file)
        # 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
        # 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