Merge pull request #16019 from dundargoc/ci/commitlint/downgrade-necessary-git-version

ci: allow older git versions when using lintcommit
This commit is contained in:
James McCoy 2021-10-14 07:10:33 -04:00 committed by GitHub
commit 88e16a7f30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ end
function M.main(opt)
_trace = not opt or not not opt.trace
local branch = run({'git', 'branch', '--show-current'}, true)
local branch = run({'git', 'rev-parse', '--abbrev-ref', 'HEAD'}, true)
-- TODO(justinmk): check $GITHUB_REF
local ancestor = run({'git', 'merge-base', 'origin/master', branch})
if not ancestor then