-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lib/core: Support <remote>: syntax when listing refs #1500
Conversation
LGTM, @alexlarsson want to do the |
I agree that it is nicer, with |
But ostree is broken right now anyway, right? Given that flatpak releases faster than ostree, would it be safe to assume that by the time ostree has this fixed, there's also going to be an updated flatpak as well? I'm fine adding a special-case for |
I can update flatpak and if you're using the latest flatpak you'll likely pick up the latest ostree too. For instance, Fedora 27 has the stable flatpak (0.10.x), and I can see project atomic needing a new ostree version in F27, which could cause issues here. |
OK, added a fixup! ⬆️ |
Hmm, actually, I think we should make this completely a Will get back to this in a bit. |
Allow users to pass `<remote>:` to list all refs we have locally belonging to `<remote>`. Also (re-)allow the similar `<remote>:.` syntax for backwards compatibility with flatpak.
676ba21
to
2964194
Compare
⚡ Test exempted: merge already tested. |
Allow users to pass
<remote>:
to list all refs we have locallybelonging to
<remote>
.