Re: [ANNOUNCE] Git 1.7.1.rc1
From: ZoltánFüzesi <hidden>
Date: 2016-06-15 22:48:36
From: ZoltánFüzesi <hidden>
Date: 2016-06-15 22:48:36
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.