Ulrich Windl venit, vidit, dixit 24.04.2009 13:24: > Hi, > > I'm unsure it exists already, but "git status" doesn't display the tracked files. > Would it make sense to have those reported with a "git status -v" (for verbose)? > (You know: I'm thinking about "cvs status"...) "git status" is basically "git commit --dry-run", which is different from "cvs/svn/hg status". "git diff --name-status" gives output similar to those. "git ls-files" allows to list all tracked files. Michael -- 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