mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Spec out more $git methods
This commit is contained in:
committed by
Corey Johnson
parent
1b42bd9662
commit
c425b58093
@@ -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;
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user