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

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
*/

File diff suppressed because one or more lines are too long