Skip to content

Commit 8ee183a

Browse files
committed
docs: missing documentation comment
1 parent f46c360 commit 8ee183a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/git2/stash.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ typedef enum {
8181
GIT_STASH_APPLY_REINSTATE_INDEX = (1 << 0),
8282
} git_stash_apply_flags;
8383

84+
/** Stash apply progression states */
8485
typedef enum {
8586
GIT_STASH_APPLY_PROGRESS_NONE = 0,
8687

0 commit comments

Comments
 (0)