diff options
author | Stefan Beller <sbeller@google.com> | 2018-06-20 15:32:53 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-06-25 09:06:15 -0700 |
commit | ba95d4e4bdf03badef6bc5c44bc059464f3e79d3 (patch) | |
tree | 4663a81fbe40f08c48973a19ee502ff5d694e91c /editor.c | |
parent | Git 2.16.4 (diff) | |
download | tgif-ba95d4e4bdf03badef6bc5c44bc059464f3e79d3.tar.xz |
submodule.c: report the submodule that an error occurs in
When an error occurs in updating the working tree of a submodule in
submodule_move_head, tell the user which submodule the error occurred in.
The call to read-tree contains a super-prefix, such that the read-tree
will correctly report any path related issues, but some error messages
do not contain a path, for example:
~/gerrit$ git checkout --recurse-submodules origin/master
~/gerrit$ fatal: failed to unpack tree object 07672f31880ba80300b38492df9d0acfcd6ee00a
Give the hint which submodule has a problem.
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'editor.c')
0 files changed, 0 insertions, 0 deletions