dot/gitconfig.in: Delete the `patches' alias.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 9 Sep 2019 17:23:04 +0000 (18:23 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 9 Sep 2019 17:23:04 +0000 (18:23 +0100)
I wasn't using it. :-/

dot/gitconfig.in

index 4846cad..c024465 100644 (file)
@@ -91,7 +91,6 @@
 
 [alias]
        egrep = "grep -E"
-       patches = "format-patch --full-index"
        graph = "log --pretty=oneline --abbrev-commit --graph"
        release = !"sh -e -c ' \
                [ $# -gt 0 ] || { \