Summary: | xf86-video-geode: git problem when updating | ||
---|---|---|---|
Product: | xorg | Reporter: | Gaetan Nadon <memsize> |
Component: | Driver/geode | Assignee: | Xorg Project Team <xorg-team> |
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | normal | ||
Priority: | medium | CC: | airlied, ajax, martin-eric.racine, peter.hutterer |
Version: | git | Keywords: | janitor |
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Gaetan Nadon
2009-09-10 05:58:15 UTC
I wouldn't be surprised if someone made a mistake with their tagging, back when they created branches. Anyhow, does the issue still apply? (In reply to comment #1) > I wouldn't be surprised if someone made a mistake with their tagging, back when > they created branches. > > Anyhow, does the issue still apply? > Yes, it does. http://cgit.freedesktop.org/xorg/driver/xf86-video-geode/commit/?id=fc772694ec04f729b5a1cdced7f33dc406c1d67f It does not prevent applying patches, but it has all sorts of annoying behaviours. A branch called "HEAD" was created. In the git browser, top right corner, you can switch from 'master' to 'HEAD' branch. (In reply to comment #2) > (In reply to comment #1) > > I wouldn't be surprised if someone made a mistake with their tagging, back when > > they created branches. > > > > Anyhow, does the issue still apply? > > > > Yes, it does. > http://cgit.freedesktop.org/xorg/driver/xf86-video-geode/commit/?id=fc772694ec04f729b5a1cdced7f33dc406c1d67f > > It does not prevent applying patches, but it has all sorts of annoying > behaviours. > A branch called "HEAD" was created. In the git browser, top right corner, you > can switch from 'master' to 'HEAD' branch. > This HEAD branch should be deleted with the following command: git push origin :HEAD # Note the colon before HEAD I found someone who had the same problem: http://support.github.com/discussions/repos/882-unable-to-fetch-from-private-repo-bad-tree-object#comment_209311 $ git push origin :HEAD error: unable to find 0000000000000000000000000000000000000000 fatal: git-cat-file 0000000000000000000000000000000000000000: bad file fatal: bad object 0000000000000000000000000000000000000000 To ssh://q-funk@git.freedesktop.org/git/xorg/driver/xf86-video-geode.git - [deleted] HEAD |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.