<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/test-urlmatch-normalization.c, branch v2.3.3</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.3.3</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.3.3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2013-08-09T16:20:38Z</updated>
<entry>
<title>builtin/config.c: compilation fix</title>
<updated>2013-08-09T16:20:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-08-09T04:41:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6667a6ac20747eb56eb2c03c39aceaf6aebbae3c'/>
<id>urn:sha1:6667a6ac20747eb56eb2c03c39aceaf6aebbae3c</id>
<content type='text'>
Do not feed a random string as the first parameter to die(); use "%s"
as the format string instead.

Do the same for test-urlmatch-normalization.c while saving a single
pointer variable by turning a "const char *" constant string into
"const char []", which is sufficient to squelch compilation warning
(the compiler can see usage[] given to die() is a constant and will
never have conversion specifiers that cause trouble).  But for a
good measure, give them the same "%s" treatment as well.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>config: parse http.&lt;url&gt;.&lt;variable&gt; using urlmatch</title>
<updated>2013-08-05T23:02:03Z</updated>
<author>
<name>Kyle J. McKay</name>
<email>mackyle@gmail.com</email>
</author>
<published>2013-08-05T20:20:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6a56993b2ec7082521cf14f98ab9fb5a5def4b13'/>
<id>urn:sha1:6a56993b2ec7082521cf14f98ab9fb5a5def4b13</id>
<content type='text'>
Use the urlmatch_config_entry() to wrap the underlying
http_options() two-level variable parser in order to set
http.&lt;variable&gt; to the value with the most specific URL in the
configuration.

Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Kyle J. McKay &lt;mackyle@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
