X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/8d4a98e19ec40334ed8e8f2ce4e5a9f094bdbcaf..c9bdb47979c7962871cf820640604d32e83ba88d:/etc/git/config diff --git a/etc/git/config b/etc/git/config index 1f7f15e..bcc9e4d 100644 --- a/etc/git/config +++ b/etc/git/config @@ -7,7 +7,12 @@ submodules-pull = submodule foreach git pull origin master pr = "!f() { git fetch -fu ${2:-origin} refs/pull/$1/head:pr/$1 && git checkout pr/$1; }; f" tree = log --oneline --graph --branches --color -[pull] - ff = only + search = !git rev-list --all | xargs -I '{}' git ls-tree -r --full-name --format='%(objectmode) %(objecttype) %(objectname) {}%x09%(path)' '{}' | grep + [init] defaultBranch = master +[pull] + ff = only + +[include] + path = config.local