diff options
| author | Patrick Steinhardt <ps@pks.im> | 2023-11-09 09:05:25 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-11-09 18:56:08 +0900 |
| commit | a4761b605c527f12a9647d94a30ca04ccdea36ec (patch) | |
| tree | 26b16f7ad3bdf8534ae605019f50b39de0ea8f55 /commit-graph.c | |
| parent | Git 2.42 (diff) | |
| download | git-a4761b605c527f12a9647d94a30ca04ccdea36ec.tar.gz git-a4761b605c527f12a9647d94a30ca04ccdea36ec.zip | |
ci: reorder definitions for grouping functions
We define a set of grouping functions that are used to group together
output in our CI, where these groups then end up as collapsible sections
in the respective pipeline platform. The way these functions are defined
is not easily extensible though as we have an up front check for the CI
_not_ being GitHub Actions, where we define the non-stub logic in the
else branch.
Reorder the conditional branches such that we explicitly handle GitHub
Actions.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-graph.c')
0 files changed, 0 insertions, 0 deletions
