mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-12 10:08:31 -04:00
This checks that the value of the REF field is not an empty string before calling `flatpak_decomposed_new_from_ref`. Attempting to decompose an empty string leads to a validation error and prevents any history from being printed. Fixes https://github.com/flatpak/flatpak/issues/4121