Re: Git Daemon Dummy: 301 Redirects for git:// to https://

2016-02-23 Thread Jason A. Donenfeld
On Tue, Feb 23, 2016 at 4:11 PM, Jason A. Donenfeld wrote: > That's interesting. I didn't realize that even the smart protocol was > not as efficient as HTTP Can't type today. *as efficient as git:// -- To unsubscribe from this list: send the line "unsubscribe git&qu

Re: Git Daemon Dummy: 301 Redirects for git:// to https://

2016-02-23 Thread Jason A. Donenfeld
On Tue, Feb 23, 2016 at 11:51 AM, John Keeping wrote: > On Tue, Feb 23, 2016 at 03:32:02AM +0100, Jason A. Donenfeld wrote: > There's no license specified in the repo, it just says "All rights > reserved" in the .c file. I'm sure you intend it to be open source, bu

Re: Git Daemon Dummy: 301 Redirects for git:// to https://

2016-02-23 Thread Jason A. Donenfeld
On Tue, Feb 23, 2016 at 7:15 AM, Jeff King wrote: > > Yeah, the existence of HTTPS (and the fact that the same URL can be both > anonymous and authenticated) is nice. Unfortunately, git-over-https is > not as efficient as the other protocols, because it's not asynchronously > bi-directional. It wo

Git Daemon Dummy: 301 Redirects for git:// to https://

2016-02-22 Thread Jason A. Donenfeld
Hi folks, In case anyone else finds this useful, I wrote this: https://git.zx2c4.com/git-daemon-dummy/about/ It's an epoll-based responder for git:// that simply returns an error telling users of a new URI. The purpose is to phase out git-daemon in favor of more secure TLS/HTTPS endpoints. With

git-send-email doesn't deal with quoted names

2013-05-27 Thread Jason A. Donenfeld
Hi, My commit author name is "Jason A. Donenfeld". Because this has a dot, SMTP handling likes to put it in quotes. git-send-email has this line: if (defined $author and $author ne $sender) { With my name, this always winds up false, because it's comparing '

Re: [PATCH v2] config: allow inaccessible configuration under $HOME

2013-05-25 Thread Jason A. Donenfeld
Jonathan's patch would indeed be nice. In cgit, we are forced to do ugly things like this: /* Do not look in /etc/ for gitconfig and gitattributes. */ setenv("GIT_CONFIG_NOSYSTEM", "1", 1); setenv("GIT_ATTR_NOSYSTEM", "1", 1); /* We unset HOME and XDG_CONFIG_HOME b

Re: [PATCH v2] Revert "graph.c: mark private file-scope symbols as static"

2013-03-03 Thread Jason A. Donenfeld
On Sun, Mar 3, 2013 at 10:42 PM, Junio C Hamano wrote: > I suspect that many people outside CGit circle may not know who this > Jason > That active contributor is Jason. The repository has also been moved > to Jason's http://git.zx2c4.com/cgit/ > So, thanks, Jason and John for your efforts. Hey f

Re: [PATCH v2] Revert "graph.c: mark private file-scope symbols as static"

2013-03-03 Thread Jason A. Donenfeld
Signed-off-by: Jason A. Donenfeld On Sun, Mar 3, 2013 at 7:03 PM, John Keeping wrote: > This reverts commit ba35480439d05b8f6cca50527072194fe3278bbb. > > CGit uses these symbols to output the correct HTML around graph > elements. Making these symbols private means that CGit cannot