mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
git-standup: update zsh completion
This commit is contained in:
parent
0a125edeaf
commit
383f95f7c8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue