diff options
| author | Patrick Steinhardt <ps@pks.im> | 2026-07-01 13:35:37 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-07-03 10:32:47 -0700 |
| commit | 46affdb8c74759697e9afef2a55854d3641953e1 (patch) | |
| tree | 0e4d6b366683235dc3de5aa3958efc2b67634c6d /t/t4013/diff.diff_initial..side | |
| parent | 27717e2069fb524dab27ff2335aa4e69f35786a4 (diff) | |
builtin/history: split handling of ref updates into two phases
The function `handle_reference_updates()` is used by git-history(1) to
update all references that refer to commits that have been rewritten. As
such, it performs two steps:
- It gathers the references that need to be updated in the first
place.
- It prepares and commits the reference transaction.
In a subsequent commit we'll want to handle those two steps separately.
Prepare for this by splitting up the function into two.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.diff_initial..side')
0 files changed, 0 insertions, 0 deletions
