Merge branch 'po/doc-add-renormalize'
Documentation for "git add --renormalize" has been improved. * po/doc-add-renormalize: doc add: renormalize is not idempotent for CRCRLF
This commit is contained in:
@ -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
|
forcibly add them again to the index. This is useful after
|
||||||
changing `core.autocrlf` configuration or the `text` attribute
|
changing `core.autocrlf` configuration or the `text` attribute
|
||||||
in order to correct files added with wrong CRLF/LF line endings.
|
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::
|
--chmod=(+|-)x::
|
||||||
Override the executable bit of the added files. The executable
|
Override the executable bit of the added files. The executable
|
||||||
|
Reference in New Issue
Block a user