git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormail_redacted_for_web 2024-07-14 10:38:03 +0200
committermail_redacted_for_web 2024-07-14 10:38:03 +0200
commitb2b82097d4e167b285abac53d0e6a291a4f798a7 (patch)
tree009f9c0dc63203653908f622c43fc946aac75648
parent11376154555ea0a325742d0d81dc282642837940 (diff)
downloaddotfiles-b2b82097d4e167b285abac53d0e6a291a4f798a7.tar.bz2
+weird sha1collisiondetection submodule in README
-rw-r--r--README.md17
1 files 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
+```
remember to execute only once with multiple ↵H. P. 2022-03-231-0/+1 | | | | connections. * include gnupg in tarballH. P. 2022-03-231-1/+1 | * $SSH_AUTH_SOCK only on the admin stationsH. P. 2022-03-231-2/+10 | * enable ssh-support in gpg-agentH. P. 2022-03-231-0/+1 | * wrong order :-)H. P. 2022-03-231-5/+1 | * TGT was missing, lel. Also: passing remaining arguments now.H. P. 2022-03-231-1/+1 | * alias for ssh-with-gpgH. P. 2022-03-231-0/+1 | * untested behaviour: ssh-with-gpgH. P. 2022-03-231-0/+20 | * $meaningful_git_commit_message[213]H. P. 2022-03-232-0/+5 | * +gnupgH. P. 2022-03-234-0/+24 | * launch dirmngrH. P. 2022-03-231-1/+1 | * adding gpg-connect-agent to ssh agent machinesH. P.