<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git/gitweb/gitweb.cgi, branch v1.4.1.1</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.4.1.1</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.4.1.1'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2006-06-22T09:25:39Z</updated>
<entry>
<title>gitweb: whitespace cleanup around '='</title>
<updated>2006-06-22T09:25:39Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2006-06-22T06:52:57Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=8adc4bd4a5e800a16e5680f4825ca76ed7cf9a2e'/>
<id>urn:sha1:8adc4bd4a5e800a16e5680f4825ca76ed7cf9a2e</id>
<content type='text'>
Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Use $hash_base as $search_hash if possible</title>
<updated>2006-06-22T09:23:12Z</updated>
<author>
<name>Timo Hirvonen</name>
<email>tihirvon@gmail.com</email>
</author>
<published>2006-06-20T13:41:05Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=4c5c20261c5403650a31a91ebce0cc9444182383'/>
<id>urn:sha1:4c5c20261c5403650a31a91ebce0cc9444182383</id>
<content type='text'>
$hash (h parameter) does not always point to a commit. Use $hash_base as
$search_hash when it is defined.

Signed-off-by: Timo Hirvonen &lt;tihirvon@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Make use of $PATH_INFO for project parameter</title>
<updated>2006-06-21T21:01:15Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2006-06-21T15:06:39Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=49f582a0401f3b9b9a80ff6fe0dd601520579b7d'/>
<id>urn:sha1:49f582a0401f3b9b9a80ff6fe0dd601520579b7d</id>
<content type='text'>
Allow to have project name in the path part of URL, just after the name of
script. For example instead of gitweb.cgi?p=git.git you can write
gitweb.cgi/git.git or gitweb.cgi/git.git/

Not used in URLs inside gitweb; it means that the above alternate syntax
must be generated by hand, at least for now.

Side effect: project name parameter is now stripped of leading and
trailing slash before validation.

Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Move $gitbin earlier in gitweb.cgi</title>
<updated>2006-06-21T09:02:01Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2006-06-21T07:48:04Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=3f7f271004cd6b8f98bc4437408411c96a4766eb'/>
<id>urn:sha1:3f7f271004cd6b8f98bc4437408411c96a4766eb</id>
<content type='text'>
(cherry picked from 9dca843086356b964f27d8fabe1e3c48074a9f02 commit)

Signed-off-by: Jakub Narebski &lt;jnareb.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Add git version to gitweb output</title>
<updated>2006-06-21T09:02:01Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2006-06-21T07:48:03Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=ae20de5386f74dbde991186694cfdac323b21e47'/>
<id>urn:sha1:ae20de5386f74dbde991186694cfdac323b21e47</id>
<content type='text'>
Add git-core binaries used version as the comment at the beginning of HTML
output, just below the comment with version of git web interface version.

Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: whitespace cleanup</title>
<updated>2006-06-21T09:02:00Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2006-06-21T07:48:02Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=7a9b4c5fe3b8d291063c398ecb655281a60b2be7'/>
<id>urn:sha1:7a9b4c5fe3b8d291063c398ecb655281a60b2be7</id>
<content type='text'>
Do not use tabs to align variable initialization (actually use
tabs only at the beginning of line, for code indent).  Remove trailing
whitespace.  Make whitespace usage more consistent.

Signed-off-by: Jakub Narebski &lt;jnareb.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: style done with stylesheet</title>
<updated>2006-06-20T21:01:13Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2006-06-20T14:58:12Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=1f1ab5f05b8e8b45545d8a406d64887f772a69da'/>
<id>urn:sha1:1f1ab5f05b8e8b45545d8a406d64887f772a69da</id>
<content type='text'>
Replace (almost) all 'style' attributes with 'class' attribute
and adding rule to CSS file. Some tables use CSS for styling
instead of legacy styling attributes.

[jc: too many rejects -- hand fixed and reindented]
</content>
</entry>
<entry>
<title>gitweb: A couple of page title tweaking</title>
<updated>2006-06-20T20:46:30Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2006-06-20T06:17:03Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=7bedd9fc811df1fd865cebdae016f2f278501cc5'/>
<id>urn:sha1:7bedd9fc811df1fd865cebdae016f2f278501cc5</id>
<content type='text'>
[jc: the e-mailed patch did not apply, so I had to guess but I think
 I got the result right.]
</content>
</entry>
<entry>
<title>Fix: Support for the standard mime.types map in gitweb</title>
<updated>2006-06-20T09:59:55Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2006-06-20T06:19:31Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=57bd4d3523efecf60197040cad34154aff4ddf80'/>
<id>urn:sha1:57bd4d3523efecf60197040cad34154aff4ddf80</id>
<content type='text'>
Temporary fix: commented out offending line in mimetype_guess.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: add type="text/css" to stylesheet link</title>
<updated>2006-06-20T04:16:09Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2006-06-20T04:11:32Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=7b6511a13f9913a7a54e76b18e21c2b2bfae18cf'/>
<id>urn:sha1:7b6511a13f9913a7a54e76b18e21c2b2bfae18cf</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
