Junio C Hamano <gitster@xxxxxxxxx> writes: > * "git status" is not "git commit --dry-run" anymore. This change does > not affect you if you run the command without pathspec. This is not exactly true, since the list of command line options of the new "status" are different. For example, the change affect people who've been taught to always use "git commit" and "git status" with -a. I suggest s/pathspec/argument/ in the sentence above: * "git status" is not "git commit --dry-run" anymore. This change does not affect you if you run the command without argument. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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