From 66e8d19f89f5224ab423db691b8cf4a0b4e6b949 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Wed, 22 Mar 2023 02:51:54 -0400 Subject: [PATCH] Document czs References: https://github.com/tpope/vim-fugitive/issues/1941 --- doc/fugitive.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/fugitive.txt b/doc/fugitive.txt index 902a6e1..c91c104 100644 --- a/doc/fugitive.txt +++ b/doc/fugitive.txt @@ -510,9 +510,11 @@ Stash maps ~ czz Push stash. Pass a [count] of 1 to add `--include-untracked` or 2 to add `--all`. -czw Push stash of worktree. Like `czz` with +czw Push stash of the work-tree. Like `czz` with `--keep-index`. +czs Push stash of the stage. Does not accept a count. + czA Apply topmost stash, or stash@{count}. cza Apply topmost stash, or stash@{count}, preserving the