зеркало из 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:
Коммит
357329cf8e
|
@ -777,11 +777,12 @@ error:
|
|||
for (i = 0; i < data->want_obj.nr; i++) {
|
||||
struct object *o = data->want_obj.objects[i].item;
|
||||
if (!is_our_ref(o, data->allow_uor)) {
|
||||
warning("git upload-pack: not our ref %s",
|
||||
oid_to_hex(&o->oid));
|
||||
packet_writer_error(&data->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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче