X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/8a0402c21fbcbbeef73f7a650c8b87d47390fccb..c6a94b49c00ea320c67909cbe0d2df2f95d4fbb9:/git/config?ds=inline diff --git a/git/config b/git/config index 585b2cd..954a76a 100644 --- a/git/config +++ b/git/config @@ -20,7 +20,7 @@ smtpserver = /usr/bin/msmtp smtpuser = [mergetool "fugitive"] - cmd = vim -f -c \"Gvdiff\" \"$MERGED\" + cmd = vim -f -c \"Gdiffsplit!\" \"$MERGED\" [merge] tool = fugitive defaultToUpstream = true @@ -36,11 +36,19 @@ [pull] rebase = interactive [branch "master"] - rebase = preserve + rebase = merges [branch "develop"] - rebase = preserve + rebase = merges [commit] verbose = true [alias] remote-to-ssh = "!f(){ local r=$1; git remote set-url $r $(git remote get-url $r | sed -r 's,https?://([^/]+),git@\\1:,'); };f" clean-orig = "!git ls-files -o --exclude-standard | grep '\\.orig$' | xargs -n100 -p rm" +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true + +[includeIf "gitdir:~/src/fpp/**"] + path = ~/.config/git/fpp.config