Skip to content

Commit 4b4be55

Browse files
committed
Merge branch 'po/doc-add-renormalize' into seen
Documentation for "git add --renormalize" has been improved. * po/doc-add-renormalize: doc add: renormalize is not idempotent for CRCRLF
2 parents e3367ec + 105ab5a commit 4b4be55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/git-add.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ for "git add --no-all <pathspec>...", i.e. ignored removed files.
188188
forcibly add them again to the index. This is useful after
189189
changing `core.autocrlf` configuration or the `text` attribute
190190
in order to correct files added with wrong CRLF/LF line endings.
191-
This option implies `-u`.
191+
This option implies `-u`. Lone CR characters are untouched, so
192+
cleaning not idempotent. A CRCRLF sequence cleans to CRLF.
192193

193194
--chmod=(+|-)x::
194195
Override the executable bit of the added files. The executable

0 commit comments

Comments
 (0)