]> _ Git - watchdiff.git/commit
Initial commit master
authormivirl <>
Tue, 11 Jun 2024 21:01:28 +0000 (16:01 -0500)
committermivirl <>
Tue, 11 Jun 2024 21:01:28 +0000 (16:01 -0500)
commita80fe3c74675e2d1f797d735faa95272e966cbbc
treef9cf50ecec316de7fe09acedb2205589b22fdb2a
Initial commit
14 files changed:
README.md [new file with mode: 0644]
ext/diff-match-patch-c/APACHE-LICENSE-2.0 [new file with mode: 0644]
ext/diff-match-patch-c/LICENSE [new file with mode: 0644]
ext/diff-match-patch-c/Makefile [new file with mode: 0644]
ext/diff-match-patch-c/README.md [new file with mode: 0644]
ext/diff-match-patch-c/include/dmp.h [new file with mode: 0644]
ext/diff-match-patch-c/src/dmp.c [new file with mode: 0644]
ext/diff-match-patch-c/src/dmp_pool.c [new file with mode: 0644]
ext/diff-match-patch-c/src/dmp_pool.h [new file with mode: 0644]
ext/termbox2/LICENSE [new file with mode: 0644]
ext/termbox2/README.md [new file with mode: 0644]
ext/termbox2/termbox2.h [new file with mode: 0644]
makefile [new file with mode: 0644]
src/main.c [new file with mode: 0644]