<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/gitweb, branch v1.7.8.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.7.8.2</id>
<link rel='self' href='https://www.git.shady.money/git/atom?h=v1.7.8.2'/>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/'/>
<updated>2011-10-27T19:04:21Z</updated>
<entry>
<title>Merge branch 'rj/gitweb-clean-js'</title>
<updated>2011-10-27T19:04:21Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-10-27T19:04:21Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=f124fe3061d4da53bad3a03fd2875141e8a7a48e'/>
<id>urn:sha1:f124fe3061d4da53bad3a03fd2875141e8a7a48e</id>
<content type='text'>
* rj/gitweb-clean-js:
  gitweb/Makefile: Remove static/gitweb.js in the clean target
</content>
</entry>
<entry>
<title>Merge branch 'lh/gitweb-site-html-head'</title>
<updated>2011-10-26T23:16:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-10-26T23:16:31Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=208a1cc3d37f7c0f770440095fd3fa621f3ce006'/>
<id>urn:sha1:208a1cc3d37f7c0f770440095fd3fa621f3ce006</id>
<content type='text'>
* lh/gitweb-site-html-head:
  gitweb: provide a way to customize html headers
</content>
</entry>
<entry>
<title>Merge branch 'jm/maint-gitweb-filter-forks-fix'</title>
<updated>2011-10-26T23:16:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-10-26T23:16:30Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=aface4c3904de688ced9cecad4ac07bc3afeec8f'/>
<id>urn:sha1:aface4c3904de688ced9cecad4ac07bc3afeec8f</id>
<content type='text'>
* jm/maint-gitweb-filter-forks-fix:
  gitweb: fix regression when filtering out forks
</content>
</entry>
<entry>
<title>gitweb/Makefile: Remove static/gitweb.js in the clean target</title>
<updated>2011-10-26T21:03:58Z</updated>
<author>
<name>Ramsay Jones</name>
<email>ramsay@ramsay1.demon.co.uk</email>
</author>
<published>2011-10-25T17:15:20Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=a80b263e37fd06f3f6335c07493541070631d10e'/>
<id>urn:sha1:a80b263e37fd06f3f6335c07493541070631d10e</id>
<content type='text'>
Since 9a86dd5 (gitweb: Split JavaScript for maintability, combining on
build, 2011-04-28), static/gitweb.js has been a build product that should
be cleaned upon "make clean".

Signed-off-by: Ramsay Jones &lt;ramsay@ramsay1.demon.co.uk&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: fix regression when filtering out forks</title>
<updated>2011-10-21T21:46:38Z</updated>
<author>
<name>Julien Muchembled</name>
<email>jm@jmuchemb.eu</email>
</author>
<published>2011-10-21T19:04:21Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=53c632faab0be2e8510a678a4b7dfa01dc7f41e1'/>
<id>urn:sha1:53c632faab0be2e8510a678a4b7dfa01dc7f41e1</id>
<content type='text'>
This fixes a condition in filter_forks_from_projects_list that failed if
process directory was different from project root: in such case, the subroutine
was a no-op and forks were not detected.

Signed-off-by: Julien Muchembled &lt;jm@jmuchemb.eu&gt;
Tested-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: provide a way to customize html headers</title>
<updated>2011-10-21T17:18:37Z</updated>
<author>
<name>Lénaïc Huard</name>
<email>lenaic@lhuard.fr.eu.org</email>
</author>
<published>2011-10-21T07:09:29Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=c1355b7ffb6573ff7c76aef7d3bab664fb895dc8'/>
<id>urn:sha1:c1355b7ffb6573ff7c76aef7d3bab664fb895dc8</id>
<content type='text'>
This allows web sites to add some specific html headers to the pages
generated by gitweb.

The new variable $site_html_head_string can be set to an html snippet that
will be inserted at the end of the &lt;head&gt; section of each page generated
by gitweb.

Signed-off-by: LÃ©naÃ¯c Huard &lt;lenaic@lhuard.fr.eu.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jn/gitweb-manpages'</title>
<updated>2011-10-19T04:59:11Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-10-19T04:59:11Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=380f26c29ba8b32c0f4e450c9a6c48e24e0919da'/>
<id>urn:sha1:380f26c29ba8b32c0f4e450c9a6c48e24e0919da</id>
<content type='text'>
* jn/gitweb-manpages:
  gitweb: Add gitweb manpages to 'gitweb' package in git.spec
  Documentation: Add gitweb config variables to git-config(1)
  Documentation: Link to gitweb(1) and gitweb.conf(5) in other manpages
  gitweb: Add gitweb(1) manpage for gitweb itself
  gitweb: Add gitweb.conf(5) manpage for gitweb configuration files
</content>
</entry>
<entry>
<title>gitweb: Add gitweb(1) manpage for gitweb itself</title>
<updated>2011-10-16T18:09:34Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2011-10-16T11:07:32Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=07ea4df2780663aa851b7f7177d09ab63d1441bb'/>
<id>urn:sha1:07ea4df2780663aa851b7f7177d09ab63d1441bb</id>
<content type='text'>
Most of what is in gitweb.txt it has been pulled directly from the
README and INSTALL files of gitweb.

Current version is somewhat based on structure of SVN::Web manpage
(one of web interfaces for Subversion).

gitweb.conf(5) i.e. gitweb configuration manpage now refers to
appropriate sections in gitweb(1).  gitweb/README now refers to
gitweb/INSTALL and gitweb(1) manpage.  gitweb/INSTALL now refers to
gitweb.conf(5) and gitweb(1).

Inspired-by: Drew Northup &lt;drew.northup@maine.edu&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: Add gitweb.conf(5) manpage for gitweb configuration files</title>
<updated>2011-10-16T18:09:34Z</updated>
<author>
<name>Drew Northup</name>
<email>drew.northup@maine.edu</email>
</author>
<published>2011-10-16T11:07:31Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=6d3902b0d05a5aaa31d09db889c03b90749e11b3'/>
<id>urn:sha1:6d3902b0d05a5aaa31d09db889c03b90749e11b3</id>
<content type='text'>
Much of what is in gitweb.conf.txt has been pulled directly from the
README file of gitweb.  The manpage was supplemented with description
of missing gitweb config variables, and with description of gitweb's
%features.

There remains a bit of redundancy, which should be reduced if
possible... but I think some of duplication of information is
inevitable.

[jn: Improved, extended, removed duplicate info from README]

Signed-off-by: Drew Northup &lt;drew.northup@maine.edu&gt;
Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Helped-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ps/gitweb-js-with-lineno'</title>
<updated>2011-10-10T22:56:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-10-10T22:56:20Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=59b32ff338da1bd61b0df60386802cfc2edcb54c'/>
<id>urn:sha1:59b32ff338da1bd61b0df60386802cfc2edcb54c</id>
<content type='text'>
* ps/gitweb-js-with-lineno:
  gitweb: Fix links to lines in blobs when javascript-actions are enabled
</content>
</entry>
</feed>
