dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 523c3efbfe822d95ad8c8478537e038223d1e580
parent ac6912ccb4548e10be7fb7e3e4f5d2b11114400a
Author: Alex Balgavy <alexander.balgavy@spaceapplications.com>
Date:   Fri,  6 Sep 2024 14:05:24 +0200

git: mapping and recurse on submodules

Diffstat:
Mgit/gitconfig | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/git/gitconfig b/git/gitconfig @@ -6,6 +6,7 @@ [alias] s = status + wt = worktree v = "!nvim -c 'Git | only'" co = checkout cob = checkout -b @@ -99,6 +100,8 @@ df = !git --git-dir=$DOTFILES/.git --work-tree=$DOTFILES +[submodule] + recurse = 1 [merge] tool = nvimdiff conflictstyle = diff3 @@ -127,6 +130,7 @@ format = ssh [credential] helper = /usr/share/doc/git/contrib/credential/libsecret/git-credential-libsecret + #helper = cache [transfer] fsckobjects = true [fetch]