git diff-index
Terminology
—cached ¶ Do not consider the on-disk file at all.
—check ¶ Warn if changes introduce whitespace errors.
-G <regex> ¶ Look for differences whose added or removed line matches the given <regex>.
git diff-index ¶ Compares content and mode of blobs between the index and repository.
-S <string> ¶ Look for differences that introduce or remove an instance of <string>.
Facts, Thoughts and Opinions
Images
[[/div]]