From 0cd8f8485547a641873db71319da97ddc123b197 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Wed, 13 Apr 2011 22:33:58 -0400 Subject: [PATCH] Revert change to put %(ref):%(file) in the blame view title --- tig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2