From 45bcdc5ffbc8878c7e96652c176792aed08771bb Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Tue, 22 Apr 2014 18:01:41 -0700 Subject: [PATCH] Make regard/disregard aliases work correctly --- config/.gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/.gitconfig b/config/.gitconfig index 6de7b7a..1c2a4b9 100644 --- a/config/.gitconfig +++ b/config/.gitconfig @@ -8,8 +8,8 @@ # as well as a remote called "leto" (usually my fork of something) spread = !git push --tags origin HEAD && git push --tags leto HEAD - disregard = update-index --assume-unchanged "$0" - regard = update-index --no-assume-unchanged "$0" + disregard = update-index --assume-unchanged + regard = update-index --no-assume-unchanged a = add addp = add --patch