mbox series

[0/4] code clean-up for rerere

Message ID 20230824205456.1231371-1-gitster@pobox.com (mailing list archive)
Headers show
Series code clean-up for rerere | expand

Message

Junio C Hamano Aug. 24, 2023, 8:54 p.m. UTC
These are to clean up some odd code and in-code comment that invited
"Huh?" while I was reviewing the code paths involved in "git rerere"
recently.  None of them is intended to change any behaviour.

Junio C Hamano (4):
  rerere: simplify check_one_conflict() helper function
  rerere: fix comment on handle_file() helper
  rerere: try_merge() should use LL_MERGE_ERROR when it means an error
  rerere: modernize use of empty strbuf

 rerere.c | 46 +++++++++++++++++++---------------------------
 1 file changed, 19 insertions(+), 27 deletions(-)