<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/gitweb, branch v1.5.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://www.git.shady.money/git/atom?h=v1.5.2</id>
<link rel='self' href='https://www.git.shady.money/git/atom?h=v1.5.2'/>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/'/>
<updated>2007-05-19T02:49:45Z</updated>
<entry>
<title>gitweb: Fix "Use of uninitialized value" warning in git_feed</title>
<updated>2007-05-19T02:49:45Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2007-05-19T00:47:51Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=c906b18122af72a8219c76281473490f812e5a40'/>
<id>urn:sha1:c906b18122af72a8219c76281473490f812e5a40</id>
<content type='text'>
Initial (root) commit has no parents, and $co{'parent'} is
undefined. Use '--root' for initial commit.

This fixes "Use of uninitialized value in open at gitweb/gitweb.perl
line 4925." warning.

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: Remove redundant $searchtype setup</title>
<updated>2007-05-19T00:12:36Z</updated>
<author>
<name>Petr Baudis</name>
<email>pasky@suse.cz</email>
</author>
<published>2007-05-18T23:12:32Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=7f79b0173d2464a31fcb69ff33df9821172b2219'/>
<id>urn:sha1:7f79b0173d2464a31fcb69ff33df9821172b2219</id>
<content type='text'>
Sorry, this was inadverently introduced by my grep search patch. It causes
annoying "redefined" warnings.

Signed-off-by: Petr Baudis &lt;pasky@suse.cz&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Allow arbitrary strings to be dug with pickaxe</title>
<updated>2007-05-18T00:37:31Z</updated>
<author>
<name>Petr Baudis</name>
<email>pasky@suse.cz</email>
</author>
<published>2007-05-17T02:30:42Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=4229aa5141b5d7716d283fa8625209b59398d7ba'/>
<id>urn:sha1:4229aa5141b5d7716d283fa8625209b59398d7ba</id>
<content type='text'>
Currently, there are rather draconian restrictions on the strings accepted
by the pickaxe search, which degrades its usefulness for digging in code
significantly. This patch remedies mentioned limitation.

Signed-off-by: Petr Baudis &lt;pasky@suse.cz&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Add support for grep searches</title>
<updated>2007-05-18T00:37:31Z</updated>
<author>
<name>Petr Baudis</name>
<email>pasky@suse.cz</email>
</author>
<published>2007-05-17T02:31:12Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=e7738553723dcff0237b1aed2771886c8d87d224'/>
<id>urn:sha1:e7738553723dcff0237b1aed2771886c8d87d224</id>
<content type='text'>
The 'grep' type of search greps the currently selected tree for given
regexp and shows the results in a fancy table with links into blob view.
The number of shown matches is limited to 1000 and the whole feature
can be turned off (grepping linux-2.6.git already makes repo.or.cz a bit
unhappy).

This second revision makes it in documentation explicit that grep accepts
regexps, and makes grep accept extended regexps instead of basic regexps.

Signed-off-by: Petr Baudis &lt;pasky@suse.cz&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Normalize searchbar font size</title>
<updated>2007-05-18T00:37:30Z</updated>
<author>
<name>Petr Baudis</name>
<email>pasky@suse.cz</email>
</author>
<published>2007-05-17T02:24:19Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=d77b5673e90f47309d6bf87a7653896169945da0'/>
<id>urn:sha1:d77b5673e90f47309d6bf87a7653896169945da0</id>
<content type='text'>
Currently, searchbar font was as big as the page heading font, because
font-size was made relative - but to the parent element, which was for some
reason indeed page_header. Since that seems to be illogical to me, I just
moved the div.search outside of div.page_header. I'm no CSS/DOM expert but
no adverse effects were observed by me.

Signed-off-by: Petr Baudis &lt;pasky@suse.cz&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Fix error in git_patchset_body for deletion in merge commit</title>
<updated>2007-05-18T00:35:33Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2007-05-17T20:54:28Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=5f85505265601823cc228fdc94d67d3b0ba582e4'/>
<id>urn:sha1:5f85505265601823cc228fdc94d67d3b0ba582e4</id>
<content type='text'>
Checking if $diffinfo-&gt;{'status'} is equal 'D' is no longer the way to
check if the file was deleted in result.  For merge commits
$diffinfo-&gt;{'status'} is reference to array of statuses for each
parent.  Use the fact that $diffinfo-&gt;{'to_id'} is all zeros as sign
that file was deleted in result.

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: fix another use of undefined value</title>
<updated>2007-05-17T04:04:16Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-05-17T04:04:16Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=2eb54efc6c12cb20403db9a4739bd736c3bfaad1'/>
<id>urn:sha1:2eb54efc6c12cb20403db9a4739bd736c3bfaad1</id>
<content type='text'>
Pasky and Jakub competed fixing these and in the confusion this ended up
not being covered.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Empty patch for merge means trivial merge, not no differences</title>
<updated>2007-05-16T23:13:42Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2007-05-16T22:05:55Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=d26c4264e584a1a8cbadbc161fa52cf947f5230a'/>
<id>urn:sha1:d26c4264e584a1a8cbadbc161fa52cf947f5230a</id>
<content type='text'>
Earlier commit 4280cde95fa4e3fb012eb6d0c239a7777baaf60c made gitweb
show "No differences found" message for empty diff, for the HTML
output. But for merge commits, either -c format we use or --cc format,
empty diff doesn't mean no differences, but trivial merge.

Show "Trivial merge" message instead of "No differences found" for
merges.

While at it reword conditional in the code for easier reading.

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: Separate search regexp from search text</title>
<updated>2007-05-16T19:40:06Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2007-05-15T23:56:10Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=7e431ef9ab933d7ff899a999e40627ab49774f3a'/>
<id>urn:sha1:7e431ef9ab933d7ff899a999e40627ab49774f3a</id>
<content type='text'>
Separate search text, which is saved in $searchtext global variable,
and is used in links, as default value for the textfield in search
form, and for pickaxe search, from search regexp, which is saved in
$search_regexp global variable, and is used as parameter to --grep,
--committer or --author options to git-rev-list, and for searching
commit body in gitweb.  For now $search_regexp is unconditionallt
equal to quotemeta($searchtext), meaning that we always search for
fixed string.

This fixes bug where 'next page' links for 'search' view didn't work
for searchtext containing quotable characters, like `@'.

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: Do not use absolute font sizes</title>
<updated>2007-05-16T19:40:06Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2007-05-15T23:59:55Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=b211c320eb5d753a7a44a03eccb9a15cfbcc563b'/>
<id>urn:sha1:b211c320eb5d753a7a44a03eccb9a15cfbcc563b</id>
<content type='text'>
David Kågedal proposed that gitweb should explicitely request
being somewhat smaller than normal, because it has good use for
long lines. However gitweb presents a table with several
columns, so having wider line is OK for it. Therefore explicit
'font-size: small' would make sense.  Apparently many people on
the list seem to agree with him.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
