quick implementation of git status

This commit is contained in:
Peter Cottle 2012-10-20 18:12:37 -07:00
parent b944a23790
commit 51a92227c3
4 changed files with 30 additions and 1 deletions

View file

@ -117,7 +117,8 @@ var Command = Backbone.Model.extend({
revert: /^revert($|\s)/,
log: /^log($|\s)/,
merge: /^merge($|\s)/,
show: /^show($|\s)/
show: /^show($|\s)/,
status: /^status($|\s)/
};
},
@ -246,6 +247,7 @@ OptionParser.prototype.getMasterOptionMap = function() {
'-am': false, // warning
'-m': false
},
status: {},
log: {},
add: {},
branch: {