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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2019-07-02 13:11:32 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-07-02 13:11:32 +0300
commitac10ef308bc60d6379d5f4ef0361b3d70c96ca56 (patch)
tree7d14d0d1651bb556b674b22b0c89d238a5e9552e
parentda4685b28ff5f98f63ca04d2eb9faae1dceca212 (diff)
Mention sourcejv-git-index-radix
-rw-r--r--internal/git/packfile/index.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/git/packfile/index.go b/internal/git/packfile/index.go
index 75bf50106..21655ef00 100644
--- a/internal/git/packfile/index.go
+++ b/internal/git/packfile/index.go
@@ -258,6 +258,7 @@ const (
nBuckets = 1 << digitSize
)
+// ComputePackfileOrder is based on https://github.com/git/git/blob/master/pack-revindex.c
func (idx *Index) ComputePackfileOrder() {
if len(idx.ObjectsPackfileOrder) > 0 {
return