[user] name = Tobias Klauser email = tklauser@distanz.ch signingkey = B5510F47 [core] abbrev = 12 whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol excludesfile = ~/.gitignore [alias] amend = commit --amend co = checkout ca = commit --amend ci = commit br = branch d = diff dc = diff --cached dist = "!git archive --format=tar -v --prefix=$(git describe HEAD)/ $(git describe HEAD) | bzip2 -9v > ../$(git describe HEAD).tar.bz2" ds = diff --stat fixes = show --pretty=fixes -s ll = log --decorate --graph --pretty=oneline lp = log -p ls = ls-files s = status -s st = status up = pull --rebase --autostash --prune origin master cr = codereview change = codereview change gofmt = codereview gofmt mail = codereview mail -trust pending = codereview pending pr = "!f() { git fetch -fu ${2:-$(git remote |grep ^upstream || echo origin)} refs/pull/$1/head:pr/$1 && git checkout pr/$1; }; f" submit = codereview submit sync = codereview sync today = commit --amend --date=now --no-edit [pretty] fixes = Fixes: %h (\"%s\") commit = %h (\"%s\") [color] ui = true diff = auto branch = auto status = auto [color "diff"] whitespace = red reverse [push] default = matching [pull] ff = only [merge] tool = vimdiff [grep] lineNumber = true [remote "origin"] prune = true [sendemail] suppresscc = self bcc = Tobias Klauser [stash] showPatch = true [tag] sort = version:refname [versionsort] prereleaseSuffix = -rc [http] cookiefile = ~/.gitcookies [includeIf "gitdir:**/cilium.io/.git"] path = ~/.config/git/cilium.io [includeIf "gitdir:**/ebpf.io/.git"] path = ~/.config/git/cilium.io [includeIf "gitdir:**/isovalent/*/"] path = ~/.config/git/isovalent.com [includeIf "gitdir:**/cilium/*/"] path = ~/.config/git/with-signoff-hook [includeIf "gitdir:**/linux/.git"] path = ~/.config/git/with-signoff-hook