| 6879 | } |
| 6880 | |
| 6881 | static void patch_id_add_string(struct git_hash_ctx *ctx, const char *str) |
| 6882 | { |
| 6883 | git_hash_update(ctx, str, strlen(str)); |
| 6884 | } |
| 6885 | |
| 6886 | static void patch_id_add_mode(struct git_hash_ctx *ctx, unsigned mode) |
| 6887 | { |
no test coverage detected