| Summary: | git-2.eclass calls git pull -u | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Stanislav Ch. Nikolov <stanislav> |
| Component: | Eclasses | Assignee: | Donnie Berkholz (RETIRED) <dberkholz> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | trivial | CC: | floppym |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
Git error message
Example ebuild that fails |
||
Created attachment 429346 [details]
Example ebuild that fails
I guess git-pull -u was removed in some recent git version. git-2.eclass is deprecated anyway, so it might be more worthwhile to move the ebuild to git-r3. *** This bug has been marked as a duplicate of bug 576156 *** |
Created attachment 429344 [details] Git error message git-2.class lines 547 and 554 execute (actually set what should be executed later) 'git pull -f -u' which makes git throw a tantrum. The manual says 'This is purely for the internal use for git pull to communicate with git fetch, and unless you are implementing your own Porcelain you are not supposed to use it'.