Eric Frederich <eric.frederich@xxxxxxxxx> writes: > This is from "git help diff". It seems to imply that I should be able to do it. > It mentions nothing of the index. Most of the documentation on early subcommands (and "git diff" certainly is one of the early subcommands) were written back when everybody knew that Git almost always talks about _tracked_ files that are known to the index, and the only time it even cares about untracked ones that are not in the index was when it tries to help users by reminding what the user may have forgot to "git add". Documentation pages do not bother repeating "this only looks at tracked paths" for this reason; Git is about tracked files by default. Perhaps you can suggest how to improve the description of commands without being too repetitive? Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html