Skip to content

Commit aebdee8

Browse files
author
Edward Thomson
authored
Update include/git2/checkout.h
1 parent 958205a commit aebdee8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

include/git2/checkout.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,10 @@ typedef enum {
177177
/** Normally checkout writes the index upon completion; this prevents that. */
178178
GIT_CHECKOUT_DONT_WRITE_INDEX = (1u << 23),
179179

180-
/** Stop checkout after the notifications happend but before the working directory is touched. */
180+
/**
181+
* Show what would be done by a checkout. Stop after sending
182+
* notifications; don't update the working directory or index.
183+
*/
181184
GIT_CHECKOUT_DRY_RUN = (1u << 24),
182185

183186
/**

0 commit comments

Comments
 (0)