test_git.js
authorAlan Knowles <alan@akbkhome.com>
Sun, 18 Sep 2011 14:03:12 +0000 (22:03 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 18 Sep 2011 14:03:12 +0000 (22:03 +0800)
test_git.js

index b0128ad..8b618a5 100644 (file)
@@ -14,22 +14,5 @@ var hist = repo.history('/', false, 'rev', 'github..master');
 
 
 print(JSON.stringify(hist,null,4));
-/*
-
-var Git = imports.Git.Git;
-var git = new Git('/home/alan/gitlive/roojs1');
-git.async = true;
-var out = git.run(
-{ 'no-pager' : true },  
-   'log',
-   'github..master',
-   { 'no-color' : true },
-   { 'raw' : true },
-   { 'numstat' : true },
-   { 'date' : 'rfc' }  
-);
-print(out);
-*/
-Gtk.main();
\ No newline at end of file
+  
+//Gtk.main();
\ No newline at end of file