summaryrefslogtreecommitdiff
path: root/cache-tree.c
diff options
context:
space:
mode:
authorPhillip Wood <phillip.wood@dunelm.org.uk>2023-09-06 15:22:47 +0000
committerJunio C Hamano <gitster@pobox.com>2023-09-06 10:29:43 -0700
commit9f67899b41e5a95ce31af38c6b6d600433546d9e (patch)
treeaa15062c2518f28ac62fcced21f514f85f12e0be /cache-tree.c
parent206a78d710853eaed97ab50ba336789e6b3499c7 (diff)
sequencer: use rebase_path_message()
Rather than constructing the path in a struct strbuf use the ready made function to get the path name instead. This was the last remaining use of the strbuf so remove it as well. As with the previous patch we now use a hard coded string rather than git_dir() when constructing the path. This is safe for the same reason (make_patch() is only called when rebasing) and is protected by the assertion added in the previous patch. Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache-tree.c')
0 files changed, 0 insertions, 0 deletions