Ramkumar Ramachandra <artagnon@xxxxxxxxx> writes: > -'git diff' [options] [--] [<path>...]:: > +'git diff' [options] [[--] [<path>...]]:: You can say "git diff A B --" without any path "git diff A B pathspec" without any double-dashes "git diff -- pathspec" and all three of them are expressed by versions before or after the patch, so there is no change in the semantics introduced by this patch. While the update might be logically more correct, it looks to me that the only end-user visibile effect of it is to make the end result harder to read. -- 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