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:
authorDerrick Stolee <stolee@gmail.com>2018-07-12 22:39:30 +0300
committerJunio C Hamano <gitster@pobox.com>2018-07-20 21:27:28 +0300
commit0d5b3a5ef72383f3b6fe93793be3bbd107a88eaa (patch)
tree0db83867d4bf65840e8bba0151f38a172ec0eb3f /t/t5319-multi-pack-index.sh
parentfe1ed56f5e482507b54a4fb491273f122c5fd9ea (diff)
midx: write object ids in a chunk
Signed-off-by: Derrick Stolee <dstolee@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5319-multi-pack-index.sh')
-rwxr-xr-xt/t5319-multi-pack-index.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t5319-multi-pack-index.sh b/t/t5319-multi-pack-index.sh
index e8da082c64..4813610115 100755
--- a/t/t5319-multi-pack-index.sh
+++ b/t/t5319-multi-pack-index.sh
@@ -7,8 +7,8 @@ midx_read_expect () {
NUM_PACKS=$1
{
cat <<-EOF &&
- header: 4d494458 1 1 $NUM_PACKS
- chunks: pack-names
+ header: 4d494458 1 2 $NUM_PACKS
+ chunks: pack-names oid-lookup
packs:
EOF
if test $NUM_PACKS -ge 1