You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by ingenarel October 6, 2024
here's what i mean:
i've made a scoop bucket that's aur -git package inspired. the version of a package is the git commit hash
now the thing is the version says 1769fa..
but on the readme, i can see a v before it.
is there any way to not do that?
The text was updated successfully, but these errors were encountered:
* addv ignore commit hash
some services might return version as a commit hash like aur.
it makes no sense to prefix v before the commit.
Fixes#10591
* add addv commit hash tests
add both full commit hash and short commit hash tests to addv.
expected result - no v prefix.
Discussed in #10590
Originally posted by ingenarel October 6, 2024
here's what i mean:
i've made a scoop bucket that's aur -git package inspired. the version of a package is the git commit hash
now the thing is the version says 1769fa..
but on the readme, i can see a
v
before it.is there any way to not do that?
The text was updated successfully, but these errors were encountered: