[Mesa-dev] [Bug 94737] Git history is broken; prevents github upload

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Mar 29 10:09:27 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=94737

            Bug ID: 94737
           Summary: Git history is broken; prevents github upload
           Product: Mesa
           Version: git
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Other
          Assignee: mesa-dev at lists.freedesktop.org
          Reporter: uli42 at gmx.de
        QA Contact: mesa-dev at lists.freedesktop.org

As some already posted in
https://lists.freedesktop.org/archives/mesa-dev/2016-February/106268.html the
project's git history is broken. While this might look like a minor cosmetical
problem it has severe impact on people who want to clone the repo to github.
Those commits prevent the upload:

$ git clone git://anongit.freedesktop.org/mesa/mesa
Cloning into 'mesa'...
remote: Counting objects: 790257, done.
remote: Compressing objects: 100% (117141/117141), done.
remote: Total 790257 (delta 673546), reused 785057 (delta 669000)
Receiving objects: 100% (790257/790257), 146.18 MiB | 3.67 MiB/s, done.
Resolving deltas: 100% (673546/673546), done.
Checking connectivity... done.
Checking out files: 100% (4880/4880), done.
$ cd mesa
$ git remote rename origin upstream
$ git remote add origin git at github.com:<user>/<repo>.git
$ git push -u origin --tags
Counting objects: 740005, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (113457/113457), done.
remote: error: object feb356caff82e996ba0b898c02383fdfa3effc5f:
missingSpaceBeforeDate: invalid author/committer line - missing space
before date
remote: fatal: Error in object
error: pack-objects died of signal 13
error: failed to push some refs to 'git at github.com:<user>/<repo>.git'

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160329/318d7743/attachment.html>


More information about the mesa-dev mailing list