diff --git a/lua/telescope/make_entry.lua b/lua/telescope/make_entry.lua index c117594..dc8ff03 100644 --- a/lua/telescope/make_entry.lua +++ b/lua/telescope/make_entry.lua @@ -1313,7 +1313,7 @@ function make_entry.gen_from_git_status(opts) return displayer { { status_x.icon or empty_space, status_x.hl }, { status_y.icon or empty_space, status_y.hl }, - entry.value, + utils.transform_path(opts, entry.path), } end