]> git.ipfire.org Git - thirdparty/git.git/commit - http.c
http: get default user-agent from git_user_agent
authorJeff King <peff@peff.net>
Sat, 2 Jun 2012 19:03:08 +0000 (15:03 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 3 Jun 2012 20:11:54 +0000 (13:11 -0700)
commit745c7c8e6252ba41430a1442e1fa8da2ec40e9c2
treeb0dc93ef1c6e2da4f08a567adffee79cb4007852
parent42dcbb738b47ab7e2b265ed981c9a4a7bda92f97
http: get default user-agent from git_user_agent

This means we will respect the GIT_USER_AGENT build-time
configuration and run-time environment variable.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
http.c