Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
tar-diff
==
# tar-diff

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

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

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

License
-
## Known users

- [Flatpak OCI deltas](https://github.com/flatpak/flatpak-oci-specs/blob/main/image-deltas.md)
- [Flatpak OCI processing code](https://github.com/flatpak/flatpak/blob/66b038e14809bc973d46e8078a070dc32e894903/common/flatpak-oci-registry.c#L1689)

## License

tar-diff is licensed under the Apache License, Version 2.0. See
[LICENSE](LICENSE) for the full license text.