merk/src
2025-11-24 18:49:49 +01:00
..
action_list.c refactor: split up the utilities file into smaller modules 2025-09-19 03:48:08 +02:00
base_file_buffer.c feat(utilities): added a FlatMap for string key value pairs 2025-09-23 00:29:16 +02:00
commands.c fix(commit): leak proof now 2025-11-24 18:49:49 +01:00
commit.c fix(commit): leak proof now 2025-11-24 18:49:49 +01:00
common.c refactor(common): moved common declerations to seperate files to avoid circular imports 2025-09-19 19:23:28 +02:00
config.c feat(config): added a simple user config 2025-08-29 20:15:19 +02:00
file.c fix(commit): make object hashes branch aware and thus dont error status out 2025-11-24 18:21:09 +01:00
hash.c refactor(hash): removed TreeDiffObject 2025-09-25 16:22:29 +02:00
list.c refactor: split up the utilities file into smaller modules 2025-09-19 03:48:08 +02:00
main.c fix(cli): will now not segfault if argc is less than 2 2025-11-24 15:56:44 +01:00
myers.c fix(diff): myers now also strdups the line of the file on insert action when taking the diff 2025-09-07 04:22:30 +02:00
object.c fix(commit): make object hashes branch aware and thus dont error status out 2025-11-24 18:21:09 +01:00
tomlc17.c feat(config): added cktan/tomlc17 to the project 2025-08-28 23:48:39 +02:00
tree.c refactor(tree): removed everything relating to tree diffs 2025-09-25 16:33:13 +02:00
utilities.c feat(utilities): added a FlatMap for string key value pairs 2025-09-23 00:29:16 +02:00