<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/gitweb/static, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=master</id>
<link rel='self' href='https://git.shady.money/git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2026-02-17T19:49:13Z</updated>
<entry>
<title>gitweb: let page header grow on mobile for long wrapped project names</title>
<updated>2026-02-17T19:49:13Z</updated>
<author>
<name>Rito Rhymes</name>
<email>rito@ritovision.com</email>
</author>
<published>2026-02-16T15:53:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f4e63fd83e5b33f0113cb7e2231d013c515f0a8b'/>
<id>urn:sha1:f4e63fd83e5b33f0113cb7e2231d013c515f0a8b</id>
<content type='text'>
On mobile, long project names in the page header can wrap to multiple lines,
but the fixed 25px header height does not grow with wrapped content.

Switch the header from fixed height to min-height so it expands as needed
while keeping the same baseline height for single-line titles.

Signed-off-by: Rito Rhymes &lt;rito@ritovision.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: fix mobile footer overflow by wrapping text and clearing floats</title>
<updated>2026-02-17T19:49:13Z</updated>
<author>
<name>Rito Rhymes</name>
<email>rito@ritovision.com</email>
</author>
<published>2026-02-16T15:53:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=34108d7fa3b91ca52f9f99f646c0f1ba4111d357'/>
<id>urn:sha1:34108d7fa3b91ca52f9f99f646c0f1ba4111d357</id>
<content type='text'>
On narrow screens, footer text can wrap, but the fixed 22px footer height
and floated footer blocks can cause overflow.

Switch to min-height and add a clearfix on the footer container so it grows
to contain wrapped float content cleanly.

Signed-off-by: Rito Rhymes &lt;rito@ritovision.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: fix mobile page overflow across log/commit/blob/diff views</title>
<updated>2026-02-17T19:49:12Z</updated>
<author>
<name>Rito Rhymes</name>
<email>rito@ritovision.com</email>
</author>
<published>2026-02-16T15:53:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=fd10720357f01baa8a07ff6fa8e22de198424fd3'/>
<id>urn:sha1:fd10720357f01baa8a07ff6fa8e22de198424fd3</id>
<content type='text'>
On mobile-sized viewports, gitweb pages in log/commit/blob/diff views can
overflow horizontally due to desktop-oriented paddings and fixed-width
preformatted content.

Extend the existing mobile media query to rebalance those layouts: reduce
or clear paddings in log/commit sections, and allow horizontal scrolling
for preformatted blob/diff content instead of forcing page-wide overflow.

All layout adjustments in this patch are mobile-scoped, except one global
safeguard: set overflow-wrap:anywhere on div.log_body. Log content can
contain escaped or non-breaking text that behaves like a single long token
and can overflow at any viewport width, including desktop.

Signed-off-by: Rito Rhymes &lt;rito@ritovision.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: prevent project search bar from overflowing on mobile</title>
<updated>2026-02-17T19:49:12Z</updated>
<author>
<name>Rito Rhymes</name>
<email>rito@ritovision.com</email>
</author>
<published>2026-02-16T15:53:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5be380d865972652a2cfd3f1f8d090c87489d904'/>
<id>urn:sha1:5be380d865972652a2cfd3f1f8d090c87489d904</id>
<content type='text'>
On narrow screens, the project search input can exceed the available width
and force page-wide horizontal scrolling.

Add a mobile media query and apply side padding to the search container,
then cap the input width to its container with border-box sizing so the
form stays within the viewport.

Signed-off-by: Rito Rhymes &lt;rito@ritovision.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: update links for andre-simon.de</title>
<updated>2023-11-26T01:07:05Z</updated>
<author>
<name>Josh Soref</name>
<email>jsoref@gmail.com</email>
</author>
<published>2023-11-24T03:35:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=28a0c65f5db0ca5124b405f99f4edf9322dbc7d3'/>
<id>urn:sha1:28a0c65f5db0ca5124b405f99f4edf9322dbc7d3</id>
<content type='text'>
Beyond the fact that it's somewhat traditional to respect sites'
self-identification, it's helpful for links to point to the things
that people expect them to reference. Here that means linking to
specific pages instead of a domain.

Signed-off-by: Josh Soref &lt;jsoref@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: switch links to https</title>
<updated>2023-11-26T01:07:05Z</updated>
<author>
<name>Josh Soref</name>
<email>jsoref@gmail.com</email>
</author>
<published>2023-11-24T03:35:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d05b08cd52cfda627f1d865bdfe6040a2c9521b5'/>
<id>urn:sha1:d05b08cd52cfda627f1d865bdfe6040a2c9521b5</id>
<content type='text'>
These sites offer https versions of their content.
Using the https versions provides some protection for users.

Signed-off-by: Josh Soref &lt;jsoref@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: update links to current pages</title>
<updated>2023-11-26T01:07:05Z</updated>
<author>
<name>Josh Soref</name>
<email>jsoref@gmail.com</email>
</author>
<published>2023-11-24T03:35:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=65175d9ea26bebeb9d69977d0e75efc0e88dbced'/>
<id>urn:sha1:65175d9ea26bebeb9d69977d0e75efc0e88dbced</id>
<content type='text'>
It's somewhat traditional to respect sites' self-identification.

Signed-off-by: Josh Soref &lt;jsoref@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: correctly store previous rev in javascript-actions mode</title>
<updated>2019-10-28T02:06:57Z</updated>
<author>
<name>Robert Luberda</name>
<email>robert@debian.org</email>
</author>
<published>2019-10-27T09:14:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=52bd3e46574baecf06562d4da857ba445981beb9'/>
<id>urn:sha1:52bd3e46574baecf06562d4da857ba445981beb9</id>
<content type='text'>
Without this change, the setting

 $feature{'javascript-actions'}{'default'} = [1];

in gitweb.conf breaks gitweb's blame page: clicking on line numbers
displayed in the second column on the page has no effect.

For comparison, with javascript-actions disabled, clicking on line
numbers loads the previous version of the line.

Addresses https://bugs.debian.org/741883.

Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Robert Luberda &lt;robert@debian.org&gt;
Acked-by: Jakub Narębski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: Avoid overflowing page body frame with large images</title>
<updated>2014-02-20T17:50:14Z</updated>
<author>
<name>Andrew Keller</name>
<email>andrew@kellerfarm.com</email>
</author>
<published>2014-02-17T14:25:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=46a7471f0e20af9d2efcc4a14c76d537e1551ac9'/>
<id>urn:sha1:46a7471f0e20af9d2efcc4a14c76d537e1551ac9</id>
<content type='text'>
When displaying a blob in gitweb, if it's an image, specify constraints for
maximum display width and height to prevent the image from overflowing the
frame of the enclosing page_body div.

This change assumes that it is more desirable to see the whole image without
scrolling (new behavior) than it is to see every pixel without zooming
(previous behavior).

Signed-off-by: Andrew Keller &lt;andrew@kellerfarm.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: vertically centre contents of page footer</title>
<updated>2013-08-20T20:00:57Z</updated>
<author>
<name>Tony Finch</name>
<email>dot@dotat.at</email>
</author>
<published>2013-08-20T16:59:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1201f0a76cbc006566532577c1cc9123412ecdab'/>
<id>urn:sha1:1201f0a76cbc006566532577c1cc9123412ecdab</id>
<content type='text'>
Signed-off-by: Tony Finch &lt;dot@dotat.at&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
