diff options
author | Stefan Beller <sbeller@google.com> | 2017-03-31 16:17:32 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-04-02 09:51:03 -0700 |
commit | 17b254cda6dd77b1a91ac6f2946943e52698efa9 (patch) | |
tree | daab4649ea1392703c3b9edf202c61ce8d1bd3ac /t/t9117-git-svn-init-clone.sh | |
parent | 3b9e3c2cede15057af3ff8076c45ad5f33829436 (diff) | |
download | git-17b254cda6dd77b1a91ac6f2946943e52698efa9.tar.gz |
diff: submodule inline diff to initialize env array.sb/show-diff-for-submodule-in-diff-fix
David reported:
> When I try to run `git diff --submodule=diff` in a submodule which has
> it's own submodules that have changes I get the error: fatal: bad
> object.
This happens, because we do not properly initialize the environment
in which the diff is run in the submodule. That means we inherit the
environment from the main process, which sets environment variables.
(Apparently we do set environment variables which we do not set
when not in a submodules, i.e. the .git directory is linked)
This commit, just like fd47ae6a5b (diff: teach diff to display
submodule difference with an inline diff, 2016-08-31) introduces bad
test code (i.e. hard coded hash values), which will be cleanup up in
a later patch.
Reported-by: David Parrish <daveparrish@gmail.com>
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9117-git-svn-init-clone.sh')
0 files changed, 0 insertions, 0 deletions