Actions
Optimization #7292
closedCI: clang-format rechecks every main-7.0.x commit
Effort:
Difficulty:
Label:
Description
This led to wrong formatting when fixing git conflict cf https://github.com/OISF/suricata/pull/11849
Updated by OISF Ticketbot about 1 year ago
- Label deleted (
Needs backport to 7.0)
Updated by Philippe Antoine about 1 year ago
- Subject changed from CI: clang-format does not work for main-7.0.x branch to CI: clang-format rechecks every main-7.0.x commit
Because of FirstCommitOfBranch using master
Updated by Philippe Antoine about 1 year ago
- Tracker changed from Bug to Optimization
Updated by Philippe Antoine 11 months ago
We need to fix it master first, otherwise, we will have the same problem when working on suricata 9 and doing backports for 8
Updated by Victor Julien 9 months ago
- Target version changed from 8.0.0-beta1 to 8.0.0-rc1
Updated by Philippe Antoine 7 months ago
function FirstCommitOfBranch {
local first_commit=$(git rev-list origin/master..HEAD | tail -n 1)
echo $first_commit
}
We need to use something else than origin/master. here
Updated by Philippe Antoine 6 months ago
- Status changed from New to In Review
Updated by Philippe Antoine 6 months ago
- Status changed from In Review to Resolved
Updated by Philippe Antoine 6 months ago
- Assignee changed from OISF Dev to Philippe Antoine
Updated by Philippe Antoine 6 months ago
- Status changed from Resolved to Closed
Actions