Skip to content

apkgrel: pass -- to git with name of file in do_add

Ghost User requested to merge (removed):apkgrel into master

the name of the file can be ambiguous, as it might also be the name of a branch. passing -- makes git look at it as a file only, and not a potential branch.

Merge request reports