22 lines
555 B
Plaintext
22 lines
555 B
Plaintext
[alias]
|
|
all = "!f() { ls -R -d */.git | xargs -I{} bash -c \"echo {} && git -C {}/../ $1\"; }; f"
|
|
[filter "lfs"]
|
|
process = git-lfs filter-process
|
|
required = true
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
[safe]
|
|
directory = /opt/flutter
|
|
[protocol "file"]
|
|
allow = always
|
|
[includeIf "gitdir:~/GFX/"]
|
|
path = ~/.config/git/work
|
|
[includeIf "gitdir:~/Gits/"]
|
|
path = ~/.config/git/github
|
|
[includeIf "gitdir:~/Dev/"]
|
|
path = ~/.config/git/gitea
|
|
[ssh]
|
|
postBuffer = 524288000
|
|
[gpg]
|
|
program = /home/abs3nt/Scripts/gpg-pinentry-loopback
|