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.
36 glog = log --pretty=oneline --graph --all
50 fs = fsck --strict --full
56 # Detect copies and renames.
59 # Allow diffing of PDF files. `pdftotext-` is a wrapper around pdftotext which
73 # When using git format-patch use threads and add all patches as
74 # replies to the first one.