mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-10 09:57:34 -04:00
01a68e697b1f78d6dacbbc8ecda464e2bdda6f14
This works around: https://github.com/ostreedev/ostree/issues/541 Which is causing us to not pull the entire set of objects, rather stopping at the first object which is locally available. We fix this by pulling twice in the subdirs != NULL case, which works because the second time the new commit is marked partial and we then pull the entire thing.
Flatpak is a system for building, distributing and running sandboxed desktop applications on Linux.
See http://flatpak.org/ for more information.
Read documentation for the flatpak commandline tools and for the libflatpak library API.
Description
Languages
C
91%
Shell
5.2%
Python
1.8%
Meson
1.1%
Yacc
0.8%
