<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/gitweb/gitweb.cgi, branch main</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=main</id>
<link rel='self' href='https://git.shady.money/git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2006-08-01T22:44:47Z</updated>
<entry>
<title>gitweb: fill in gitweb configuration by Makefile</title>
<updated>2006-08-01T22:44:47Z</updated>
<author>
<name>Martin Waitz</name>
<email>tali@admingilde.org</email>
</author>
<published>2006-08-01T19:34:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5d043a3d856bd40d8b34b8836a561e438d23573b'/>
<id>urn:sha1:5d043a3d856bd40d8b34b8836a561e438d23573b</id>
<content type='text'>
Generate gitweb/gitweb.cgi to reduce the need to patch gitweb.cgi
by the end user.  The GIT installation directory is already known
by the Makefile, and can be inserted directly into gitweb.
All other gitweb configuration parameters can now be specified by
providing GITWEB_* variables while building GIT.  These are described
in gitweb/README.

Signed-off-by: Martin Waitz &lt;tali@admingilde.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Refactoring git_project_list</title>
<updated>2006-08-01T04:12:36Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2006-08-01T00:59:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6326b60cfd9c953e64ddab9659587afeedccd95b'/>
<id>urn:sha1:6326b60cfd9c953e64ddab9659587afeedccd95b</id>
<content type='text'>
Slightly reworking git_project_list, including moving setting $order,
as it is used only in this action. Mostly reindent.

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: avoid undefined value warning in print_page_path</title>
<updated>2006-08-01T04:00:58Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-08-01T04:00:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5d1acf4da0d22d73c6b5d70887003d8fa7642ecc'/>
<id>urn:sha1:5d1acf4da0d22d73c6b5d70887003d8fa7642ecc</id>
<content type='text'>
The function unconditionally tried to match $type but some
callers did not pass it.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: when showing history of a tree, show tree link not blob</title>
<updated>2006-08-01T02:36:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-08-01T02:36:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=498934a7e5410b815a9089c1b5205271d73e0f11'/>
<id>urn:sha1:498934a7e5410b815a9089c1b5205271d73e0f11</id>
<content type='text'>
Otherwise clicking on that erroneous blob link would produce nonsense.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: fix use of uninitialized value.</title>
<updated>2006-08-01T02:24:37Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-08-01T02:24:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=46b059d718777ab146b8089afd3d2fcdd6000154'/>
<id>urn:sha1:46b059d718777ab146b8089afd3d2fcdd6000154</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: an obvious cut and paste error.</title>
<updated>2006-08-01T02:22:04Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-08-01T02:12:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b77aeb249a0ebdb8daa85ba58bbecde537f84025'/>
<id>urn:sha1:b77aeb249a0ebdb8daa85ba58bbecde537f84025</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: There can be more than two levels of subdirectories</title>
<updated>2006-08-01T02:21:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-08-01T02:18:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7a13b999a5aa6de236c7b16139c765eb9e5cb3c4'/>
<id>urn:sha1:7a13b999a5aa6de236c7b16139c765eb9e5cb3c4</id>
<content type='text'>
Earlier code to read .git/refs/{tags,heads} hierarchy had a
hardcoded up-to-two-level assumption.  Lift it by using
File::Find.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: use a hash to lookup the sub for an action</title>
<updated>2006-07-31T22:52:49Z</updated>
<author>
<name>Matthias Lederhofer</name>
<email>matled@gmx.net</email>
</author>
<published>2006-07-31T21:46:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8e85cdc4efd15fa70dfbbfebaf3ef9a758c2772c'/>
<id>urn:sha1:8e85cdc4efd15fa70dfbbfebaf3ef9a758c2772c</id>
<content type='text'>
Signed-off-by: Matthias Lederhofer &lt;matled@gmx.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Reordering code and dividing it into categories</title>
<updated>2006-07-31T19:28:52Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2006-07-31T19:22:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=717b831178a6c0e86ed5e7cd61002bd9ec0c2a95'/>
<id>urn:sha1:717b831178a6c0e86ed5e7cd61002bd9ec0c2a95</id>
<content type='text'>
Reorder gitweb code around, divide it into sections (categories) and
add some comments.

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 characters entities entirely when shortening string -- correction</title>
<updated>2006-07-31T19:08:41Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2006-07-31T18:58:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0349b4650969c9c59c58d99c95be3677f5bb2d15'/>
<id>urn:sha1:0349b4650969c9c59c58d99c95be3677f5bb2d15</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>
</feed>
