diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-05-04 07:33:02 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-05-04 07:33:02 +0200 |
commit | 6219229986f63b9a3a89dff34900aa82602268a3 (patch) | |
tree | 3f12caacc1fc724e04b67ea112dc8878cfbd5f57 /.gitconfig | |
parent | c80418f9349599029dd61cb1c1efa98f98ab4546 (diff) | |
download | conf-misc-master.tar conf-misc-master.zip |
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..0005838 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,25 @@ +[user] + name = Matthias Schiffer + email = mschiffer@universe-factory.net + signingkey = 0x16EF3F64CB201D9C +[merge] + tool = meld +[color] + ui = auto +[sendemail] + suppressfrom = true + chainreplyto = false +[format] + thread = true +[log] + decorate = true +[url "git://git.debian.org/d-i/"] + insteadOf = git+ssh://git.debian.org/git/d-i/ +[commit] + gpgsign = true +[push] + default = upstream +[core] + abbrev = 12 +[pretty] + fixes = Fixes: %h (\"%s\") |