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

Function print_rebase_state

wt-status.c:1486–1497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1484}
1485
1486static void print_rebase_state(struct wt_status *s,
1487 const char *color)
1488{
1489 if (s->state.branch)
1490 status_printf_ln(s, color,
1491 _("You are currently rebasing branch '%s' on '%s'."),
1492 s->state.branch,
1493 s->state.onto);
1494 else
1495 status_printf_ln(s, color,
1496 _("You are currently rebasing."));
1497}
1498
1499static void show_rebase_in_progress(struct wt_status *s,
1500 const char *color)

Callers 1

show_rebase_in_progressFunction · 0.85

Calls 1

status_printf_lnFunction · 0.85

Tested by

no test coverage detected