Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-08-03 01:30:41 +0300
committerJunio C Hamano <gitster@pobox.com>2018-08-03 01:30:41 +0300
commitaf8ac73801eebf0f3690c3875751eb9e108ceda8 (patch)
tree249972b860396750d38bca79bb0e15c001bbcf8c /object.h
parent50858edd1aa063d3ee2ecb48672c43630cea9070 (diff)
parentec06283844a90c3e9440286401e9ad7d86daa5ae (diff)
Merge branch 'jt/fetch-pack-negotiator'
Code restructuring and a small fix to transport protocol v2 during fetching. * jt/fetch-pack-negotiator: fetch-pack: introduce negotiator API fetch-pack: move common check and marking together fetch-pack: make negotiation-related vars local fetch-pack: use ref adv. to prune "have" sent fetch-pack: directly end negotiation if ACK ready fetch-pack: clear marks before re-marking fetch-pack: split up everything_local()
Diffstat (limited to 'object.h')
-rw-r--r--object.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/object.h b/object.h
index 3afd123d73..7227b97166 100644
--- a/object.h
+++ b/object.h
@@ -54,7 +54,8 @@ struct object_array {
/*
* object flag allocation:
* revision.h: 0---------10 2526
- * fetch-pack.c: 0----5
+ * fetch-pack.c: 01
+ * negotiator/default.c: 2--5
* walker.c: 0-2
* upload-pack.c: 4 11----------------19
* builtin/blame.c: 12-13