From b2b82097d4e167b285abac53d0e6a291a4f798a7 Mon Sep 17 00:00:00 2001
From: Harald Pfeiffer <coding@lirion.de>
Date: Sun, 14 Jul 2024 10:38:03 +0200
Subject: +weird sha1collisiondetection submodule in README

---
 README.md | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 6728444..7710d7a 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,15 @@ Yet another (!) approach at building up a centralized configuration.
 
 Parts are old, parts are not done yet, we're getting there.
 
-## To-Dos
+## Information for cloning
 
-* i3 config / sway config
-* gpg config
-* game launching stuff
-* parallel-ssh and ansible
-* ...
+For git-prompt, its submodule sha1collisiondetection may be "broken" (i.e. it cannot be pulled), here's a fix:
+
+`git -c submodule.sha1collisiondetection.update=none COMMAND`
+
+...whereas `COMMAND` is one of the usual actions such as
+
+```
+clone --recurse-submodules
+submodule update --init --recursive
+```
-- 
cgit v1.2.3