X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/26f4a431939dc3a605773dded9c7c6bc1420de80..c6f366f6b7452e24edf5bff06da8b69c500899a4:/examples/gitconfig diff --git a/examples/gitconfig b/examples/gitconfig index a2980c9..ee68d07 100644 --- a/examples/gitconfig +++ b/examples/gitconfig @@ -50,6 +50,9 @@ #imerger = emacs --eval '(ediff-merge-files-with-ancestor \ # "%(branch1)s" "%(branch2)s" "%(ancestor)s" nil "%(output)s")' + # Automatically invoke the interactive merger in case of conflicts + #autoimerge = no + # Leave the original files in the working tree in case of a # merge conflict #keeporig = yes @@ -60,3 +63,11 @@ # Extensions for the files involved in a three-way merge (ancestor, # current, patched) #extensions = .ancestor .current .patched + + # The number of patches to be listed before and after the + # current one by the 'series --short' command + #shortnr = 5 + +[mail "alias"] + # E-mail aliases used with the 'mail' command + git = git@vger.kernel.org