Code

Revert change to put %(ref):%(file) in the blame view title
authorJonas Fonseca <fonseca@diku.dk>
Thu, 14 Apr 2011 02:33:58 +0000 (22:33 -0400)
committerJonas Fonseca <fonseca@diku.dk>
Thu, 14 Apr 2011 02:33:58 +0000 (22:33 -0400)
tig.c

diff --git a/tig.c b/tig.c
index 6f4c03f6abd7fdb407e512a073bae48f44f542cd..d33d3eb528c8920328cb4b4e87d9b1fe6a9119a7 100644 (file)
--- 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;