summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRamkumar Ramachandra <artagnon@gmail.com>2013-06-28 15:46:19 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-07-04 05:47:53 (GMT)
commit531c8dd4fb18e653d6170d367e4b23c3164d5ce0 (patch)
tree8dcf1fb81a4015577a1f2c6e2f4c20b65b12a3e6 /Makefile
parent81a199bb1cd483321962a7bfe5db33980bbf0f01 (diff)
downloadgit-531c8dd4fb18e653d6170d367e4b23c3164d5ce0.zip
git-531c8dd4fb18e653d6170d367e4b23c3164d5ce0.tar.gz
git-531c8dd4fb18e653d6170d367e4b23c3164d5ce0.tar.bz2
fixup-builtins: retire an old transition helper script
This script was added in 36e5e70 (Start deprecating "git-command" in favor of "git command", 2007-06-30) with the intent of aiding the transition away from dashed forms. It has already been used to help the transision and served its purpose, and is no longer very useful for follow-up work, because the majority of remaining matches it finds are false positives. Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com> Reviewed-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 11d89a5..6b91612 100644
--- a/Makefile
+++ b/Makefile
@@ -2285,9 +2285,6 @@ check: common-cmds.h
exit 1; \
fi
-remove-dashes:
- ./fixup-builtins $(BUILT_INS) $(PROGRAMS) $(SCRIPTS)
-
### Installation rules
ifneq ($(filter /%,$(firstword $(template_dir))),)