No description
  • C++ 98.3%
  • CMake 1.7%
Find a file
razhterize 9474a7beb6
Some checks failed
Test / build-and-upload (push) Has been cancelled
Test / prepare-matrix (push) Has been cancelled
Test / test (push) Has been cancelled
feat: change structure to differentiate imports when used as library
2026-01-06 11:44:42 +07:00
.github/workflows ci: try switching to ubuntu-slim 2025-12-21 23:59:06 +01:00
include/dpatchz feat: change structure to differentiate imports when used as library 2026-01-06 11:44:42 +07:00
src feat: change structure to differentiate imports when used as library 2026-01-06 11:44:42 +07:00
thirdparty Basic parsing functions 2025-06-28 17:52:03 +02:00
.gitignore Basic project structure 2025-06-28 15:31:14 +02:00
CMakeLists.txt feat: change structure to differentiate imports when used as library 2026-01-06 11:44:42 +07:00
LICENSE Initial commit 2025-06-28 14:05:16 +02:00
README.md Add readme 2025-07-01 18:35:09 +02:00

dpatchz

Rewrite of the directory patcher of hdiffpatch to be compatible with a certain anime company's diffs.

Usage

dpatchz [-v] [-c cache_size] diff_file old_path new_path

After patching is complete new_path will have the new patched files.

Note that files that have not been changed won't be in new_path.