We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08980f commit 7740561Copy full SHA for 7740561
1 file changed
README.md
@@ -1,5 +1,4 @@
1
-tar-diff
2
-==
+# tar-diff
3
4
`tar-diff` is a golang library and set of commandline tools to diff and patch tar files.
5
@@ -25,7 +24,12 @@ Delta compression is based on [bsdiff](http://www.daemonology.net/bsdiff/) and [
25
24
26
The tar-diff file-format is described in [file-format.md](file-format.md)
27
28
-License
29
--
+## Known users
+
+- [Flatpak OCI deltas](https://github.com/cgwalters/flatpak-oci-specs/blob/main/image-deltas.md)
30
+- [Flatpak OCI processing code](https://github.com/flatpak/flatpak/blob/66b038e14809bc973d46e8078a070dc32e894903/common/flatpak-oci-registry.c#L1689)
31
32
+## License
33
34
tar-diff is licensed under the Apache License, Version 2.0. See
35
[LICENSE](LICENSE) for the full license text.
0 commit comments