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.
26 # Shortcuts for often used commands.
37 glog = log --pretty=oneline --graph --all
51 fs = fsck --strict --full
57 # Detect copies and renames.
60 # Allow diffing of PDF files. `pdftotext-` is a wrapper around pdftotext which
74 # When using git format-patch use threads and add all patches as
75 # replies to the first one.