commit decd3bd14e78423a5f4398c1706d6d6bc4d0d662 from: Stefan Sperling date: Thu Jul 12 13:17:27 2018 UTC tweak header line in tog tree view commit - c35a7943488e43a4fc6c48a00cf858ba8f410947 commit + decd3bd14e78423a5f4398c1706d6d6bc4d0d662 blob - d5ade288b0d7d6a1c4e23419c32adb8e22dfec74 blob + 4c0093a42e49bc5234324cb313037cb515e857cb --- tog/tog.c +++ tog/tog.c @@ -1823,7 +1823,7 @@ show_tree_view(struct got_tree_object *root, struct go if (err != NULL) goto done; - if (asprintf(&tree_label, "tree of commit %s", commit_id_str) == -1) { + if (asprintf(&tree_label, "commit: %s", commit_id_str) == -1) { err = got_error_from_errno(); goto done; }