We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958205a commit aebdee8Copy full SHA for aebdee8
include/git2/checkout.h
@@ -177,7 +177,10 @@ typedef enum {
177
/** Normally checkout writes the index upon completion; this prevents that. */
178
GIT_CHECKOUT_DONT_WRITE_INDEX = (1u << 23),
179
180
- /** Stop checkout after the notifications happend but before the working directory is touched. */
+ /**
181
+ * Show what would be done by a checkout. Stop after sending
182
+ * notifications; don't update the working directory or index.
183
+ */
184
GIT_CHECKOUT_DRY_RUN = (1u << 24),
185
186
/**
0 commit comments