fix .addAll

This commit is contained in:
2016-12-31 23:17:03 +01:00
parent 07fd9b9fa7
commit 871fd55c5c
5 changed files with 16 additions and 13 deletions
+2 -1
View File
@@ -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
*/
+5 -4
View File
File diff suppressed because one or more lines are too long