[user] name = Jan Kratochvil 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