3 email = pho@cielonegro.org
4 signingkey = pho@cielonegro.org
9 compactionHeuristic = true
21 gl = log --stat --graph
22 pullall = "!f(){ git pull \"$@\" && git submodule update --init --recursive; }; f"
23 review = "!f(){ git push origin HEAD:refs/for/${1-master}; }; f"
24 draft = "!f(){ git push origin HEAD:refs/drafts/${1-master}; }; f"