dot/gitconfig.in: Remove output filename; force full indices.
[profile] / dot / gitconfig.in
index 46d6335..5de53a6 100644 (file)
@@ -88,7 +88,7 @@
 
 [alias]
        egrep = "grep -E"
-       patch = "format-patch -o p -s"
+       patches = "format-patch --full-index"
        graph = "log --pretty=oneline --abbrev-commit --graph"
        release = !"sh -e -c ' \
                [ $# -gt 0 ] || { \