11         recurseSubmodules = check
 
  20         smtpserver = /usr/bin/msmtp
 
  22 [mergetool "fugitive"]
 
  23         cmd = vim -f -c \"Gdiffsplit!\" \"$MERGED\"
 
  26         defaultToUpstream = true
 
  33         submodulesummary = true
 
  45         remote-to-ssh = "!f(){ local r=$1; git remote set-url $r $(git remote get-url $r | sed -r 's,https?://([^/]+),git@\\1:,'); };f"
 
  46         clean-orig = "!git ls-files -o --exclude-standard | grep '\\.orig$' | xargs -n100 -p rm"
 
  48         clean = git-lfs clean -- %f
 
  49         smudge = git-lfs smudge -- %f
 
  50         process = git-lfs filter-process
 
  53 [includeIf "gitdir:~/src/fpp/**"]
 
  54         path = ~/.config/git/fpp.config