X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.gitconfig;h=e37f907271e043b881a4841ac36c95c50f2b4a63;hp=5ea696d8134e7383874dafebb118753b49aac5b9;hb=HEAD;hpb=f4ccb17bb7b532041caf6c4709a3b1fe31f5e38a diff --git a/.gitconfig b/.gitconfig index 5ea696d..dfa6b16 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,21 +1,20 @@ [user] name = Jan Kratochvil - email = jan.kratochvil@redhat.com +# use: .gitconfig.local +# email = jan@jankratochvil.net +[include] + path = .gitconfig.local +[init] + defaultBranch = master [merge] conflictstyle = diff3 + renamelimit = 10000 [color] ui = never [pull] ff = only # rebase = true -# ChangeLog merge attempt: -#[merge "git-merge-changelog"] -# name = git-merge-changelog -# driver = /usr/bin/git-merge-changelog %O %A %B -# ChangeLog merge attempt: -#[core] -# attributesfile = ~/.gitattributes # golang: #[http] # cookiefile = /home/jkratoch/.gitcookies @@ -30,7 +29,16 @@ [branch] sort = committerdate # FIXME: It does not work: -[blame] - ignoreRevsFile = ~/.gitconfig-ignoreblamecommit +#[blame] +# ignoreRevsFile = ~/.gitconfig-ignoreblamecommit [format] signature = + +# Big files cludge: +#[core] +# compression=1 +# bigFileThreshold=100g +#[pack] +# depth=2 +# window=2 +# threads=1