Skip to content

Commit 7740561

Browse files
committed
README.md: Link to flatpak delta spec and code
It's important to know where this is used. Signed-off-by: Colin Walters <walters@verbum.org>
1 parent f08980f commit 7740561

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
tar-diff
2-
==
1+
# tar-diff
32

43
`tar-diff` is a golang library and set of commandline tools to diff and patch tar files.
54

@@ -25,7 +24,12 @@ Delta compression is based on [bsdiff](http://www.daemonology.net/bsdiff/) and [
2524

2625
The tar-diff file-format is described in [file-format.md](file-format.md)
2726

28-
License
29-
-
27+
## Known users
28+
29+
- [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+
3034
tar-diff is licensed under the Apache License, Version 2.0. See
3135
[LICENSE](LICENSE) for the full license text.

0 commit comments

Comments
 (0)