From 9e7061771a258a5e8bdcd9eba5e330c0684bd561 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Tue, 19 Mar 2019 18:04:13 +0100 Subject: [PATCH] Git version 2.19.1 has new expanded output. --- book/01-introduction/sections/help.asc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/book/01-introduction/sections/help.asc b/book/01-introduction/sections/help.asc index 7c1efb77c..d16739aa8 100644 --- a/book/01-introduction/sections/help.asc +++ b/book/01-introduction/sections/help.asc @@ -35,12 +35,13 @@ usage: git add [] [--] ... -e, --edit edit current diff and apply -f, --force allow adding otherwise ignored files -u, --update update tracked files + --renormalize renormalize EOL of tracked files (implies -u) -N, --intent-to-add record only the fact that the path will be added later -A, --all add changes from all tracked and untracked files --ignore-removal ignore paths removed in the working tree (same as --no-all) --refresh don't add, only refresh the index --ignore-errors just skip files which cannot be added because of errors --ignore-missing check if - even missing - files are ignored in dry run - --chmod <(+/-)x> override the executable bit of the listed files + --chmod (+|-)x override the executable bit of the listed files ----