summaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitconfig b/.gitconfig
index ad85ca1..3feb78d 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -8,7 +8,7 @@
[merge]
tool = vimdiff
[user]
- name = a14m
+ name = Ahmed AbdelHalim
username = a14m
signingkey = 7A690E8DFE36C63A99355B1B76296F290BE3A016
@@ -28,6 +28,7 @@
locked = "!sh -c \"git ls-files -v | grep ^S | sed -e 's|S ||'\" -"
lock = "!sh -c \"git update-index --skip-worktree $1\" -"
unlock = "!sh -c \"git update-index --no-skip-worktree $1\" -"
+ authors = shortlog -sne
[push]
default = current
[pull]