chore: fix git configs

Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
2025-08-28 11:22:22 +03:00
parent 41315f7c53
commit 0ed54402dc
5 changed files with 58 additions and 53 deletions

View File

@@ -1,3 +1,4 @@
# vim: ft=gitconfig ai noexpandtab
[include] [include]
path = ~/.dotfiles/config/git/shared path = ~/.dotfiles/config/git/shared

View File

@@ -1,3 +1,4 @@
# vim: ft=gitconfig ai noexpandtab
[credential] [credential]
helper = store --file ~/.cache/git/git-credentials helper = store --file ~/.cache/git/git-credentials
helper = cache --timeout 30000 helper = cache --timeout 30000

View File

@@ -1,2 +1,3 @@
# vim: ft=gitconfig ai noexpandtab
[submodule] [submodule]
recurse = false recurse = false

View File

@@ -1,2 +1,4 @@
# vim: ft=gitconfig ai noexpandtab
Host tfs.ia.corp.svea.com Host tfs.ia.corp.svea.com
IdentityFile ~/.ssh/id_rsa IdentityFile ~/.ssh/id_rsa

View File

@@ -1,4 +1,4 @@
# vim: ft=gitconfig sw=2 ts=2 et # vim: ft=gitconfig ai noexpandtab
[include] [include]
path = ~/.dotfiles/config/git/shared path = ~/.dotfiles/config/git/shared