diff options
author | Stefan Beller <sbeller@google.com> | 2016-03-29 18:27:45 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-03-30 13:09:48 -0700 |
commit | c1e06d11c7ab67080f0a08cd60b84c329442abb4 (patch) | |
tree | 71e93d2501b0794f1a7699e924bf6ba1e19ac4f2 /Documentation/git-diff.txt | |
parent | submodule update: align reporting path for custom command execution (diff) | |
download | tgif-c1e06d11c7ab67080f0a08cd60b84c329442abb4.tar.xz |
submodule update: test recursive path reporting from subdirectory
This patch is just a test and fixes no bug as there is currently no bug
in the path handling of `submodule update`.
In `submodule update` we make a call to `submodule--helper list --prefix
"$wt_prefix"` which looks a bit brittle and likely to introduce a bug
for the path handling. It is not a bug as the prefix is ignored inside
the submodule helper for now. If this test breaks eventually, we want
to make sure the `wt_prefix` is passed correctly into recursive submodules.
Hint: In recursive submodules we expect `wt_prefix` to be empty.
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-diff.txt')
0 files changed, 0 insertions, 0 deletions