Lines Matching refs:status_printf_ln
95 void status_printf_ln(struct wt_status *s, const char *color, in status_printf_ln() function
158 status_printf_ln(s, c, _("Unmerged paths:")); in wt_longstatus_print_unmerged_header()
186 status_printf_ln(s, c, in wt_longstatus_print_unmerged_header()
189 status_printf_ln(s, c, in wt_longstatus_print_unmerged_header()
193 status_printf_ln(s, c, _(" (use \"git rm --cached <file>...\" to unstage)")); in wt_longstatus_print_unmerged_header()
197 status_printf_ln(s, c, _(" (use \"git add <file>...\" to mark resolution)")); in wt_longstatus_print_unmerged_header()
199 status_printf_ln(s, c, _(" (use \"git add/rm <file>...\" as appropriate to mark resolution)")); in wt_longstatus_print_unmerged_header()
201 status_printf_ln(s, c, _(" (use \"git rm <file>...\" to mark resolution)")); in wt_longstatus_print_unmerged_header()
203 status_printf_ln(s, c, _(" (use \"git add/rm <file>...\" as appropriate to mark resolution)")); in wt_longstatus_print_unmerged_header()
211 status_printf_ln(s, c, _("Changes to be committed:")); in wt_longstatus_print_cached_header()
218 status_printf_ln(s, c in wt_longstatus_print_cached_header()
221 status_printf_ln(s, c, in wt_longstatus_print_cached_header()
225 status_printf_ln(s, c, _(" (use \"git rm --cached <file>...\" to unstage)")); in wt_longstatus_print_cached_header()
234 status_printf_ln(s, c, _("Changes not staged for commit:")); in wt_longstatus_print_dirty_header()
238 status_printf_ln(s, c, _(" (use \"git add <file>...\" to update what will be committed)")); in wt_longstatus_print_dirty_header()
240 status_printf_ln(s, c, _(" (use \"git add/rm <file>...\" to update what will be committed)")); in wt_longstatus_print_dirty_header()
241 …status_printf_ln(s, c, _(" (use \"git restore <file>...\" to discard changes in working directory… in wt_longstatus_print_dirty_header()
243 …status_printf_ln(s, c, _(" (commit or discard the untracked or modified content in submodules)")); in wt_longstatus_print_dirty_header()
251 status_printf_ln(s, c, "%s:", what); in wt_longstatus_print_other_header()
254 …status_printf_ln(s, c, _(" (use \"git %s <file>...\" to include in what will be committed)"), how… in wt_longstatus_print_other_header()
259 status_printf_ln(s, color(WT_STATUS_HEADER, s), "%s", ""); in wt_longstatus_print_trailer()
957 status_printf_ln(s, GIT_COLOR_NORMAL, in wt_longstatus_print_stash_summary()
1054 status_printf_ln(s, GIT_COLOR_NORMAL, "%s", ""); in wt_longstatus_print_other()
1125 status_printf_ln(s, c, _("Changes to be committed:")); in wt_longstatus_print_verbose()
1132 status_printf_ln(s, c, in wt_longstatus_print_verbose()
1134 status_printf_ln(s, c, _("Changes not staged for commit:")); in wt_longstatus_print_verbose()
1195 status_printf_ln(s, color, _("You have unmerged paths.")); in show_merge_in_progress()
1197 status_printf_ln(s, color, in show_merge_in_progress()
1199 status_printf_ln(s, color, in show_merge_in_progress()
1203 status_printf_ln(s, color, in show_merge_in_progress()
1206 status_printf_ln(s, color, in show_merge_in_progress()
1215 status_printf_ln(s, color, in show_am_in_progress()
1218 status_printf_ln(s, color, in show_am_in_progress()
1222 status_printf_ln(s, color, in show_am_in_progress()
1224 status_printf_ln(s, color, in show_am_in_progress()
1226 status_printf_ln(s, color, in show_am_in_progress()
1359 status_printf_ln(s, color, in show_rebase_information()
1362 status_printf_ln(s, color, _("No commands done.")); in show_rebase_information()
1364 status_printf_ln(s, color, in show_rebase_information()
1373 status_printf_ln(s, color, " %s", have_done.items[i].string); in show_rebase_information()
1375 status_printf_ln(s, color, in show_rebase_information()
1380 status_printf_ln(s, color, in show_rebase_information()
1383 status_printf_ln(s, color, in show_rebase_information()
1389 status_printf_ln(s, color, " %s", yet_to_do.items[i].string); in show_rebase_information()
1391 status_printf_ln(s, color, in show_rebase_information()
1403 status_printf_ln(s, color, in print_rebase_state()
1408 status_printf_ln(s, color, in print_rebase_state()
1421 status_printf_ln(s, color, in show_rebase_in_progress()
1423 status_printf_ln(s, color, in show_rebase_in_progress()
1425 status_printf_ln(s, color, in show_rebase_in_progress()
1432 status_printf_ln(s, color, in show_rebase_in_progress()
1436 status_printf_ln(s, color, in show_rebase_in_progress()
1441 status_printf_ln(s, color, in show_rebase_in_progress()
1444 status_printf_ln(s, color, in show_rebase_in_progress()
1448 status_printf_ln(s, color, in show_rebase_in_progress()
1453 status_printf_ln(s, color, in show_rebase_in_progress()
1456 status_printf_ln(s, color, in show_rebase_in_progress()
1458 status_printf_ln(s, color, in show_rebase_in_progress()
1469 status_printf_ln(s, color, in show_cherry_pick_in_progress()
1472 status_printf_ln(s, color, in show_cherry_pick_in_progress()
1479 status_printf_ln(s, color, in show_cherry_pick_in_progress()
1482 status_printf_ln(s, color, in show_cherry_pick_in_progress()
1485 status_printf_ln(s, color, in show_cherry_pick_in_progress()
1487 status_printf_ln(s, color, in show_cherry_pick_in_progress()
1489 status_printf_ln(s, color, in show_cherry_pick_in_progress()
1499 status_printf_ln(s, color, in show_revert_in_progress()
1502 status_printf_ln(s, color, in show_revert_in_progress()
1508 status_printf_ln(s, color, in show_revert_in_progress()
1511 status_printf_ln(s, color, in show_revert_in_progress()
1514 status_printf_ln(s, color, in show_revert_in_progress()
1516 status_printf_ln(s, color, in show_revert_in_progress()
1518 status_printf_ln(s, color, in show_revert_in_progress()
1528 status_printf_ln(s, color, in show_bisect_in_progress()
1532 status_printf_ln(s, color, in show_bisect_in_progress()
1535 status_printf_ln(s, color, in show_bisect_in_progress()
1547 status_printf_ln(s, color, _("You are in a sparse checkout.")); in show_sparse_checkout_in_use()
1549 status_printf_ln(s, color, in show_sparse_checkout_in_use()
1827 status_printf_ln(s, color(WT_STATUS_HEADER, s), "%s", ""); in wt_longstatus_print()
1828 status_printf_ln(s, color(WT_STATUS_HEADER, s), in wt_longstatus_print()
1832 status_printf_ln(s, color(WT_STATUS_HEADER, s), "%s", ""); in wt_longstatus_print()
1849 status_printf_ln(s, GIT_COLOR_NORMAL, "%s", ""); in wt_longstatus_print()
1850 status_printf_ln(s, GIT_COLOR_NORMAL, in wt_longstatus_print()
1857 status_printf_ln(s, GIT_COLOR_NORMAL, _("Untracked files not listed%s"), in wt_longstatus_print()
1865 status_printf_ln(s, GIT_COLOR_NORMAL, _("No changes")); in wt_longstatus_print()