Searched defs:git_checkout_options (Results 1 – 1 of 1) sorted by relevance
263 typedef struct git_checkout_options { struct264 unsigned int version; /**< The version */266 unsigned int checkout_strategy; /**< default will be a safe checkout */268 int disable_filters; /**< don't apply filters like CRLF conversion */269 unsigned int dir_mode; /**< default is 0755 */270 unsigned int file_mode; /**< default is 0644 or 0755 as dictated by blob */271 int file_open_flags; /**< default is O_CREAT | O_TRUNC | O_WRONLY */273 unsigned int notify_flags; /**< see `git_checkout_notify_t` above */279 git_checkout_notify_cb notify_cb;282 void *notify_payload;[all …]