url..insteadOf used for server-side redirection?

2016-03-09 Thread Paul Sokolovsky
Hello, There's a nice git config directive url.insteadOf (https://www.kernel.org/pub/software/scm/git/docs/git-config.html , search for "insteadOf"). However, than man doesn't make it explicit if it can be used in server-side repository config, and all examples on the net appear to be about its

Re: git 2.2.x: Unexpected, overstrict file permissions after git update-server-info

2015-01-06 Thread Paul Sokolovsky
Hello, On Mon, 5 Jan 2015 22:47:02 -0500 Jeff King p...@peff.net wrote: On Mon, Jan 05, 2015 at 09:07:24PM +0200, Paul Sokolovsky wrote: So, after the upgrade, users started to report that accessing info/refs file of a repo, as required for HTTP dump protocol, leads to 403 Forbidden

Re: git 2.2.x: Unexpected, overstrict file permissions after git update-server-info

2015-01-06 Thread Paul Sokolovsky
Hello, On Tue, 06 Jan 2015 02:08:16 -0800 Junio C Hamano gits...@pobox.com wrote: Jeff King p...@peff.net writes: Yeah, I didn't consider the mode impact of using mkstemp. That is definitely a regression that should be fixed. Though of course if you really do want 0644, you should set

git 2.2.x: Unexpected, overstrict file permissions after git update-server-info

2015-01-05 Thread Paul Sokolovsky
Hello, We recently upgraded to git 2.2.1 from 2.1.x and faced issue with accessing repositories over dump HTTP protocol. In our setting, repositories are managed by Gerrit, so owned by Gerrit daemon user, but we also offer anon access via smart and dumb HTTP protocols. For the latter, we of

Re: git rebase is confused about commits w/o textual changes (e.g. chmod's)

2013-10-04 Thread Paul Sokolovsky
Hello, On Fri, 4 Oct 2013 20:28:54 + brian m. carlson sand...@crustytoothpaste.net wrote: On Sat, Sep 28, 2013 at 02:32:44AM +0300, Paul Sokolovsky wrote: $ git --version git version 1.8.4 Specifically from Ubuntu PPA: http://ppa.launchpad.net/git-core/ppa/ubuntu Script

Re: git rebase is confused about commits w/o textual changes (e.g. chmod's)

2013-09-27 Thread Paul Sokolovsky
Hello Brian, On Fri, 27 Sep 2013 22:28:07 + brian m. carlson sand...@crustytoothpaste.net wrote: On Tue, Sep 24, 2013 at 10:56:48PM +0300, Paul Sokolovsky wrote: Hello, git rebase is confused about commits like https://github.com/pfalcon/civetweb/commit

git rebase is confused about commits w/o textual changes (e.g. chmod's)

2013-09-24 Thread Paul Sokolovsky
Hello, git rebase is confused about commits like https://github.com/pfalcon/civetweb/commit/ce8493837bf7676c6d824cdcb1d5e3a7ed476fe1 - it stops, telling user to just run rebase --continue. I remember like few years ago rebase was confused like that oftentimes, which is in turn confused novices