1 [core]2 logallrefupdates = true3 quotePath = false4 commitGraph = true5[diff]6 algorithm = histogram78[user]9 name = Linsen Zhou10 email = i@lin.moe11 signingkey = 7EB223B9B0D814B912[includeIf "hasconfig:remote.*.url:https://gitlab.alpinelinux.org/**"]13 path = ~/.config/git/config.lindsay1415[init]16 defaultBranch = master17[push]18 default = simple19 followTags = yes20[pull]21 rebase = true22[fetch]23 writeCommitGraph = true24[commit]25 gpgsign = true2627[gpg]28 program = gpg22930[alias]31 lg = log --graph --abbrev-commit --decorate --all --format=format:\"%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(dim white) - %an%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n %C(white)%s%C(reset)\"32 undo = reset --soft HEAD^33[commitGraph]34 changedPathsVersion = 1 # version 2 need too much memory35[sendemail]36 smtpserver = /usr/bin/msmtp37 smtpserveroption = -a38 smtpserveroption = lin39 annotate = yes404142[credential]43 helper = !pass-git-helper $@44 username = lindsay45[credential "https://github.com"]46 username = LindsayZhou47[credential "https://gitee.com"]48 username = lindsayzhou4950[gc]51 reflogexpire = 9052 writeCommitGraph = true5354[filter "lfs"]55 clean = git-lfs clean -- %f56 smudge = git-lfs smudge -- %f57 process = git-lfs filter-process58 required = true5960[include]61 path = ~/.gitconfig6263[receive]64 advertisePushOptions = true65 procReceiveRefs = refs/for66[safe]67 directory = *68[uploadpack]69 allowfilter = true70 allowAnySHA1InWant = true7172[url "ssh://git@gitee.com/linakesi"]73 insteadOf = https://gitee.com/linakesi74[format]75 signOff = true