diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2021-12-01 08:37:32 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2021-12-01 08:37:32 +0100 |
commit | 36cc15eabae0b5dac80edec22c4f637943cf975c (patch) | |
tree | b7e716501648586186738d2d401fb0301d251473 | |
parent | d333d121db7a242d0a1fac8cedb14df594789173 (diff) |
.gitconfig: remove empty lines
-rw-r--r-- | .gitconfig | 21 |
1 files changed, 3 insertions, 18 deletions
@@ -2,12 +2,10 @@ name = Tobias Klauser email = tklauser@distanz.ch signingkey = D1E0DA88E90F7E03B314C5D18A59A09E92628B77 - [core] abbrev = 12 whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol excludesfile = ~/.gitignore - [alias] amend = commit --amend --date=now co = checkout @@ -37,56 +35,43 @@ pending = codereview pending submit = codereview submit sync = codereview sync - [pretty] fixes = Fixes: %h (\"%s\") commit = %h (\"%s\") - [color] ui = true diff = auto branch = auto status = auto - [color "diff"] whitespace = red reverse - [commit] gpgsign = true - [fetch] prune = true - [push] default = matching - [pull] ff = only - [merge] tool = vimdiff - [grep] lineNumber = true - -[remote "origin"] - prune = true - [sendemail] suppresscc = self bcc = Tobias Klauser <tklauser@distanz.ch> - [stash] showPatch = true - [tag] sort = version:refname - [versionsort] prereleaseSuffix = -rc [http] cookiefile = ~/.gitcookies +[remote "origin"] + prune = true + [includeIf "gitdir:**/cilium.io/.git"] path = ~/.config/git/cilium.io [includeIf "gitdir:**/ebpf.io/.git"] |