summaryrefslogtreecommitdiff
path: root/builtin/pack-objects.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-04-22 13:42:49 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-04-22 13:42:49 -0700
commita768f866e9233b758cb21e25c7b8c985b0009c1f (patch)
tree1b411eb4c59a9e648a50c1dfe829d89418d0b30b /builtin/pack-objects.c
parentMerge branch 'jm/gitweb-fastcgi-utf8' (diff)
parentoidset: stop referring to sha1-array (diff)
downloadtgif-a768f866e9233b758cb21e25c7b8c985b0009c1f.tar.xz
Merge branch 'jk/oid-array-cleanups'
Code cleanup. * jk/oid-array-cleanups: oidset: stop referring to sha1-array ref-filter: stop referring to "sha1 array" bisect: stop referring to sha1_array test-tool: rename sha1-array to oid-array oid_array: rename source file from sha1-array oid_array: use size_t for iteration oid_array: use size_t for count and allocation
Diffstat (limited to 'builtin/pack-objects.c')
-rw-r--r--builtin/pack-objects.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/pack-objects.c b/builtin/pack-objects.c
index dc7c58ce3f..fdd18c7ccb 100644
--- a/builtin/pack-objects.c
+++ b/builtin/pack-objects.c
@@ -26,7 +26,7 @@
#include "pack-bitmap.h"
#include "delta-islands.h"
#include "reachable.h"
-#include "sha1-array.h"
+#include "oid-array.h"
#include "argv-array.h"
#include "list.h"
#include "packfile.h"