From: Jonas Fonseca Date: Thu, 14 Apr 2011 02:33:58 +0000 (-0400) Subject: Revert change to put %(ref):%(file) in the blame view title X-Git-Url: https://git.tokkee.org/?p=tig.git;a=commitdiff_plain;h=0cd8f8485547a641873db71319da97ddc123b197 Revert change to put %(ref):%(file) in the blame view title --- diff --git a/tig.c b/tig.c index 6f4c03f..d33d3eb 100644 --- a/tig.c +++ b/tig.c @@ -4150,7 +4150,7 @@ blame_open(struct view *view, enum open_flags flags) free(blame->commit); } - string_format(view->vid, "%s:%s", opt_ref, opt_file); + string_format(view->vid, "%s", opt_file); string_format(view->ref, "%s ...", opt_file); return TRUE;