Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-08-22 10:28:38 +0400
committerJunio C Hamano <gitster@pobox.com>2010-08-22 10:28:38 +0400
commitdfdb1e4150fb9c9ee86186e89987dc565bc91ead (patch)
tree3c30de8114e7e3ff1c67fc388e1ed9b36ed46ce4 /Makefile
parente40b34b1ec2c91aaed5572116cd8d01afff7851f (diff)
parentb1d1058cc348a985a6209f920fab0db592dc83de (diff)
Merge branch 'so/http-user-agent'
* so/http-user-agent: Allow HTTP user agent string to be modified.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1f11618cfd..b4745a5412 100644
--- a/Makefile
+++ b/Makefile
@@ -1873,7 +1873,7 @@ builtin/init-db.s builtin/init-db.o: EXTRA_CPPFLAGS = \
config.s config.o: EXTRA_CPPFLAGS = -DETC_GITCONFIG='"$(ETC_GITCONFIG_SQ)"'
-http.s http.o: EXTRA_CPPFLAGS = -DGIT_USER_AGENT='"git/$(GIT_VERSION)"'
+http.s http.o: EXTRA_CPPFLAGS = -DGIT_HTTP_USER_AGENT='"git/$(GIT_VERSION)"'
ifdef NO_EXPAT
http-walker.s http-walker.o: EXTRA_CPPFLAGS = -DNO_EXPAT