Skip to content

Commit db9f0d3

Browse files
committed
unposted (cf. users/21737):: _git-subtree: Record technical debt in comment.
1 parent d09cb7e commit db9f0d3

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
2016-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

Completion/Unix/Command/_git

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)