X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=wt-status.c;h=9f6c65a5809754717f8c51f809eae78f435bcd12;hb=aa76ae4905c28e264f0affc58e36c1db692fa881;hp=7d776f8a9756e9defa3d2b7a2c15217524204e07;hpb=bd48ccf4a4daca79a1e828dec7bee91c4aebc81e;p=thirdparty%2Fgit.git diff --git a/wt-status.c b/wt-status.c index 7d776f8a97..9f6c65a580 100644 --- a/wt-status.c +++ b/wt-status.c @@ -202,7 +202,6 @@ static void wt_longstatus_print_unmerged_header(struct wt_status *s) } else { status_printf_ln(s, c, _(" (use \"git add/rm ...\" as appropriate to mark resolution)")); } - status_printf_ln(s, c, "%s", ""); } static void wt_longstatus_print_cached_header(struct wt_status *s) @@ -224,7 +223,6 @@ static void wt_longstatus_print_cached_header(struct wt_status *s) s->reference); } else status_printf_ln(s, c, _(" (use \"git rm --cached ...\" to unstage)")); - status_printf_ln(s, c, "%s", ""); } static void wt_longstatus_print_dirty_header(struct wt_status *s, @@ -243,7 +241,6 @@ static void wt_longstatus_print_dirty_header(struct wt_status *s, status_printf_ln(s, c, _(" (use \"git restore ...\" to discard changes in working directory)")); if (has_dirty_submodules) status_printf_ln(s, c, _(" (commit or discard the untracked or modified content in submodules)")); - status_printf_ln(s, c, "%s", ""); } static void wt_longstatus_print_other_header(struct wt_status *s, @@ -255,7 +252,6 @@ static void wt_longstatus_print_other_header(struct wt_status *s, if (!s->hints) return; status_printf_ln(s, c, _(" (use \"git %s ...\" to include in what will be committed)"), how); - status_printf_ln(s, c, "%s", ""); } static void wt_longstatus_print_trailer(struct wt_status *s)