We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c94bb commit ae0c89dCopy full SHA for ae0c89d
t/t5318-commit-graph.sh
@@ -8,7 +8,8 @@ test_expect_success 'setup full repo' '
8
cd "$TRASH_DIRECTORY/full" &&
9
git init &&
10
git config core.commitGraph true &&
11
- objdir=".git/objects"
+ objdir=".git/objects" &&
12
+ test_oid_init
13
'
14
15
test_expect_success 'verify graph with no graph file' '
@@ -273,7 +274,7 @@ test_expect_success 'git commit-graph verify' '
273
274
275
NUM_COMMITS=9
276
NUM_OCTOPUS_EDGES=2
-HASH_LEN=20
277
+HASH_LEN="$(test_oid rawsz)"
278
GRAPH_BYTE_VERSION=4
279
GRAPH_BYTE_HASH=5
280
GRAPH_BYTE_CHUNK_COUNT=6
0 commit comments