<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/gitweb, branch v2.16.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.16.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.16.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2017-11-06T05:24:30Z</updated>
<entry>
<title>Merge branch 'gc/gitweb-filetest-acl'</title>
<updated>2017-11-06T05:24:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-11-06T05:24:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9c958d69061b991097827fc53910dcb1b4f80485'/>
<id>urn:sha1:9c958d69061b991097827fc53910dcb1b4f80485</id>
<content type='text'>
"gitweb" checks if a directory is searchable with Perl's "-x"
operator, which can be enhanced by using "filetest 'access'"
pragma, which now we do.

* gc/gitweb-filetest-acl:
  gitweb: use filetest to allow ACLs
</content>
</entry>
<entry>
<title>gitweb: use filetest to allow ACLs</title>
<updated>2017-10-24T01:14:38Z</updated>
<author>
<name>Guillaume Castagnino</name>
<email>casta@xwing.info</email>
</author>
<published>2017-10-19T07:32:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=411ddf9eca67f77d09ce72a832332af9b9330569'/>
<id>urn:sha1:411ddf9eca67f77d09ce72a832332af9b9330569</id>
<content type='text'>
In commit 46a1385 (gitweb: skip unreadable subdirectories, 2017-07-18)
we forgot to handle non-unix ACLs as well. Fix this.

Signed-off-by: Guillaume Castagnino &lt;casta@xwing.info&gt;
Reviewed-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'js/gitweb-raw-blob-link-in-history'</title>
<updated>2017-08-27T05:55:07Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-08-27T05:55:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2adb614902ca4dbf085b880ee5bcfea8c2dafb08'/>
<id>urn:sha1:2adb614902ca4dbf085b880ee5bcfea8c2dafb08</id>
<content type='text'>
"gitweb" shows a link to visit the 'raw' contents of blbos in the
history overview page.

* js/gitweb-raw-blob-link-in-history:
  gitweb: add 'raw' blob_plain link in history overview
</content>
</entry>
<entry>
<title>Merge branch 'hb/gitweb-project-list' into maint</title>
<updated>2017-08-23T21:33:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-08-23T21:33:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b9e56be086ffa4f8431082a6fb25225e79e5bbc8'/>
<id>urn:sha1:b9e56be086ffa4f8431082a6fb25225e79e5bbc8</id>
<content type='text'>
When a directory is not readable, "gitweb" fails to build the
project list.  Work this around by skipping such a directory.

It might end up hiding a problem under the rug and a better
solution might be to loudly complain to the administrator pointing
out the problematic directory, but this will at least make it
"work".

* hb/gitweb-project-list:
  gitweb: skip unreadable subdirectories
</content>
</entry>
<entry>
<title>gitweb: add 'raw' blob_plain link in history overview</title>
<updated>2017-08-22T20:10:48Z</updated>
<author>
<name>Job Snijders</name>
<email>job@instituut.net</email>
</author>
<published>2017-08-22T20:07:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9662897bedc5ca13d68ed806e951cffa28f17ab4'/>
<id>urn:sha1:9662897bedc5ca13d68ed806e951cffa28f17ab4</id>
<content type='text'>
For people that work with very large plain text files it may be easier
if one can bypass viewing the htmlized blob and instead click directly
to the raw file (rather then click through 'blob' and then to 'raw').

Signed-off-by: Job Snijders &lt;job@instituut.net&gt;
Reviewed-by: Giuseppe Bilotta &lt;giuseppe.bilotta@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'hb/gitweb-project-list'</title>
<updated>2017-08-11T20:27:01Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-08-11T20:27:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a6ca9ee9e0e30bc96afbdc7d99acf411fbf409c0'/>
<id>urn:sha1:a6ca9ee9e0e30bc96afbdc7d99acf411fbf409c0</id>
<content type='text'>
When a directory is not readable, "gitweb" fails to build the
project list.  Work this around by skipping such a directory.

* hb/gitweb-project-list:
  gitweb: skip unreadable subdirectories
</content>
</entry>
<entry>
<title>gitweb: skip unreadable subdirectories</title>
<updated>2017-07-18T19:10:17Z</updated>
<author>
<name>Hielke Christian Braun</name>
<email>hcb@unco.de</email>
</author>
<published>2017-07-18T08:41:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=46a13857fc036b54ac2ddd0a218e5cc171aa7bd9'/>
<id>urn:sha1:46a13857fc036b54ac2ddd0a218e5cc171aa7bd9</id>
<content type='text'>
gitweb terminates and shows no project list, if it can not access a
sub-directory in the project root directory while looking for projects
to show.

Work it around by skipping unreadable directories.

Signed-off-by: Hielke Christian Braun &lt;hcb@unco.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Spelling fixes</title>
<updated>2017-06-27T17:35:49Z</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2017-06-25T10:20:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=64127575149e35b409bc2f78962f86507346d604'/>
<id>urn:sha1:64127575149e35b409bc2f78962f86507346d604</id>
<content type='text'>
Signed-off-by: Ville Skyttä &lt;ville.skytta@iki.fi&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: use https links to Wikipedia to avoid http redirects</title>
<updated>2017-05-15T04:04:54Z</updated>
<author>
<name>Sven Strickroth</name>
<email>email@cs-ware.de</email>
</author>
<published>2017-05-13T09:54:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5e68729fd9a17e9e4037abdffa52454a5c64f343'/>
<id>urn:sha1:5e68729fd9a17e9e4037abdffa52454a5c64f343</id>
<content type='text'>
Signed-off-by: Sven Strickroth &lt;email@cs-ware.de&gt;
Reviewed-by: Ævar Arnfjörð Bjarmason &lt;avarab@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ab/gitweb-abbrev-links'</title>
<updated>2016-10-26T20:14:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-10-26T20:14:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5b941872d6003976ba4a1adc92bbc4de774661a8'/>
<id>urn:sha1:5b941872d6003976ba4a1adc92bbc4de774661a8</id>
<content type='text'>
In addition to purely abbreviated commit object names, "gitweb"
learned to turn "git describe" output (e.g. v2.9.3-599-g2376d31787)
into clickable links in its output.

* ab/gitweb-abbrev-links:
  gitweb: link to "git describe"'d commits in log messages
  gitweb: link to 7-char+ SHA-1s, not only 8-char+
  gitweb: fix a typo in a comment
</content>
</entry>
</feed>
