summaryrefslogtreecommitdiff
path: root/lib-src/mr/config
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-12-02 11:05:39 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-12-02 11:05:39 -0700
commite5ca860de3e9a9d90af4188e82e41e97ce95b485 (patch)
tree6831af7479a072fc39a49d8c384d4af7bc78b445 /lib-src/mr/config
parentc8dbaf92484d324cc1a66b4790161c7c9b335bab (diff)
downloaddotfiles-e5ca860de3e9a9d90af4188e82e41e97ce95b485.tar.gz
fix fetching deb-emacs.git
Diffstat (limited to 'lib-src/mr/config')
-rw-r--r--lib-src/mr/config3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib-src/mr/config b/lib-src/mr/config
index 1e63bd4f..eb1cf6c5 100644
--- a/lib-src/mr/config
+++ b/lib-src/mr/config
@@ -417,7 +417,8 @@ post_clean = ./autogen.sh autoconf
post_checkout =
cd emacs
git remote add -f demeter demeter:emacs
- git remote add -f debian https://salsa.debian.org/rlb/deb-emacs.git/
+ git -c fetch.fsckObjects=false \
+ remote add -f debian https://salsa.debian.org/rlb/deb-emacs.git/
# We might want a branch for localhost on non-workstations, but we only
# automatically create one on workstations.
if workstation; then