Re: Git's Perl scripts can fail if user is configured for perlbrew

2015-01-01 Thread Ben Aveling
On 29/12/14 09:36, Randy J. Ray wrote: I don't know enough about the overall git ecosystem to know if this would have an adverse effect on anything else (in particular, Windows compatibility, but then Windows probably isn't having this issue in the first place). Perlbrew doesn't support Windo

[PATCH v2] doc: core.ignoreStat update, and clarify the --assume-unchanged effect

2015-01-01 Thread Philip Oakley
The assume-unchanged bit, and consequently core.ignoreStat, can be misunderstood. Be assertive about the expectation that file changes should notified to Git. Signed-off-by: Philip Oakley --- Overhaul the general wording thus: 1. direct description of what is ignored given first. 2. examp

Re: What's cooking in git.git (Dec 2014, #05; Mon, 29)

2015-01-01 Thread Philip Oakley
From: "Junio C Hamano" "Philip Oakley" writes: From: "Junio C Hamano" * po/doc-core-ignorestat (2014-12-12) 1 commit (merged to 'next' on 2014-12-23 at d2b3e84) + doc: core.ignoreStat clarify the --assume-unchanged effect Will merge to 'master'. I was hoping to re-roll but family Chris

[PATCH v2] remote-curl: fall back to Basic auth if Negotiate fails

2015-01-01 Thread brian m. carlson
Apache servers using mod_auth_kerb can be configured to allow the user to authenticate either using Negotiate (using the Kerberos ticket) or Basic authentication (using the Kerberos password). Often, one will want to use Negotiate authentication if it is available, but fall back to Basic authentic