legittt resetting works now too

This commit is contained in:
Peter Cottle 2012-09-14 18:48:24 -07:00
parent acd04d6d00
commit a93a16f06f
2 changed files with 31 additions and 1 deletions

View file

@ -143,7 +143,7 @@ OptionParser.prototype.getMasterOptionMap = function() {
return {
commit: {
'--amend': false,
'-a': false,
'-a': false, // warning
'-am': false
},
add: {},
@ -156,6 +156,7 @@ OptionParser.prototype.getMasterOptionMap = function() {
},
reset: {
'--hard': false,
'--soft': false, // this will raise and error but we catch it in gitEngine
},
merge: {},
rebase: {},