]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ab/reflog-prep' into jc/reflog-parse-options
authorJunio C Hamano <gitster@pobox.com>
Tue, 4 Jan 2022 21:56:32 +0000 (13:56 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Jan 2022 21:56:32 +0000 (13:56 -0800)
* ab/reflog-prep:
  reflog + refs-backend: move "verbose" out of the backend
  refs files-backend: assume cb->newlog if !EXPIRE_REFLOGS_DRY_RUN
  reflog: reduce scope of "struct rev_info"
  reflog expire: don't use lookup_commit_reference_gently()
  reflog expire: refactor & use "tip_commit" only for UE_NORMAL
  reflog expire: use "switch" over enum values
  reflog: change one->many worktree->refnames to use a string_list
  reflog expire: narrow scope of "cb" in cmd_reflog_expire()
  reflog delete: narrow scope of "cmd" passed to count_reflog_ent()


Trivial merge