fake teamwork done

This commit is contained in:
Peter Cottle 2013-05-26 21:58:57 -07:00
parent cbcd489a31
commit 3a23973a9a
7 changed files with 127 additions and 21 deletions

View file

@ -62,6 +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 originInit': /^git +originInit *?$/
};
@ -147,7 +148,8 @@ GitOptionParser.prototype.getMasterOptionMap = function() {
},
revert: {},
show: {},
originInit: {}
originInit: {},
fakeTeamwork: {}
};
};