Bug 887245
| Summary: | missing support for git version 1.8 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jiri Kastner <jkastner> | ||||
| Component: | guilt | Assignee: | Eric Sandeen <esandeen> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 18 | CC: | esandeen | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | guilt-0.35-5.fc18 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-01-23 02:09:12 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
thanks for the report - I'll double check w/ Jeff that guilt is good to go w/ git 1.8 and get this fixed. Package: guilt-0.35-5.fc18 Tag: f18-updates-candidate Status: complete Built by: sandeen guilt-0.35-5.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/guilt-0.35-5.fc18 Package guilt-0.35-5.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing guilt-0.35-5.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-20832/guilt-0.35-5.fc18 then log in and leave karma (feedback). guilt-0.35-6.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/guilt-0.35-6.fc18 [e-ndy@cubie linux-sunxi]$ guilt init [e-ndy@cubie linux-sunxi]$ guilt --version Guilt version 0.35 [e-ndy@cubie linux-sunxi]$ git --version git version 1.8.0.2 guilt-0.35-6.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 663565 [details] patch for enabling 1.8 git Description of problem: in fedora 18 is git 1.8 while guilt doesn't support it Version-Release number of selected component (if applicable): How reproducible: alway Steps to Reproduce: 1. mkdir test 2. cd $_ 3. git init 4. guilt init Actual results: Unsupported version of git (1.8.0.2) Expected results: created .git/patches directory Additional info: