Skip to content

Commit 47eb28e

Browse files
peffgitster
authored andcommitted
Makefile: do not replace @@GIT_USER_AGENT@@ in scripts
No scripts actually care about this replacement. This was erroneously added by 42dcbb7 (version: add git_user_agent function, 2012-06-02). Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent c0219dd commit 47eb28e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2007,7 +2007,6 @@ sed -e '1s|#!.*/sh|#!$(SHELL_PATH_SQ)|' \
20072007
-e 's|@SHELL_PATH@|$(SHELL_PATH_SQ)|' \
20082008
-e 's|@@DIFF@@|$(DIFF_SQ)|' \
20092009
-e 's/@@GIT_VERSION@@/$(GIT_VERSION)/g' \
2010-
-e 's|@@GIT_USER_AGENT@@|$(GIT_USER_AGENT_SQ)|g' \
20112010
-e 's|@@LOCALEDIR@@|$(localedir_SQ)|g' \
20122011
-e 's/@@NO_CURL@@/$(NO_CURL)/g' \
20132012
-e 's/@@USE_GETTEXT_SCHEME@@/$(USE_GETTEXT_SCHEME)/g' \

0 commit comments

Comments
 (0)