fix: git stash entry formatting (#1452)

This commit is contained in:
Farbod Salamat-Zadeh
2021-12-06 20:20:37 +00:00
committed by GitHub
parent a20f01353b
commit 6b1579741a
4 changed files with 34 additions and 6 deletions

View File

@@ -989,6 +989,8 @@ builtin.git_stash({opts}) *builtin.git_stash()*
{cwd} (string) specify the path of the repo
{use_git_root} (boolean) if we should use git root as cwd or the cwd
(important for submodule) (default: true)
{show_branch} (boolean) if we should display the branch name for git
stash entries (default: true)
builtin.builtin({opts}) *builtin.builtin()*