[git-users] errors in the PDF version of the Pro Git book

2012-08-26 Thread Kin Lum
*The PDF version of the book: ** https://github.s3.amazonaws.com/media/progit.en.pdf* * * *In Chapter 1:* * * *For most of the lifetime of the Linux kernel maintenance (19912002), changes to the software were passed around as patches and archived files. * *The - is missing* * * */.gitcon

[git-users] Re: git object is empty error.

2012-08-26 Thread Thomas Ferris Nicolaisen
Hi, Try the approach given here: http://www.kernel.org/pub/software/scm/git/docs/user-manual.html#recovering-from-repository-corruption If you're unsure how to proceed, do a git fsck --full and paste the output back here. On Monday, August 27, 2012 5:56:59 AM UTC+2, zhang chao wrote: > > >

[git-users] git object is empty error.

2012-08-26 Thread 树上
hi all i got an error from my git repo, i wlll push my code to center, but i got same error for here: $ git push origin zc:zc Counting objects: 316, done. error: object file .git/objects/00/d2a5741d54116a156e477093c3fcf30b24c6b3 is empty error: unable to find 00d2a5741d54116a156e477093c3fcf30b2

Re: [git-users] Looking for explanation why GIT configurations were lost when Partition modified

2012-08-26 Thread TSU
Thx for posting those locations, To my eye the files you list look unmodified. The reason why I posted is that nothing else was done except to modify the partition(making it smaller) and so far it looks like everything else is functioning properly without a problem. This partition is a typical

Re: [git-users] Looking for explanation why GIT configurations were lost when Partition modified

2012-08-26 Thread Konstantin Khomoutov
On Sat, Aug 25, 2012 at 05:25:03PM -0700, TSU wrote: > Was surprised, > When I re-sized and modified the partition at the disk block level (using > gparted) where my GIT client folders were located, none of my directories > configured as mirrors of repos on Github retained their configurations.