-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config.txt: move apply.* to a separate file
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
11 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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
apply.ignoreWhitespace:: | ||
When set to 'change', tells 'git apply' to ignore changes in | ||
whitespace, in the same way as the `--ignore-space-change` | ||
option. | ||
When set to one of: no, none, never, false tells 'git apply' to | ||
respect all whitespace differences. | ||
See linkgit:git-apply[1]. | ||
|
||
apply.whitespace:: | ||
Tells 'git apply' how to handle whitespaces, in the same way | ||
as the `--whitespace` option. See linkgit:git-apply[1]. |