alias mcommit='svn commit --no-auth-cache --username=mikej'
alias bcommit='svn commit --no-auth-cache --username=brian'
alias icommit='svn commit --no-auth-cache --username=intralanman'
+alias bgit='git commit --author "Brian West <brian@freeswitch.org>"'
+alias mgit='git commit --author "Mike Jerris <mike@freeswitch.org>"'
+alias tgit='git commit --author "Anthony Minessale <anthm@freeswitch.org>"'
+alias igit='git commit --author "Raymond Chandler <intralanman@freeswitch.org>"'
alias dp='emacs /usr/local/freeswitch/conf/dialplan/default.xml'
alias fstop='top -p `cat /usr/local/freeswitch/run/freeswitch.pid`'
alias fsgdb='gdb /usr/local/freeswitch/bin/freeswitch `cat /usr/local/freeswitch/run/freeswitch.pid`'