Unverified Commit aebdee8e by Edward Thomson Committed by GitHub

Update include/git2/checkout.h

parent 958205a3
...@@ -177,7 +177,10 @@ typedef enum { ...@@ -177,7 +177,10 @@ typedef enum {
/** Normally checkout writes the index upon completion; this prevents that. */ /** Normally checkout writes the index upon completion; this prevents that. */
GIT_CHECKOUT_DONT_WRITE_INDEX = (1u << 23), GIT_CHECKOUT_DONT_WRITE_INDEX = (1u << 23),
/** Stop checkout after the notifications happend but before the working directory is touched. */ /**
* Show what would be done by a checkout. Stop after sending
* notifications; don't update the working directory or index.
*/
GIT_CHECKOUT_DRY_RUN = (1u << 24), GIT_CHECKOUT_DRY_RUN = (1u << 24),
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment