commit 12a0b23b546f02a5db93092d222e05a458decef4 from: Stefan Sperling date: Thu Jul 12 19:31:08 2018 UTC tweak tog blame progress indicator commit - 1d13200f8a8ab8929fe6d2dc708a53ae0cfad026 commit + 12a0b23b546f02a5db93092d222e05a458decef4 blob - a6da1a5c409244e3d0c4adb4956b89a85c98c388 blob + 9e3a9cbf0d2cf82a11dd3393a4bd18153d435cb6 --- tog/tog.c +++ tog/tog.c @@ -1126,7 +1126,7 @@ draw_blame(WINDOW *window, struct got_object_id *id, F if (asprintf(&line, "[%d/%d] %s%s", *first_displayed_line - 1 + selected_line, nlines, - path, blame_complete ? "" : " annotating...") == -1) { + blame_complete ? "" : "annotating ", path) == -1) { free(id_str); return got_error_from_errno(); }