X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.gitconfig;h=dfa6b16faa4c48d03fb820bd2f85c82c8c61b4ef;hp=0b649b0f1d0c7e96005d590f9ff8e0209ed2f1e0;hb=HEAD;hpb=9d552e73abda2b6efa47e9311e5b421a71eb241c diff --git a/.gitconfig b/.gitconfig index 0b649b0..dfa6b16 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,4 +1,44 @@ [user] - email = jan.kratochvil@redhat.com + name = Jan Kratochvil +# 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 + +# golang: +#[http] +# cookiefile = /home/jkratoch/.gitcookies +[alias] + co = checkout + ci = commit + st = status + br = branch + hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short +[pager] + branch = off +[branch] + sort = committerdate +# FIXME: It does not work: +#[blame] +# ignoreRevsFile = ~/.gitconfig-ignoreblamecommit +[format] + signature = + +# Big files cludge: +#[core] +# compression=1 +# bigFileThreshold=100g +#[pack] +# depth=2 +# window=2 +# threads=1