diff options
author | Taylor Blau <me@ttaylorr.com> | 2025-03-18 18:50:21 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-03-21 01:45:16 -0700 |
commit | 0baad1f3aee508d84bf74b9670f283f8c91e55dd (patch) | |
tree | cb48414cc881f331b4e2d90da6c0485c0c9b648c /builtin/commit-graph.c | |
parent | 3809633d0adb77b02ba8cfe87578134e6a30f54d (diff) |
refspec: replace `refspec_init()` with fetch/push variants
To avoid having a Boolean argument in the refspec_init() function,
replace it with two variants:
- `refspec_init_fetch()`
- `refspec_init_push()`
to codify the meaning of that Boolean into the function's name itself.
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Acked-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-graph.c')
0 files changed, 0 insertions, 0 deletions