diff options
author | Thomas Wolf <thomas.wolf@paranor.ch> | 2021-03-07 18:49:01 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-05-26 00:37:59 +0200 |
commit | 0fe794a433d54504de066ae119b5835ab69c1c54 (patch) | |
tree | 16816bdb86f8f7397bb299efb3a530f80f537785 /README.md | |
parent | 2eb54afe6a5cb5dd2a108285ad1676b7798d5a15 (diff) | |
download | jgit-0fe794a433d54504de066ae119b5835ab69c1c54.tar.gz jgit-0fe794a433d54504de066ae119b5835ab69c1c54.zip |
ApplyCommand: add a stream to apply a delta patch
Add a new BinaryDeltaInputStream that applies a delta provided by
another InputStream to a given base. Because delta application needs
random access to the base, the base itself cannot be yet another
InputStream. But at least this enables streaming of the result.
Add a simple test using delta hunks generated by C git.
Bug: 371725
Change-Id: Ibd26fa2f49860737ad5c5387f7f4870d3e85e628
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions