Skip to content

Commit

Permalink
config.txt: move add.* to a separate file
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
pclouds authored and gitster committed Oct 29, 2018
1 parent 1a394fa commit 29120d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 1 addition & 7 deletions Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -291,13 +291,7 @@ include::config/advice.txt[]

include::config/core.txt[]

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.
include::config/add.txt[]

alias.*::
Command aliases for the linkgit:git[1] command wrapper - e.g.
Expand Down
7 changes: 7 additions & 0 deletions Documentation/config/add.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
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.

0 comments on commit 29120d8

Please sign in to comment.