host info updates
[distro-setup] / .gitconfig
index 0c27adc460c77faedef2797ce57d183c053f6bc0..8cfe86b1869c47a7d0b89b8d3dc37b7382ca7148 100644 (file)
@@ -15,6 +15,9 @@ rl = reflog --format='%C(auto)%h %<|(17)%gd %C(blue)%ci%C(reset) %s'
 
 [core]
 excludesfile = ~/.gitignore_global
+# https://stackoverflow.com/questions/59061816/git-forces-refresh-index-after-switching-between-windows-and-linux
+# i'm hoping this stops refresh after btrfs sends, especially for brains
+checkStat = minimal
 [credential]
 helper = cache
 
@@ -82,3 +85,6 @@ default = simple
 # Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): y
 [sendemail]
        confirm = auto
+# https://stackoverflow.com/questions/70663523/the-unauthenticated-git-protocol-on-port-9418-is-no-longer-supported
+[url "https://github.com/"]
+       insteadOf = git://github.com/