mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Merge branch 'jt/submodule-fetch-errmsg'
Error message update. * jt/submodule-fetch-errmsg: submodule: explain first attempt failure clearly
This commit is contained in:
@@ -1548,6 +1548,13 @@ static int fetch_finish(int retvalue, struct strbuf *err,
|
||||
struct oid_array *commits;
|
||||
|
||||
if (retvalue)
|
||||
/*
|
||||
* NEEDSWORK: This indicates that the overall fetch
|
||||
* failed, even though there may be a subsequent fetch
|
||||
* by commit hash that might work. It may be a good
|
||||
* idea to not indicate failure in this case, and only
|
||||
* indicate failure if the subsequent fetch fails.
|
||||
*/
|
||||
spf->result = 1;
|
||||
|
||||
if (!task || !task->sub)
|
||||
|
||||
Reference in New Issue
Block a user