Hmm, now I'm seeing a similar problem with the Cabal repo on github. The last available commit in git://github.com/ghc/packages-Cabal.git is 31fce20bf6a0191e26e640d1c464deea00c8ac4d.
If I do a checkout from http://darcs.haskell.org/packages/Cabal.git I get up to commit bc794b750d844b2b4716c6d25627cd0dd051e374. Running a git fsck on the darcs.haskell repo shows the same problem you found below: $ git fsck error in commit cc2f67f98fbc246f010516c71722d5c3432e0a2b: invalid author/committer line - missing space before email $ git show cc2f67f98fbc246f010516c71722d5c3432e0a2b commit cc2f67f98fbc246f010516c71722d5c3432e0a2b Author: <[email protected]> Date: Fri Dec 21 20:15:00 2007 +0000 Added support for users behind proxy servers, reading system settings from t Oddly, this commit does not seem to be in the github repo, even though the commit date is 2007. $ git show cc2f67f98fbc246f010516c71722d5c3432e0a2b fatal: bad object cc2f67f98fbc246f010516c71722d5c3432e0a2b I'm rather confused about what is happening here. On Jun 26, 2011, at 5:08 PM, Ian Lynagh wrote: > On Mon, Jun 27, 2011 at 12:55:57AM +0300, Sergei Trofimovich wrote: >> On Sat, 25 Jun 2011 19:23:59 +0100 >> Ian Lynagh <[email protected]> wrote: >> >>> error: object 2b07607c4562034359f52b42055f8d2af4721ca4:invalid >>> author/committer line - missing space before email >>> fatal: Error in object >>> error: pack-objects died with strange error >>> error: failed to push some refs to '[email protected]:ghc/haddock.git' >>> igloo@abbot:/srv/darcs/haddock.git$ git show >>> 2b07607c4562034359f52b42055f8d2af4721ca4 >>> commit 2b07607c4562034359f52b42055f8d2af4721ca4 >>> Author: <[email protected]> >> >> I would expect >> Author: davve <[email protected]> >> or >> Author: [email protected] >> spelling > > But given we already have patches with "Author: <[email protected]>" > in the central repo, and in everyone's GHC trees, what's the best way > forward? > > > Thanks > Ian > > > _______________________________________________ > Cvs-ghc mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/cvs-ghc > _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
