Skip to content

Commit 26057b9

Browse files
committed
fixup??? backfill: add --sparse option
The `backfill` tests sent to upstream have changed format dramatically. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent d32c4ca commit 26057b9

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

t/t6601-path-walk.sh

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -186,21 +186,21 @@ test_expect_success 'base & topic, sparse' '
186186
test-tool path-walk --stdin-pl -- base topic <patterns >out &&
187187
188188
cat >expect <<-EOF &&
189-
COMMIT::$(git rev-parse topic)
190-
COMMIT::$(git rev-parse base)
191-
COMMIT::$(git rev-parse base~1)
192-
COMMIT::$(git rev-parse base~2)
189+
0:commit::$(git rev-parse topic)
190+
0:commit::$(git rev-parse base)
191+
0:commit::$(git rev-parse base~1)
192+
0:commit::$(git rev-parse base~2)
193193
commits:4
194-
TREE::$(git rev-parse topic^{tree})
195-
TREE::$(git rev-parse base^{tree})
196-
TREE::$(git rev-parse base~1^{tree})
197-
TREE::$(git rev-parse base~2^{tree})
198-
TREE:left/:$(git rev-parse base:left)
199-
TREE:left/:$(git rev-parse base~2:left)
194+
1:tree::$(git rev-parse topic^{tree})
195+
1:tree::$(git rev-parse base^{tree})
196+
1:tree::$(git rev-parse base~1^{tree})
197+
1:tree::$(git rev-parse base~2^{tree})
198+
3:tree:left/:$(git rev-parse base:left)
199+
3:tree:left/:$(git rev-parse base~2:left)
200200
trees:6
201-
BLOB:a:$(git rev-parse base~2:a)
202-
BLOB:left/b:$(git rev-parse base~2:left/b)
203-
BLOB:left/b:$(git rev-parse base:left/b)
201+
2:blob:a:$(git rev-parse base~2:a)
202+
4:blob:left/b:$(git rev-parse base~2:left/b)
203+
4:blob:left/b:$(git rev-parse base:left/b)
204204
blobs:3
205205
tags:0
206206
EOF

0 commit comments

Comments
 (0)