Hi, Junio C Hamano <gitster <at> pobox.com> writes: > > Jens Lehmann (2): > Let check_preimage() use memset() to initialize "struct checkout" > Teach diff --submodule and status to handle .git files in submodules > This breaks git-status on Windows, if repository has submodule(s). "fatal: chdir in start_command() not implemented" It comes from run-command.c line 345: if (cmd->dir) die("chdir in start_command() not implemented"); Commit (eee49b6ce4b7b3fed28794676c67ad3609f658ac) message says: "While at it, is_submodule_modified() was cleaned up to use the "dir" member of "struct child_process" instead of setting the GIT_WORK_TREE and GIT_DIR environment variables." Z. -- 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