Fixes Issue #7

This commit is contained in:
Peter Cottle 2013-02-16 15:35:08 -08:00
parent 168852b293
commit 19792440f8
10 changed files with 78 additions and 3 deletions

View file

@ -4,6 +4,9 @@ exports.level = {
"solutionCommand": "git commit;git commit",
"startTree": "{\"branches\":{\"master\":{\"target\":\"C1\",\"id\":\"master\"}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}",
"hint": "Just type in 'git commit' twice to finish!",
"disabledMap" : {
"git revert": true
},
"startDialog": {
"childViews": [
{