merk/include
2025-08-28 17:00:49 +02:00
..
action_list.h feat: added a simple filesystem tree walk and the status cli command to get a list of untracked files 2025-08-20 21:44:04 +02:00
base_file_buffer.h feat(basefiles): added the BaseFileBuffer with BaseFileInfo and its core functionality to track files in the repo 2025-08-28 16:15:16 +02:00
file.h feat(file): changed the mode type from uint32_t to the proper mode_t 2025-08-28 16:58:57 +02:00
hash.h feat(hash): added basic hashing functions to gain object ideas for the object storage 2025-08-26 00:07:53 +02:00
myers.h feat(diff): implemented the myers diff algorithm with longest common subsequence and printing the diff 2025-08-17 18:20:04 +02:00
tree.h refactor(tree): changes according to API changes of the FileInfoBuffer 2025-08-28 03:49:51 +02:00
utilities.h feat(utilities): added the get_file_content_with_size to properly handle binary files 2025-08-28 17:00:49 +02:00