]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - git/.gitconfig
Do not set default tab width and related
[max/dotfiles.git] / git / .gitconfig
index 778a22074f6337dab537402c80779e0026b811ec..c4866f35ee1d5c8b038274f7e2bfda04abb5d2d4 100644 (file)
@@ -7,8 +7,9 @@
 [user]
        name = Maximilian Friedersdorff
        email = max@friedersdorff.com
+        signingkey = F5E7FCB3
 [core]
-       editor = emc
+       editor = vim
        excludesfile = /home/max/.gitignore
 [merge]
        tool = diffuse
@@ -16,8 +17,8 @@
 [push]
        default = simple
 [alias]
-       lg = log --graph --pretty=format:'%Cred%h%Creset %ad %s %C(bold blue)<%an>%Creset %C(yellow)%d%Creset' --date=short
-       hist = log --graph --full-history --all --pretty=format:'%Cred%h%Creset %ad %s %C(bold blue)<%an>%Creset %C(yellow)%d%Creset' --date=short
+       lg = log --graph --pretty=format:'%Cred%h%Creset %G? %ad %s %C(bold blue)<%an>%Creset %C(yellow)%d%Creset' --date=short
+       hist = log --graph --full-history --all --pretty=format:'%Cred%h%Creset %G? %ad %s %C(bold blue)<%an>%Creset %C(yellow)%d%Creset' --date=short
         struct = log --graph --full-history --all --pretty=format:'%ad %s %Creset %C(yellow)%d%Creset' --date=short --simplify-by-decoration
        co = checkout
        ci = commit