diff options
author | Tharre <tharre3@gmail.com> | 2018-08-13 02:09:54 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-08-13 02:09:54 +0200 |
commit | 8b9e816438744b205b686fa360fbca0200852f78 (patch) | |
tree | e5015078298daf0b9d9fb514f39f011945c81e2d | |
parent | 8fc802bb7843ce0e32661cfa23f8947dc3ddea68 (diff) | |
download | dotfiles-8b9e816438744b205b686fa360fbca0200852f78.tar.gz dotfiles-8b9e816438744b205b686fa360fbca0200852f78.tar.xz dotfiles-8b9e816438744b205b686fa360fbca0200852f78.zip |
git: be less strict about fsck
i.e. the following clone fails:
$ git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
Cloning into 'linux-firmware'...
remote: Counting objects: 6843, done.
remote: Total 6843 (delta 0), reused 0 (delta 0)
error: object 95eb5456368d6f10f59bcc3f0cd9a8bffaf7243e: zeroPaddedFilemode: contains zero-padded file modes
fatal: fsck error in packed object
fatal: index-pack failed
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,4 +13,4 @@ [transfer] fsckobjects = true [fetch] - fsckobjects = true + fsckobjects = false |