diff options
| author | Kristofer Karlsson <krka@spotify.com> | 2026-05-11 12:59:11 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-05-12 09:33:43 +0900 |
| commit | 53f9561055e8377a18a2430262857a3650c73dab (patch) | |
| tree | 3063107ffa5d1e33149ac640af6aed0502f0872f /git-commit-script | |
| parent | 94f057755b7941b321fd11fec1b2e3ca5313a4e0 (diff) | |
commit-reach: introduce merge_base_flags enum
Replace the boolean ignore_missing_commits parameter in
paint_down_to_common() with an enum merge_base_flags, and thread
the flags through merge_bases_many(), get_merge_bases_many_0(),
and the public repo_get_merge_bases_many_dirty() API.
This makes callsites with boolean parameters easier to read and
prepares the function for additional flags in a subsequent commit.
No functional change: the single caller that used
ignore_missing_commits (repo_in_merge_bases_many) now sets
MERGE_BASE_IGNORE_MISSING_COMMITS in the flags word, and all
other callers pass 0.
Signed-off-by: Kristofer Karlsson <krka@spotify.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-commit-script')
0 files changed, 0 insertions, 0 deletions
