<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.7.6-rc2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.7.6-rc2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.7.6-rc2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2011-06-16T16:21:36Z</updated>
<entry>
<title>Git 1.7.6-rc2</title>
<updated>2011-06-16T16:21:36Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-06-16T16:21:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=302bd999fd0ef41f3605a2212c23f54ae43649f8'/>
<id>urn:sha1:302bd999fd0ef41f3605a2212c23f54ae43649f8</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: do not misparse nonnumeric content tag files that contain a digit</title>
<updated>2011-06-09T16:22:44Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@gmail.com</email>
</author>
<published>2011-06-09T07:08:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2c162b56f370f5c33e6a945e6922d598006c5ec4'/>
<id>urn:sha1:2c162b56f370f5c33e6a945e6922d598006c5ec4</id>
<content type='text'>
v1.7.6-rc0~27^2~4 (gitweb: Change the way "content tags" ('ctags') are
handled, 2011-04-29) tried to make gitweb's tag cloud feature more
intuitive for webmasters by checking whether the ctags/&lt;label&gt; under
a project's .git dir contains a number (representing the strength of
association to &lt;label&gt;) before treating it as one.

With that change, after putting '$feature{'ctags'}{'default'} = [1];'
in your $GITWEB_CONFIG, you could do

	echo Linux &gt;.git/ctags/linux

and gitweb would treat that as a request to tag the current repository
with the Linux tag, instead of the previous behavior of writing an
error page embedded in the projects list that triggers error messages
from Chromium and Firefox about malformed XML.

Unfortunately the pattern (\d+) used to match numbers is too loose,
and the "XML declaration allowed only at the start of the document"
error can still be experienced if you write "Linux-2.6" in place of
"Linux" in the example above.  Fix it by tightening the pattern to
^\d+$.

Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 1.7.6-rc1</title>
<updated>2011-06-09T01:29:48Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-06-09T01:29:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2cbd969bcfef26b32c78bfbe475ce0ad9646ea06'/>
<id>urn:sha1:2cbd969bcfef26b32c78bfbe475ce0ad9646ea06</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2011-06-09T01:13:39Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-06-09T01:13:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d64a09fe223cec5535aec246dba87ec24d0158bb'/>
<id>urn:sha1:d64a09fe223cec5535aec246dba87ec24d0158bb</id>
<content type='text'>
* maint:
  fetch: do not leak a refspec
</content>
</entry>
<entry>
<title>fetch: do not leak a refspec</title>
<updated>2011-06-09T00:21:08Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2011-06-08T20:06:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d8ead15963890a42f99fd0e7f3192b55cacd9404'/>
<id>urn:sha1:d8ead15963890a42f99fd0e7f3192b55cacd9404</id>
<content type='text'>
Signed-off-by: Jim Meyering &lt;meyering@redhat.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/magic-pathspec'</title>
<updated>2011-06-07T15:32:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-06-07T15:32:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8fba5f985263efd46e94f392ce618de6adc1c3d5'/>
<id>urn:sha1:8fba5f985263efd46e94f392ce618de6adc1c3d5</id>
<content type='text'>
* jc/magic-pathspec:
  t3703: skip more tests using colons in file names on Windows
</content>
</entry>
<entry>
<title>t3703: skip more tests using colons in file names on Windows</title>
<updated>2011-06-07T15:32:14Z</updated>
<author>
<name>Alex Riesen</name>
<email>raa.lkml@gmail.com</email>
</author>
<published>2011-06-07T09:49:44Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=038e2e5656b13058bc9596ef44647e190e96e493'/>
<id>urn:sha1:038e2e5656b13058bc9596ef44647e190e96e493</id>
<content type='text'>
Use the same test and prerequisite as introduced in similar
fix in 650af7ae8bdf92bd92df2.

Signed-off-by: Alex Riesen &lt;raa.lkml@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jn/mime-type-with-params'</title>
<updated>2011-06-06T18:40:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-06-06T18:40:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2c6b5d88287689e5a1acd5b5fefb8edd96931b6d'/>
<id>urn:sha1:2c6b5d88287689e5a1acd5b5fefb8edd96931b6d</id>
<content type='text'>
* jn/mime-type-with-params:
  gitweb: Fix usability of $prevent_xss
</content>
</entry>
<entry>
<title>Merge branch 'jn/gitweb-docs'</title>
<updated>2011-06-06T18:40:18Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-06-06T18:40:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=eca4f3b1af1d4ffe27aba65b1abb24df487eaf38'/>
<id>urn:sha1:eca4f3b1af1d4ffe27aba65b1abb24df487eaf38</id>
<content type='text'>
* jn/gitweb-docs:
  gitweb: Move "Requirements" up in gitweb/INSTALL
  gitweb: Describe CSSMIN and JSMIN in gitweb/INSTALL
  gitweb: Move information about installation from README to INSTALL
</content>
</entry>
<entry>
<title>Merge branch 'jk/diff-not-so-quick'</title>
<updated>2011-06-06T18:40:14Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-06-06T18:40:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=456a4c08b8d8ddefda939014c15877ace3e3f499'/>
<id>urn:sha1:456a4c08b8d8ddefda939014c15877ace3e3f499</id>
<content type='text'>
* jk/diff-not-so-quick:
  diff: futureproof "stop feeding the backend early" logic
  diff_tree: disable QUICK optimization with diff filter

Conflicts:
	diff.c
</content>
</entry>
</feed>
