diff options
author | Félix Sipma <felix.sipma@no-log.org> | 2014-11-09 21:21:22 +0100 |
---|---|---|
committer | Félix Sipma <felix.sipma@no-log.org> | 2014-11-09 21:21:22 +0100 |
commit | 68a0746e8389f376d893fae707ad63f228f5b808 (patch) | |
tree | 47ccbfd8aff91e79b3fb7abd9a00d59e8842e065 | |
parent | babe24b0dc7ca266c3f73a0d8f1208f1d6cdd998 (diff) |
change default git email
-rw-r--r-- | .config/git/config | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.config/git/config b/.config/git/config index f21e881..3b8c277 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,16 +1,16 @@ [user] name = Félix Sipma - email = gueux@gueux.org + email = felix.sipma@no-log.org signingkey = 5857883E277DB3CC [alias] - co = checkout - ci = commit - st = status - br = branch - hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short - type = cat-file -t - dump = cat-file -p + co = checkout + ci = commit + st = status + br = branch + hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short + type = cat-file -t + dump = cat-file -p [core] quotepath = off pager = cat |