On Sun, Jun 21, 2015 at 03:07:41PM +0200, Richard Weinberger wrote: > >> To me it seems like git was creating a new object and got interrupted > >> before fsync/fdatasync'ing it. > >> As the object was referenced before syncing the data to disk the repo broke. Git doesn't fsync by default, and because of that I've seen similar data losses on ext4/xfs/btrfs. You can set the core.fsyncobjectfiles to mitigate it, but even with that I've seen corrupted index files. Note that I've been mostly on old git versions from various distros, so in case this was fixed recently I'll take everything I said back. -- To unsubscribe from this list: send the line "unsubscribe git" in