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

Function wt_longstatus_print_other_header

wt-status.c:266–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266static void wt_longstatus_print_other_header(struct wt_status *s,
267 const char *what,
268 const char *how)
269{
270 const char *c = color(WT_STATUS_HEADER, s);
271 status_printf_ln(s, c, "%s:", what);
272 if (!s->hints)
273 return;
274 status_printf_ln(s, c, _(" (use \"git %s <file>...\" to include in what will be committed)"), how);
275}
276
277static void wt_longstatus_print_trailer(struct wt_status *s)
278{

Callers 1

Calls 2

status_printf_lnFunction · 0.85
colorFunction · 0.70

Tested by

no test coverage detected