From 458c6d5866f18c49f6efdf44199ce60deff1d271 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Fri, 19 Mar 2021 22:14:46 +0000 Subject: [PATCH] remove stray workingtree --- completions/git.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/completions/git.org b/completions/git.org index 2a93cec..71740b2 100644 --- a/completions/git.org +++ b/completions/git.org @@ -4,8 +4,10 @@ The ~git~ completion currently supports the following arguments: ** Level 1 +The completions for level one are dynamically created using the following +commands: + #+begin_src ksh $(man -cT man git | grep -o 'git-[a-z-]*' | sort -u | cut -d '-' -f2-) \ $(git config --get-regexp ^alias\. | awk -F '[\. ]' '{ print $2 }') - worktree #+end_src