Package: git Version: 1:2.0~next.20140318-1 Severity: important Tags: upstream
$ git -c transfer.fsckobjects=true clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware Cloning into 'linux-firmware'... remote: Counting objects: 2518, done. remote: Compressing objects: 100% (1168/1168), done. remote: Total 2518 (delta 1313), reused 2518 (delta 1313) error: object 087fbb748f50af6eac2248a445d25d666cc92c78:contains zero-padded file modes fatal: Error in object fatal: index-pack failed But: $ git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware [...] $ git fsck Checking object directories: 100% (256/256), done. warning in tree ff42cbe9e62d5d3e383ca621028bd6554597d5f0: contains zero-padded file modes warning in tree a1b6cee91e8ec2d6234662bae82e7311ddebcae4: contains zero-padded file modes [...] Should it be a warning or an error? -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

