diff options
| author | Thalia Archibald <thalia@archibald.dev> | 2024-04-14 01:11:59 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-04-15 10:06:17 -0700 |
| commit | 212ab23e98546b24a183dce86b90595e1e4b92dd (patch) | |
| tree | baa4520958e27b45cfbf029346a029c50b2a94f6 /commit-graph.c | |
| parent | fast-import: allow unquoted empty path for root (diff) | |
| download | git-212ab23e98546b24a183dce86b90595e1e4b92dd.tar.gz git-212ab23e98546b24a183dce86b90595e1e4b92dd.zip | |
fast-import: remove dead strbuf
The strbuf in `note_change_n` is to copy the remainder of `p` before
potentially invalidating it when reading the next line. However, `p` is
not used after that point. It has been unused since the function was
created in a8dd2e7d2b (fast-import: Add support for importing commit
notes, 2009-10-09) and looks to be a fossil from adapting
`file_change_m`. Remove it.
Signed-off-by: Thalia Archibald <thalia@archibald.dev>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-graph.c')
0 files changed, 0 insertions, 0 deletions
