git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. P. <coding _æ_ lirion.de> 2024-07-14 10:08:07 +0200
committerH. P. <coding _æ_ lirion.de> 2024-07-14 10:08:07 +0200
commitaaf11ee32d35a194eb58387f4742cf00acadbbf2 (patch)
tree72e396df8918a9d4f0a57c50fcf6112b99af04b7
parent8faef2071a0dd0358714b082738dbc253378214a (diff)
downloaddotfiles-aaf11ee32d35a194eb58387f4742cf00acadbbf2.tar.bz2
fix: submodule info of git-prompt was garbage
-rw-r--r--.gitmodules4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index c15f58a..cc25b24 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -8,4 +8,6 @@
branch = master
[submodule "git-prompt"]
path = git-prompt
- url = ./git-prompt
+ url = https://github.com/git/git.git
+ shallow = true
+ sparsecheckout = true