Skip to content

Commit 531c8dd

Browse files
artagnongitster
authored andcommitted
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 <[email protected]> Reviewed-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 81a199b commit 531c8dd

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2285,9 +2285,6 @@ check: common-cmds.h
22852285
exit 1; \
22862286
fi
22872287

2288-
remove-dashes:
2289-
./fixup-builtins $(BUILT_INS) $(PROGRAMS) $(SCRIPTS)
2290-
22912288
### Installation rules
22922289

22932290
ifneq ($(filter /%,$(firstword $(template_dir))),)

fixup-builtins

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)