@@ -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