Lines Matching full:on
73 * Bitmasks for on-disk fields of `git_index_entry`'s `flags`
76 * value both in memory and on disk. You can use them to interpret the
100 * Bitmasks for on-disk fields of `git_index_entry`'s `flags_extended`
105 * `GIT_INDEX_ENTRY_EXTENDED_FLAGS` will get saved on-disk.
108 * `git_index_entry` `flags_extended` value that belong on disk. You
175 * any Index methods which rely on these (e.g. index_add_bypath)
234 * @return 0 on success, -1 on failure
239 * Get index on-disk version.
251 * Set index on-disk version.
259 * @return 0 on success, -1 on failure
268 * changes and always reloads the on-disk index data. If there is no
269 * on-disk version, the index will be cleared.
274 * there are changes on disk, unwritten in-memory changes are discarded.
292 * Get the full path to the index file on disk.
304 * index does not exist on-disk, it will be zeroed out.
338 * @return 0 on success, GIT_EUNMERGED when the index is not clean
355 * @return 0 on success, GIT_EUNMERGED when the index is not clean
364 * These functions work on index entries, and allow for raw manipulation
386 * @return 0 on success, error code < 0 on failure
448 * 'source_entry' will be inserted on the index.
504 * @return 0, GIT_ITEROVER on iteration completion or an error code
521 * These functions work on index entries specifically in the working
527 * Add or update an index entry from a file on disk
580 * Remove an index entry corresponding to a file on disk
615 * in the `pathspec` that is an exact match to a filename on disk is
626 * If you provide a callback function, it will be invoked on each matching
639 * @return 0 on success, negative callback return value, or error code
651 * If you provide a callback function, it will be invoked on each matching
661 * @return 0 on success, negative callback return value, or error code
679 * If you provide a callback function, it will be invoked on each matching
681 * or removed depending on working directory state). Return 0 to proceed
690 * @return 0 on success, negative callback return value, or error code
724 * These functions work on conflict index entries specifically (ie, stages 1-3)