]> git.ipfire.org Git - thirdparty/git.git/commit
sequencer: remove todo_add_branch_context.commit
authorAbhinav Gupta <mail@abhinavg.net>
Mon, 11 May 2026 12:21:53 +0000 (12:21 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 May 2026 00:41:53 +0000 (09:41 +0900)
commit61f711de4b0fda3464ef54637b3600a6a5aab214
treebbd22a8c5ed817d2bd58260f6b627088223e6591
parent7760f83b59750c27df653c5c46d0f80e44cfe02c
sequencer: remove todo_add_branch_context.commit

The 'commit' field in 'struct todo_add_branch_context' is unused.
It's written to, but never read from.
add_decorations_to_list() gets the commit passed to it explicitly
as an argument.

Signed-off-by: Abhinav Gupta <mail@abhinavg.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c