Skip to content

Commit

Permalink
Add link to status documentation
Browse files Browse the repository at this point in the history
Closes #939
  • Loading branch information
steveukx committed Aug 5, 2023
1 parent bf62036 commit eee77c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion simple-git/typings/response.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,9 @@ export interface FileStatusResult {
index: string;

/** Second digit of the status code of the file. Represents status of the working directory
if no merge conflicts, otherwise represents status of other side of a merge. */
if no merge conflicts, otherwise represents status of other side of a merge.
See https://git-scm.com/docs/git-status#_short_format for full documentation of possible
values and their meanings. */
working_dir: string;
}

Expand Down

0 comments on commit eee77c2

Please sign in to comment.