11         recurseSubmodules = check
 
  15         textconv = gpg --quiet --decrypt --use-agent
 
  22         smtpserver = /usr/bin/msmtp
 
  24 [mergetool "fugitive"]
 
  25         cmd = vim -f -c \"Gdiffsplit!\" \"$MERGED\"
 
  28         defaultToUpstream = true
 
  37         submodulesummary = true
 
  49         remote-to-ssh = "!f(){ local r=$1; git remote set-url $r $(git remote get-url $r | sed -r 's,https?://([^/]+),git@\\1:,'); };f"
 
  50         clean-orig = "!git ls-files -o --exclude-standard | grep '\\.orig$' | xargs -n100 -p rm"
 
  52         clean = git-lfs clean -- %f
 
  53         smudge = git-lfs smudge -- %f
 
  54         process = git-lfs filter-process
 
  57 [includeIf "gitdir:~/src/wio/**"]
 
  58         path = ~/.config/git/wio.config