X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/a67800787383e8f8b07a6fad057311a397d722c2..0612a9149d46df422e11410d8ada66b78d3fe5d3:/dot/gitconfig.in diff --git a/dot/gitconfig.in b/dot/gitconfig.in index 25f46cd..c642c13 100644 --- a/dot/gitconfig.in +++ b/dot/gitconfig.in @@ -12,6 +12,9 @@ email = mdw@distorted.org.uk signingkey = @releasekey@ +[annex] + sshcaching = false + [merge] summary = true tool = emerge @@ -34,6 +37,9 @@ [rebase] autosquash = true +[push] + default = matching + [format] headers = "Organization: Straylight/Edgeware\n"