I upgraded Git a couple months ago and since then I\'ve been receiving the following deprecation notice upon attempting git add --update:
git add --update
The first answer is not completely correct. In the context of git-add, the :/ cannot be a revision. It is a pathspec. See my answer to the related question "What does "git add -A :/" do?".
git-add
:/
pathspec is defined in gitglossary(7).