summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2018-08-13 02:09:54 +0200
committerTharre <tharre3@gmail.com>2018-08-13 02:09:54 +0200
commit8b9e816438744b205b686fa360fbca0200852f78 (patch)
treee5015078298daf0b9d9fb514f39f011945c81e2d
parent8fc802bb7843ce0e32661cfa23f8947dc3ddea68 (diff)
downloaddotfiles-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--.gitconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitconfig b/.gitconfig
index 58a88b1..fd7dae9 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -13,4 +13,4 @@
[transfer]
fsckobjects = true
[fetch]
- fsckobjects = true
+ fsckobjects = false