[rancid] Rancid 3.1.99 Alpha git integration issues.

Per Carlson pelle at hemmop.com
Wed Mar 11 22:30:54 UTC 2015


Hi.

On 11 March 2015 at 22:42, heasley <heas at shrubbery.net> wrote:

>
> I'm not certain why this error occurs; it occurs with git 1.7, but not git
> 2.3.
>

​The default push mode did change in git 2.0.0 (
https://github.com/git/git/blob/master/Documentation/RelNotes/2.0.0.txt#L7-L23).
Before 2.0.0 it was "matching" but from 2.0.0 it's "simple". The error
occurs when using a git version less than 1.7.11 (when "simple" where
introduced, see
https://github.com/git/git/blob/master/Documentation/RelNotes/1.7.11.txt#L9-L14).
​

To fix that a compatible mode must be used, like "current" (or "matching").
This can be set by running "git config push.default <mode>" or manually
editing the repository git config file (please don't set this globally).

For more information of the available modes (and what they do), search for
"push.default" in http://git-scm.com/docs/git-config.

-- 
Pelle

Research is what I'm doing when I don't know what I'm doing.
- Wernher von Braun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.shrubbery.net/pipermail/rancid-discuss/attachments/20150311/3f9be672/attachment.html>


More information about the Rancid-discuss mailing list