All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
   2         name = martin f. krafft
 
   3         email = madduck@madduck.net
 
   6         pager = "less --quit-if-one-screen --raw-control-chars --no-init --hilite-search --SILENT"
 
   8         editor = sensible-editor +start
 
  14         dist = "!git archive --format=tar -v --prefix=$(git describe HEAD | sed -e 's,-,///,;s,-,+,g;s,///,-,')/ HEAD | gzip -9 > ../$(git describe HEAD | sed -e 's,-,///,;s,-,+,g;s,///,-,').tar.gz"
 
  15         ddist = "!git dist && mv ../$(git describe HEAD | sed -e 's,-,///,;s,-,+,g;s,///,-,').tar.gz ../$(git describe HEAD | sed -e 's,-,_,;s,-,+,g').orig.tar.gz"
 
  16         files = ls-files -v --deleted --modified --others --directory --no-empty-directory --exclude-standard
 
  17         sum = log --pretty=format:\"%h %Cblue%ci%Creset %Cgreen%cn%Creset %s\"
 
  18         unstage = restore --staged
 
  19         sq = "!merge_squash_commit() { git merge --squash \"$1\" && git commit -m \"$1 squash\"; }; merge_squash_commit"
 
  20         fixup = "!fixup_commit() { local c=\"$1\"; shift; git commit --fixup=\"$c\" \"$@\"; }; fixup_commit"
 
  21         lst = "!cd $GIT_PREFIX && git status | grep -E --color=never -e '^([^[:space:]]|$|[[:space:]]+[^.( ])'"
 
  26         autosetuprebase = remote
 
  29 [merge "dpkg-mergechangelogs"]
 
  30         name = debian/changelog merge driver
 
  31         driver = dpkg-mergechangelogs -m %O %A %B %A
 
  40 [url "ssh://git@git.madduck.net/madduck/"]
 
  42 [url "git://git.madduck.net/madduck/pub/"]
 
  43         insteadOf = madduck-anon:
 
  44 [url "ssh://git@git.madduck.net/madduck/pub/"]
 
  45         pushInsteadOf = madduck-anon:
 
  46 [url "ssh://git@git.madduck.net/madduck/pub/"]
 
  47         pushInsteadOf = git://git.madduck.net/madduck/pub/
 
  48 [url "ssh://git.madduck.net/madduck/pub/"]
 
  49         insteadOf = madduck-pub:
 
  50 [url "ssh://git@git.madduck.net/gitolite-admin"]
 
  51         insteadOf = gitolite-admin:
 
  52 [url "ssh://git@admin.madduck.net/"]
 
  54 [url "ssh://git@git.int.toni.immo/"]
 
  60         assume8bitEncoding = true