Lines Matching full:on

32 	/** System-wide on Windows, for compatibility with portable git */
35 /** System-wide configuration file; /etc/gitconfig on Linux systems */
46 /** Repository specific configuration file; $WORK_DIR/.git/config on
118 * may be used on any `git_config` call to load the
137 * may be used on any `git_config` call to load the
193 * Add an on-disk config file instance to an existing config
195 * The on-disk file pointed at by `path` will be opened and
205 * Further queries on this config object will access each
215 * @return 0 on success, GIT_EEXISTS when adding more than one file
227 * Create a new config instance containing a single on-disk file
235 * @param path Path to the on-disk file to open
236 * @return 0 on success, or an error code
244 * on a single specific level.
379 * This function can only be used on snapshot config objects. The
413 * The callback will be called on each variable found
415 * The regular expression is applied case-sensitively on the normalized form of
423 * @param callback the function to be called on each value of the variable
431 * The regular expression is applied case-sensitively on the normalized form of
512 * The regular expression is applied case-sensitively on the value.
533 * The regular expression is applied case-sensitively on the value.
544 * Perform an operation on each config variable.
555 * @param callback the function to call on each variable
557 * @return 0 on success, non-zero callback return value, or error code
581 * The regular expression is applied case-sensitively on the normalized form of
592 * Perform an operation on each config variable matching a regular expression.
598 * The regular expression is applied case-sensitively on the normalized form of
602 * The regular expression is applied case-sensitively on the normalized form of
607 * @param callback the function to call on each variable
632 * On any "false" value for the variable (e.g. "false", "FALSE", "no"), the
649 * @return 0 on success, error code otherwise
675 * Valid values for true are: 'true', 'yes', 'on', 1 or any
724 * Perform an operation on each config variable in a given config backend,
730 * The regular expression is applied case-sensitively on the normalized form of
736 * @param callback the function to call on each variable