chiark / gitweb /
Make the 'series --short' length configurable
[stgit] / examples / gitconfig
index 0c0555a2a59c5d0ca1daf448e7a6c0cce1cdee84..ee68d071bdaca63dc17b4250162da8b59a4bd462 100644 (file)
@@ -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
        # 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