[Origin] few updates

This commit is contained in:
Peter Cottle 2013-05-27 11:04:47 -07:00
parent 29415cb525
commit aba8265a00
7 changed files with 42 additions and 15 deletions

View file

@ -62,7 +62,7 @@ var regexMap = {
'git show': /^git +show($|\s)/,
'git status': /^git +status($|\s)/,
'git cherry-pick': /^git +cherry-pick($|\s)/,
'git fakeTeamwork': /^git +fakeTeamwork *?$/,
'git fakeTeamwork': /^git +fakeTeamwork($|\s)/,
'git fetch': /^git +fetch *?$/,
'git pull': /^git +pull($|\s)/,
'git clone': /^git +clone *?$/