1 # Global Git configuration file.
9 email = simon@ruderich.org
16 # Can't use ~/ because of older git versions.
17 excludesfile = GITIGNORE
19 # Use pager for the following commands.
25 # Shortcuts for often used commands.
30 dc = diff --patience --cached
35 lp = log -p --patience
36 glog = log --pretty=oneline --graph --all
51 fs = fsck --strict --full
53 ssk = stash save --keep-index
59 # Detect copies and renames.
62 # Allow diffing of PDF files. `pdftotext-` is a wrapper around pdftotext which
67 textconv = sqlite3dump
78 # When using git format-patch use threads and add all patches as
79 # replies to the first one.