diff options
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,7 @@ [merge] tool = vimdiff [user] - name = a14m + name = Ahmed AbdelHalim email = [email protected] 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] |
