cgit builds with link time optimization

2016-02-23 Thread Jason A. Donenfeld
For the ricers out there, this might be desirable: https://git.zx2c4.com/cgit/tree/cgit.conf?h=jd/zx2c4-deployment ___ CGit mailing list CGit@lists.zx2c4.com http://lists.zx2c4.com/mailman/listinfo/cgit

Re: [PATCH 1/1] css: use less blurry icon for external link

2016-02-23 Thread Christian Hesse
"Jason A. Donenfeld" on Tue, 2016/02/23 15:18: > Thanks. I did actually do this myself in inkscape from an svg > representation of the font, but I must have hit the anti aliasing > button or something. Also, the opacity is much better, thanks. > > I merged this, and also ran the

Re: cgit: [PATCH] timegm() compat for non-Linux and non-BSD

2016-02-23 Thread Jason A. Donenfeld
Thanks for posting that thread. I'd forgotten about that. I think my views there are still solid: We either use the hack from the manpage (which is what Brad's patch does), or, so that we don't have to make compatibility infrastructure, we simply work around this function so that we don't need

Re: [PATCH 1/2] ui-shared: add homepage to tabs

2016-02-23 Thread John Keeping
On Tue, Feb 23, 2016 at 03:26:28PM +0100, Jason A. Donenfeld wrote: > On Tue, Feb 23, 2016 at 7:49 AM, Peter Colberg wrote: > > Would you reconsider opening the homepage link in the current tab > > by default? This way visitors have the option to open the homepage > > in new

Re: why no process info when cloning

2016-02-23 Thread Jason A. Donenfeld
On Tue, Feb 23, 2016 at 10:45 AM, John Keeping wrote: > It's because CGit only supports the dumb HTTP protocol whereas GitHub > supports the smart protocol. git-http-backend(1) describes how to set > up a webserver for to support the smart protocol. > > [aside: given the

Re: [pass] Killing plaintext git:// in favor of https:// cloning

2016-02-23 Thread Jason A. Donenfeld
Yes, releases are. Obviously this conversation extends to much more than releases, though. I sign tags too: https://git.zx2c4.com/cgit/tag/?h=v0.12 ___ CGit mailing list CGit@lists.zx2c4.com http://lists.zx2c4.com/mailman/listinfo/cgit

Re: [PATCH 1/1] css: use less blurry icon for external link

2016-02-23 Thread Jason A. Donenfeld
According the the FSF, we're allowed to distribute parts of it as we are doing alongside cgit, without changing the status of cgit. ___ CGit mailing list CGit@lists.zx2c4.com http://lists.zx2c4.com/mailman/listinfo/cgit

Re: [PATCH 1/1] css: use less blurry icon for external link

2016-02-23 Thread Jason A. Donenfeld
Thanks. I did actually do this myself in inkscape from an svg representation of the font, but I must have hit the anti aliasing button or something. Also, the opacity is much better, thanks. I merged this, and also ran the png through pngcrush before.

Jenkins build is back to normal : cgit-master #21 - origin/master - 1892cd9

2016-02-23 Thread Pelagic Jenkins (Public)
See ___ CGit mailing list CGit@lists.zx2c4.com http://lists.zx2c4.com/mailman/listinfo/cgit

Re: [pass] Killing plaintext git:// in favor of https:// cloning

2016-02-23 Thread Jason A. Donenfeld
On Tue, Feb 23, 2016 at 2:53 PM, Brian Minton wrote: > Certainly got can sign individual tags with an OpenPGP key. Each commit is > also hashed and the hashes are known. If you sign every commit, or at least > every release, the code can't be tampered with. This is the workflow

Build failed in Jenkins: cgit-master-coverity #11 - origin/master - 438c038

2016-02-23 Thread Pelagic Jenkins (Public)
See Changes: [Jason] git: update to v2.7.2 [Jason] md2html: Do syntax highlighting too -- [...truncated 570 lines...] Generating catalog po/es.msg msgfmt --statistics --tcl

[PATCH 1/1] css: replace icon for external link with one from wikipedia

2016-02-23 Thread Christian Hesse
From: Christian Hesse This file is licensed with GPLv2 or later, so we should be fine using it. https://commons.wikimedia.org/wiki/File:Icon_External_Link.png Signed-off-by: Christian Hesse --- cgit.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

Re: [PATCH 1/1] css: use less blurry icon for external link

2016-02-23 Thread John Keeping
On Tue, Feb 23, 2016 at 11:14:39AM +0100, Christian Hesse wrote: > John Keeping on Tue, 2016/02/23 10:07: > > On Tue, Feb 23, 2016 at 10:47:25AM +0100, Christian Hesse wrote: > > > Your mileage may vary, but for me the old icon looks blurry. The new > > > one is character

Re: [PATCH 1/1] css: use less blurry icon for external link

2016-02-23 Thread Christian Hesse
John Keeping on Tue, 2016/02/23 10:07: > On Tue, Feb 23, 2016 at 10:47:25AM +0100, Christian Hesse wrote: > > Your mileage may vary, but for me the old icon looks blurry. The new > > one is character 0xf08e from OTF font awsome in size 10. > > The icon color is black, gray

[PATCH 1/1] css: use less blurry icon for external link

2016-02-23 Thread Christian Hesse
From: Christian Hesse Your mileage may vary, but for me the old icon looks blurry. The new one is character 0xf08e from OTF font awsome in size 10. The icon color is black, gray level is adjusted via opacity. Signed-off-by: Christian Hesse --- cgit.css | 3 ++- 1