Welcome to mirror list, hosted at ThFree Co, Russian Federation.

add.txt « config « Documentation - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3e859f34197bc43c8d266ec04d569e5353dae27e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
add.ignoreErrors::
add.ignore-errors (deprecated)::
	Tells 'git add' to continue adding files when some files cannot be
	added due to indexing errors. Equivalent to the `--ignore-errors`
	option of linkgit:git-add[1].  `add.ignore-errors` is deprecated,
	as it does not follow the usual naming convention for configuration
	variables.

add.interactive.useBuiltin::
	Set to `false` to fall back to the original Perl implementation of
	the interactive version of linkgit:git-add[1] instead of the built-in
	version. Is `true` by default.