summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-11-09 09:29:35 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-11-09 10:58:23 -0700
commitaabb20fa10c487ba47177570dbaf7dcecb431226 (patch)
treebc0ff80f5db0fdf0d9fab89232cc256da4f1e5fb /.gitconfig
parenta28261e4fcab8cd1218f7ea516c7a440f77c3eaa (diff)
downloaddotfiles-aabb20fa10c487ba47177570dbaf7dcecb431226.tar.gz
git-mr with more helpful error msg when I don't supply all the args
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitconfig b/.gitconfig
index 16dedd3a..3ffefcd2 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -28,9 +28,6 @@
# by David Bremner:
nmam = "!f() { notmuch show --format=raw $1 | git am -; }; f"
- # by Vincent Bernat:
- mr = !sh -c \"git fetch $1 merge-requests/$2/head && git checkout FETCH_HEAD\" -
-
[core]
# no pager thanks
pager =