File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 112016-07-17 Daniel Shahaf <
[email protected] >
22
3+ * unposted (cf. users/21737):: Completion/Unix/Command/_git:
4+ _git-subtree: Record technical debt in comment.
5+
36 * users/21750 (after users/21551): Completion/Unix/Command/_git:
47 _git-subtree: Tweak -m,-P completions
58
Original file line number Diff line number Diff line change @@ -1784,6 +1784,10 @@ _git-subtree () {
17841784 '--squash[import only a single commit from the subproject]' \
17851785 ': :__git_any_repositories_or_references' \
17861786 ':: :__git_ref_specs' && ret=0
1787+ # TODO: the use of __git_ref_specs isn't quite right: it will
1788+ # complete "foo:bar" values which git-subtree(1) doesn't take. What
1789+ # we should complete here is what's on *one* side of the colon in
1790+ # __git_ref_specs.
17871791 ;;
17881792 (merge)
17891793 _arguments -S \
You can’t perform that action at this time.
0 commit comments