fix .addAll
This commit is contained in:
Vendored
+2
-1
@@ -12,8 +12,9 @@ export declare class GitRepo {
|
||||
check(): boolean;
|
||||
/**
|
||||
* stage all files in working directory
|
||||
* @executes SYNC
|
||||
*/
|
||||
addAll(dirPathArg: string): q.Promise<{}>;
|
||||
addAll(): q.Promise<{}>;
|
||||
/**
|
||||
* add a remote to the GitRepo
|
||||
*/
|
||||
|
||||
Vendored
+5
-4
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user