<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git/gitweb/gitweb.perl, branch v1.5.4.4</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.5.4.4</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.5.4.4'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2008-01-30T07:55:18Z</updated>
<entry>
<title>gitweb: Make use of the $git_dir variable at sub git_get_project_description</title>
<updated>2008-01-30T07:55:18Z</updated>
<author>
<name>Bruno Ribas</name>
<email>ribas@c3sl.ufpr.br</email>
</author>
<published>2008-01-30T05:37:56Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=c1dcf7ebf222e7c24b89b40bc00a6ca5e9e2eec6'/>
<id>urn:sha1:c1dcf7ebf222e7c24b89b40bc00a6ca5e9e2eec6</id>
<content type='text'>
Signed-off-by: Bruno Ribas &lt;ribas@c3sl.ufpr.br&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: Convert generated contents to utf8 in commitdiff_plain</title>
<updated>2008-01-30T05:23:57Z</updated>
<author>
<name>Yasushi SHOJI</name>
<email>yashi@atmark-techno.com</email>
</author>
<published>2008-01-29T12:16:02Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=7720224cebde08186627ab7bdb06018905d84e30'/>
<id>urn:sha1:7720224cebde08186627ab7bdb06018905d84e30</id>
<content type='text'>
If the commit message, or commit author contains non-ascii, it must be
converted from Perl internal representation to utf-8, to follow what
got declared in HTTP header.  Use to_utf8() to do the conversion.

This necessarily replaces here-doc with "print" statements.

Signed-off-by: Yasushi SHOJI &lt;yashi@atmark-techno.com&gt;
Acked-by: İsmail Dönmez &lt;ismail@pardus.org.tr&gt;
Acked-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: fix whitespace in config_to_multi (indent with tab)</title>
<updated>2007-12-21T03:07:24Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2007-12-20T09:48:09Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=d76a585d83aeb6910e7eb10d36b406dc27202675'/>
<id>urn:sha1:d76a585d83aeb6910e7eb10d36b406dc27202675</id>
<content type='text'>
Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: Make config_to_multi return [] instead of [undef]</title>
<updated>2007-12-16T19:56:27Z</updated>
<author>
<name>Petr Baudis</name>
<email>pasky@suse.cz</email>
</author>
<published>2007-12-08T11:30:59Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=bc8b95ae4a4b21753e84bbfd28cbcbf1b3f6e0a8'/>
<id>urn:sha1:bc8b95ae4a4b21753e84bbfd28cbcbf1b3f6e0a8</id>
<content type='text'>
This is important for the list of clone urls, where if there are
no per-repository clone URL configured, the default base URLs
are never used for URL construction without this patch.

Add tests for different ways of setting project URLs, just in case.
Note that those tests in current form wouldn't detect breakage fixed
by this patch, as it only checks for errors and not for expected
output.

Signed-off-by: Petr Baudis &lt;pasky@suse.cz&gt;
Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: Teach "a=blob" action to be more lenient about blob/file mime type</title>
<updated>2007-12-16T19:56:26Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2007-12-15T14:41:49Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=dfa7c7d221d05499063f9bf95f507af8a882bfeb'/>
<id>urn:sha1:dfa7c7d221d05499063f9bf95f507af8a882bfeb</id>
<content type='text'>
Since 930cf7dd7cc6b87d173f182230763e1f1913d319 'blob' action knows the
file type; if the file type is not "text/*" or one of common network
image formats/mimetypes (gif, png, jpeg) then the action "blob"
defaulted to "blob_plain".  This caused the problem if mimetypes file
was not well suited for web, for example returning "application/x-sh"
for "*.sh" shell scripts, instead of "text/plain" (or other "text/*").

Now "blob" action defaults to "blob_plain" ('raw' view) only if file
is of type which is neither "text/*" nor "image/{gif,png,jpeg}"
AND it is binary file.  Otherwise it assumes that it can be displayed
either in &lt;img&gt; tag ("image/*" mimetype), or can be displayed line by
line (otherwise).

Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: disambiguate heads and tags withs the same name</title>
<updated>2007-12-16T19:56:26Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2007-12-15T14:40:28Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=bf901f8e748144a19d057d9d00582417d480c795'/>
<id>urn:sha1:bf901f8e748144a19d057d9d00582417d480c795</id>
<content type='text'>
Avoid wrong disambiguation that would link logs/trees of tags and
heads which share the same name to the same page, leading to
a disambiguation that would prefer the tag, thus making it impossible
to access the corresponding head log and tree without hacking the url
by hand.

It does it by using full refname (with 'refs/heads/' or 'refs/tags/'
prefix) instead of shortened one in the URLs in 'heads' and 'tags'
tables.  This makes URLs (and refs) provided by gitweb unambiguous.

Signed-off-by: Guillaume Seguin &lt;guillaume@segu.in&gt;
Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: use Perl built-in utf8 function for UTF-8 decoding.</title>
<updated>2007-12-04T22:43:21Z</updated>
<author>
<name>İsmail Dönmez</name>
<email>ismail@pardus.org.tr</email>
</author>
<published>2007-12-04T08:55:41Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=e5d3de5c457d1a82c921b9bf2cd9a962970ce30e'/>
<id>urn:sha1:e5d3de5c457d1a82c921b9bf2cd9a962970ce30e</id>
<content type='text'>
Signed-off-by: İsmail Dönmez &lt;ismail@pardus.org.tr&gt;
Tested-by: Martin Koegler &lt;mkoegler@auto.tuwien.ac.at&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: the commitdiff is very commonly used, it's needed on search page, too</title>
<updated>2007-12-02T10:32:36Z</updated>
<author>
<name>Denis Cheng</name>
<email>crquan@gmail.com</email>
</author>
<published>2007-11-26T12:42:06Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=f1fe8f5c1eb30c3b1e13c425216253045f6ba2d1'/>
<id>urn:sha1:f1fe8f5c1eb30c3b1e13c425216253045f6ba2d1</id>
<content type='text'>
Acked-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: Put project README in div.readme, fix its padding</title>
<updated>2007-11-20T21:16:15Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2007-11-19T13:16:12Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=9d066745708b77ef917565d699d5d193bfb00fbd'/>
<id>urn:sha1:9d066745708b77ef917565d699d5d193bfb00fbd</id>
<content type='text'>
Put (optional) projects README on "summary" page in &lt;div&gt; element
using "readme" class.  This allow to style it using CSS.

Add padding to project's README to make it line out with the rest
of the page.

Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
</content>
</entry>
<entry>
<title>gitweb: Style all tables using CSS</title>
<updated>2007-11-20T21:16:15Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2007-11-19T13:16:11Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=591ebf6595ac7d5e5a21abbfc7501df19a67dc89'/>
<id>urn:sha1:591ebf6595ac7d5e5a21abbfc7501df19a67dc89</id>
<content type='text'>
Remove all cellspacing="0" attributes from tables in gitweb,
replacing it by CSS rule.  Add CSS classes for all tables.

While at it, change class(es) of table for commit message and commit
authorship search from "grep" to "commit_search"; similarly,
"grep_search" class is now used for table with results of grep (files)
search.

Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
</content>
</entry>
</feed>
