diff options
author | Patrick Steinhardt <ps@pks.im> | 2025-04-15 11:38:20 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-04-15 08:24:36 -0700 |
commit | 8a54ebd5ed724545811edfb4cd938f53bd25d1ae (patch) | |
tree | 4f1f88af801e29ad9910f115e814715c59f8b9a8 /commit.c | |
parent | 70c0f9db4e00586e4df5cca24fe7ce05848ee59c (diff) |
object-file: drop `index_blob_stream()`
The `index_blob_stream()` function is a mere wrapper around
`index_blob_bulk_checkin()`. This has been the case since 568508e7657
(bulk-checkin: replace fast-import based implementation, 2011-10-28),
which has moved the implementation from `index_blob_stream()` (which was
still called `index_stream()`) into `index_bulk_checkin()` (which has
since been renamed to `index_blob_bulk_checkin()`).
Remove the redirection by dropping the wrapper. Move the comment to
`index_blob_bulk_checkin()` to retain its context.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions