зеркало из https://github.com/microsoft/git.git
Merge branch 'po/doc-add-renormalize' into maint
Documentation for "git add --renormalize" has been improved. source: <20220810144450.470-2-philipoakley@iee.email> * po/doc-add-renormalize: doc add: renormalize is not idempotent for CRCRLF
This commit is contained in:
Коммит
842c912fc7
|
@ -188,7 +188,9 @@ for "git add --no-all <pathspec>...", i.e. ignored removed files.
|
|||
forcibly add them again to the index. This is useful after
|
||||
changing `core.autocrlf` configuration or the `text` attribute
|
||||
in order to correct files added with wrong CRLF/LF line endings.
|
||||
This option implies `-u`.
|
||||
This option implies `-u`. Lone CR characters are untouched, thus
|
||||
while a CRLF cleans to LF, a CRCRLF sequence is only partially
|
||||
cleaned to CRLF.
|
||||
|
||||
--chmod=(+|-)x::
|
||||
Override the executable bit of the added files. The executable
|
||||
|
|
Загрузка…
Ссылка в новой задаче