summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 9533356e..e1f252af 100644
--- a/src/main.c
+++ b/src/main.c
@@ -634,6 +634,7 @@ main_select(struct view *view, struct line *line)
view->env->tag[0] = view->env->remote[0] = view->env->branch[0] = view->env->refname[0] = 0;
}
string_copy_rev(view->env->commit, commit->id);
+ view->env->blob[0] = 0;
}
static struct view_ops main_ops = {