diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-11-04 07:38:48 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-11-04 07:38:48 -0800 |
| commit | 31177a8bb6ee0a733342e0d67ee2b0f4b29263a2 (patch) | |
| tree | f2f4b0dab6bf9e624380cb3b31fb69197ef0d00a /t/pack-refs-tests.sh | |
| parent | 4a1442a3363651d79f50ef592172f940e559eef7 (diff) | |
| parent | c113f4ca4dbba5529af645f7d7837c7dae12b403 (diff) | |
| download | git-31177a8bb6ee0a733342e0d67ee2b0f4b29263a2.tar.gz | |
Merge branch 'kn/refs-optim-cleanup' into kn/maintenance-is-needed
* kn/refs-optim-cleanup:
t/pack-refs-tests: move the 'test_done' to callees
refs: rename 'pack_refs_opts' to 'refs_optimize_opts'
refs: move to using the '.optimize' functions
Diffstat (limited to 't/pack-refs-tests.sh')
| -rw-r--r-- | t/pack-refs-tests.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/t/pack-refs-tests.sh b/t/pack-refs-tests.sh index 095823d915..81086c3690 100644 --- a/t/pack-refs-tests.sh +++ b/t/pack-refs-tests.sh @@ -459,5 +459,3 @@ test_expect_success 'pack-refs does not store invalid peeled tag value' ' test_grep ! "^\^" .git/packed-refs ) ' - -test_done |
