MCPcopy Create free account
hub / github.com/git/git / handle_patch

Function handle_patch

mailinfo.c:850–854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

848}
849
850static void handle_patch(struct mailinfo *mi, const struct strbuf *line)
851{
852 fwrite(line->buf, 1, line->len, mi->patchfile);
853 mi->patch_lines++;
854}
855
856static void handle_filter(struct mailinfo *mi, struct strbuf *line)
857{

Callers 1

handle_filterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected