Scm/Git/Repo.js
authorAlan Knowles <alan@akbkhome.com>
Sat, 17 Sep 2011 04:37:56 +0000 (12:37 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 17 Sep 2011 04:37:56 +0000 (12:37 +0800)
Scm/Git/Repo.js

index 4d3a210..4147ac0 100644 (file)
@@ -602,6 +602,17 @@ Repo = XObject.define(
                 _t.git([ 'add', { '': true }, f ]);
             });  
         },
+        /**
+         * commit:
+         *
+         * @argument {Object} cfg commit configuration
+         * @property {String} name
+         * @property {String} email 
+         * @property {String} changed (date) 
+         * @property {Array} files - the files that have changed. 
+         * 
+         */
+         
         commit : function( cfg )
         {