Skip to content

Commit 9e70617

Browse files
committed
Git version 2.19.1 has new expanded output.
1 parent 642104f commit 9e70617

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

book/01-introduction/sections/help.asc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@ usage: git add [<options>] [--] <pathspec>...
3535
-e, --edit edit current diff and apply
3636
-f, --force allow adding otherwise ignored files
3737
-u, --update update tracked files
38+
--renormalize renormalize EOL of tracked files (implies -u)
3839
-N, --intent-to-add record only the fact that the path will be added later
3940
-A, --all add changes from all tracked and untracked files
4041
--ignore-removal ignore paths removed in the working tree (same as --no-all)
4142
--refresh don't add, only refresh the index
4243
--ignore-errors just skip files which cannot be added because of errors
4344
--ignore-missing check if - even missing - files are ignored in dry run
44-
--chmod <(+/-)x> override the executable bit of the listed files
45+
--chmod (+|-)x override the executable bit of the listed files
4546
----
4647

0 commit comments

Comments
 (0)