diff --git a/lua/telescope/builtin/git.lua b/lua/telescope/builtin/git.lua index 6fa855f..a2be2fb 100644 --- a/lua/telescope/builtin/git.lua +++ b/lua/telescope/builtin/git.lua @@ -87,11 +87,9 @@ git.stash = function(opts) finder = finders.new_oneshot_job( vim.tbl_flatten { "git", - "log", - "--pretty=oneline", - "--abbrev-commit", - "--", - ".", + "--no-pager", + "stash", + "list", }, opts ),