mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
unposted (cf. users/21737):: _git-subtree: Record technical debt in comment.
This commit is contained in:
parent
d09cb7e979
commit
db9f0d3b3e
2 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
2016-07-17 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* unposted (cf. users/21737):: Completion/Unix/Command/_git:
|
||||
_git-subtree: Record technical debt in comment.
|
||||
|
||||
* users/21750 (after users/21551): Completion/Unix/Command/_git:
|
||||
_git-subtree: Tweak -m,-P completions
|
||||
|
||||
|
|
|
@ -1784,6 +1784,10 @@ _git-subtree () {
|
|||
'--squash[import only a single commit from the subproject]' \
|
||||
': :__git_any_repositories_or_references' \
|
||||
':: :__git_ref_specs' && ret=0
|
||||
# TODO: the use of __git_ref_specs isn't quite right: it will
|
||||
# complete "foo:bar" values which git-subtree(1) doesn't take. What
|
||||
# we should complete here is what's on *one* side of the colon in
|
||||
# __git_ref_specs.
|
||||
;;
|
||||
(merge)
|
||||
_arguments -S \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue