-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jean-Noël Avila <[email protected]>
- Loading branch information
Showing
53 changed files
with
3,422 additions
and
3,159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
GIT_VERSION = 2.47.0 | ||
GIT_VERSION=2.47.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,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.ignoreErrors`:: | ||
`add.ignore-errors` (deprecated):: | ||
Tells `git add` to continue adding files when some files cannot be | ||
added due to indexing errors. | ||
ifdef::git-add[] | ||
Equivalent to the `--ignore-errors` option. | ||
endif::git-add[] | ||
ifndef::git-add[] | ||
Equivalent to the `--ignore-errors` option of linkgit:git-add[1]. | ||
endif::git-add[] | ||
`add.ignore-errors` is deprecated, as it does not follow the usual | ||
naming convention for configuration variables. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.