From 1ba7278cf08da8048e7f589ef6b65a39fd3e4dbf Mon Sep 17 00:00:00 2001 From: Matt Taylor Date: Wed, 11 Jan 2023 06:00:44 -0800 Subject: feat(pickers): add opt.show_remote_tracking_branches to git_branches (#2314) --- lua/telescope/builtin/init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/telescope/builtin/init.lua') diff --git a/lua/telescope/builtin/init.lua b/lua/telescope/builtin/init.lua index eef35b6..0f4c998 100644 --- a/lua/telescope/builtin/init.lua +++ b/lua/telescope/builtin/init.lua @@ -172,6 +172,7 @@ builtin.git_bcommits = require_on_exported_call("telescope.builtin.__git").bcomm ---@param opts table: options to pass to the picker ---@field cwd string: specify the path of the repo ---@field use_git_root boolean: if we should use git root as cwd or the cwd (important for submodule) (default: true) +---@field show_remote_tracking_branches boolean: show remote tracking branches like origin/main (default: true) ---@field pattern string: specify the pattern to match all refs builtin.git_branches = require_on_exported_call("telescope.builtin.__git").branches -- cgit v1.2.3