From 383f95f7c8016a3695cf78144ada121bdfe4f208 Mon Sep 17 00:00:00 2001 From: spacewander Date: Thu, 13 Apr 2017 00:16:55 +0800 Subject: [PATCH] git-standup: update zsh completion --- etc/git-extras-completion.zsh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/etc/git-extras-completion.zsh b/etc/git-extras-completion.zsh index de0db63..2fc84c8 100644 --- a/etc/git-extras-completion.zsh +++ b/etc/git-extras-completion.zsh @@ -342,6 +342,18 @@ _git-stamp() { '(--replace -r)'{--replace,-r}'[replace stamps with same id]' } +_git-standup() { + _arguments -C \ + '-a[Specify the author of commits. Use "all" to specify all authors.]' \ + '-d[Show history since N days ago]' \ + '-D[Specify the date format displayed in commit history]' \ + '-f[Fetch commits before showing history]' \ + '-g[Display GPG signed info]' \ + '-h[Display help message]' \ + '-L[Enable the inclusion of symbolic links]' \ + '-m[The depth of recursive directory search]' +} + _git-summary() { _arguments '--line[summarize with lines rather than commits]' __gitex_commits