Skip to content
Snippets Groups Projects
Commit 202c416d authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix(git): remove sort flag from git ls-remote

Fixes #5853
parent 305177f3
Branches
Tags 19.190.1
No related merge requests found
......@@ -33,7 +33,6 @@ export async function getRawRefs({
// fetch remote tags
const lsRemote = await git.listRemote([
'--sort=-v:refname',
'--tags',
'--heads',
'--refs',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment