fix .addAll
This commit is contained in:
3
dist/smartgit.classes.gitrepo.d.ts
vendored
3
dist/smartgit.classes.gitrepo.d.ts
vendored
@ -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
|
||||
*/
|
||||
|
9
dist/smartgit.classes.gitrepo.js
vendored
9
dist/smartgit.classes.gitrepo.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user