Commit c68e8af
committed
t0610: pass fully qualified branch name to update-ref
We create several sample branches by doing "git update-ref branch-$i".
But update-ref requires a fully qualified name, so this is creating
"branch-$i" at the root of the ref namespace, not actual branches in
"refs/heads/".
The test doesn't care either way. It is about reftable compaction, and
the ref creation is just to trigger the creation of new reftables.
But to future-proof it against update-ref getting more picky about
creating top-level refs, let's do the more normal thing and create
actual branches.1 parent 568b17a commit c68e8af
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
| 350 | + | |
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
| 354 | + | |
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| |||
0 commit comments