Spec out more $git methods

This commit is contained in:
Kevin Sawicki
2012-10-24 18:27:19 -07:00
committed by Corey Johnson
parent 1b42bd9662
commit c425b58093

View File

@@ -3,4 +3,11 @@ var $git = {};
native function isRepository(path);
$git.isRepository = isRepository;
native function getRepository(path);
$git.getRepository = getRepository;
native function getCurrentBranch(repository);
$git.getCurrentBranch = getCurrentBranch;
})();