зеркало из https://github.com/microsoft/git.git
Merge upstreamable patches
Includes commits from these pull requests: #188 Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
This commit is contained in:
Коммит
26f52f4e7c
|
@ -613,11 +613,12 @@ error:
|
|||
for (i = 0; i < want_obj->nr; i++) {
|
||||
struct object *o = want_obj->objects[i].item;
|
||||
if (!is_our_ref(o)) {
|
||||
warning("git upload-pack: not our ref %s",
|
||||
oid_to_hex(&o->oid));
|
||||
packet_writer_error(writer,
|
||||
"upload-pack: not our ref %s",
|
||||
oid_to_hex(&o->oid));
|
||||
die("git upload-pack: not our ref %s",
|
||||
oid_to_hex(&o->oid));
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче