Lines Matching full:files

32  * working directory for actual files, and the index for staged changes.
41 * discarding modified files).
60 * files. The default behavior will cancel checkout on conflicts.
75 * - GIT_CHECKOUT_REMOVE_UNTRACKED means remove untracked files (i.e. not
78 * - GIT_CHECKOUT_REMOVE_IGNORED means remove ignored files (that are also
81 * - GIT_CHECKOUT_UPDATE_ONLY means to only update the content of files that
82 * already exist. Files will not be created nor deleted. This just skips
86 * updated files' information to the index.
92 * files with unmerged index entries instead. GIT_CHECKOUT_USE_OURS and
94 * stage 2 ("ours") or stage 3 ("theirs") version of files in the index.
96 * - GIT_CHECKOUT_DONT_OVERWRITE_IGNORED prevents ignored files from being
97 * overwritten. Normally, files that are ignored in the working directory
102 * files or folders that fold to the same name on case insensitive
103 * filesystems. This can cause files to retain their existing names
111 * If the uncommitted changes don't conflict with the checked out files,
128 /** Allow checkout to recreate missing files */
134 /** Remove untracked files not in index (that are not ignored) */
137 /** Remove ignored files not in index */
140 /** Only update existing files, don't create new ones */
152 /** Allow checkout to skip unmerged files */
154 /** For unmerged files, checkout stage 2 from index */
156 /** For unmerged files, checkout stage 3 from index */
165 /** Don't overwrite ignored files that exist in the checkout target */
168 /** Write normal merge files for conflicts */
171 /** Include common ancestor data in diff3 format files for conflicts */
174 /** Don't overwrite existing files or folders */
199 * - GIT_CHECKOUT_NOTIFY_DIRTY notifies about "dirty" files, i.e. those that
201 * displays these files when checkout runs, but won't stop the checkout.
205 * - GIT_CHECKOUT_NOTIFY_UNTRACKED notifies about untracked files.
207 * - GIT_CHECKOUT_NOTIFY_IGNORED notifies about ignored files.
213 * Notification callbacks are made prior to modifying any files on disk,
214 * so canceling on any notification will still happen prior to any files
346 * Updates files in the index and the working tree to match the content of
367 * Updates files in the working tree to match the content of the index.
381 * Updates files in the index and working tree to match the content of the