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

Function show_parent_lno

combine-diff.c:723–728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721}
722
723static void show_parent_lno(struct sline *sline, unsigned long l0, unsigned long l1, int n, unsigned long null_context)
724{
725 l0 = sline[l0].p_lno[n];
726 l1 = sline[l1].p_lno[n];
727 printf(" -%lu,%lu", l0, l1-l0-null_context);
728}
729
730static int hunk_comment_line(const char *bol)
731{

Callers 1

dump_slineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected