We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8c8de commit efae7ceCopy full SHA for efae7ce
Documentation/git-add.txt
@@ -188,7 +188,9 @@ for "git add --no-all <pathspec>...", i.e. ignored removed files.
188
forcibly add them again to the index. This is useful after
189
changing `core.autocrlf` configuration or the `text` attribute
190
in order to correct files added with wrong CRLF/LF line endings.
191
- This option implies `-u`.
+ This option implies `-u`. Lone CR characters are untouched, thus
192
+ while a CRLF cleans to LF, a CRCRLF sequence is only partially
193
+ cleaned to CRLF.
194
195
--chmod=(+|-)x::
196
Override the executable bit of the added files. The executable
0 commit comments