Re: [PATCHv3 06/11] Makefile: split GIT_USER_AGENT from GIT-CFLAGS
From: Jonathan Nieder <hidden> Date: 2016-06-15 22:54:09
Jeff King wrote:
+ @if test x'$(GIT_USER_AGENT_SQ)' != x"`cat GIT-USER-AGENT 2>/dev/null`"; then \
+ echo >&2 " * new user-agent flag"; \
Micronit: the term "new user-agent string" would be clearer.
Re the lack of _HTTP: interesting. Is the plan to use this for
other protocols, too?
Looks good.
Jonathan