Scm/Git/Repo.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 13 Sep 2011 13:33:33 +0000 (21:33 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 13 Sep 2011 13:33:33 +0000 (21:33 +0800)
Scm/Git/Repo.js

index d73b3ff..06341c4 100644 (file)
@@ -595,6 +595,8 @@ Repo = XObject.define(
         } ,
         add : function (files )
         {
+            // should really find out if these are untracked files each..
+            
             var ar = [
                 'add',
                 { '': true }