You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: completion/git-machete.fish
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ complete -c git-machete -n "__fish_seen_subcommand_from github; and not __fish_s
103
103
complete-c git-machete -n"__fish_seen_subcommand_from github; and __fish_seen_subcommand_from anno-prs; and not __fish_seen_subcommand_from --with-urls"-f-l with-urls -d'Include PR URLs in the annotations'
104
104
complete-c git-machete -n"__fish_seen_subcommand_from github; and __fish_seen_subcommand_from checkout-prs; and not __fish_seen_subcommand_from --all"-f-l all -d'Checkout all open PRs'
105
105
complete-c git-machete -n"__fish_seen_subcommand_from github; and __fish_seen_subcommand_from checkout-prs; and not __fish_seen_subcommand_from --by"-x-l by -d"Checkout someone's open PRs"
106
-
complete-c git-machete -n"__fish_seen_subcommand_from github; and __fish_seen_subcommand_from checkout-prs; and not __fish_seen_subcommand_from --mine"-x-l mine -d'Checkout open PRs for the current user associated with the GitHub token'
106
+
complete-c git-machete -n"__fish_seen_subcommand_from github; and __fish_seen_subcommand_from checkout-prs; and not __fish_seen_subcommand_from --mine"-f-l mine -d'Checkout open PRs for the current user associated with the GitHub token'
107
107
complete-c git-machete -n"__fish_seen_subcommand_from github; and __fish_seen_subcommand_from create-pr; and not __fish_seen_subcommand_from --draft"-f-l draft -d'Create the new PR as a draft'
108
108
complete-c git-machete -n"__fish_seen_subcommand_from github; and __fish_seen_subcommand_from create-pr; and not __fish_seen_subcommand_from --title"-x-l title -d'Set the title for new PR explicitly'
109
109
complete-c git-machete -n"__fish_seen_subcommand_from github; and __fish_seen_subcommand_from create-pr; and not __fish_seen_subcommand_from --update-related-descriptions"-f-l update-related-descriptions -s U -d'Update the generated sections of PR descriptions that list the upstream and/or downstream PRs'
complete-c git-machete -n"__fish_seen_subcommand_from github; and __fish_seen_subcommand_from retarget-pr; and not __fish_seen_subcommand_from --ignore-if-missing"-f-l ignore-if-missing -d'Ignore errors and quietly terminate execution if there is no PR opened for current (or specified) branch'
114
114
complete-c git-machete -n"__fish_seen_subcommand_from github; and __fish_seen_subcommand_from retarget-pr; and not __fish_seen_subcommand_from --update-related-descriptions"-f-l update-related-descriptions -s U -d'Update the generated sections of PR descriptions that list the upstream and/or downstream PRs'
115
115
complete-c git-machete -n"__fish_seen_subcommand_from github; and __fish_seen_subcommand_from update-pr-descriptions; and not __fish_seen_subcommand_from --all"-f-l all -d'Update PR descriptions for all PRs in the repository'
116
-
complete-c git-machete -n"__fish_seen_subcommand_from github; and __fish_seen_subcommand_from update-pr-descriptions; and not __fish_seen_subcommand_from --mine"-x-l mine -d'Update PR descriptions for all PRs opened by the current user associated with the GitHub token'
117
-
complete-c git-machete -n"__fish_seen_subcommand_from github; and __fish_seen_subcommand_from update-pr-descriptions; and not __fish_seen_subcommand_from --related"-x-l related -d'Update PR descriptions for all PRs that are upstream and/or downstream of the PR for the current branch'
116
+
complete-c git-machete -n"__fish_seen_subcommand_from github; and __fish_seen_subcommand_from update-pr-descriptions; and not __fish_seen_subcommand_from --by"-x-l by -d'Update PR descriptions for all PRs opened by the given user'
117
+
complete-c git-machete -n"__fish_seen_subcommand_from github; and __fish_seen_subcommand_from update-pr-descriptions; and not __fish_seen_subcommand_from --mine"-f-l mine -d'Update PR descriptions for all PRs opened by the current user associated with the GitHub token'
118
+
complete-c git-machete -n"__fish_seen_subcommand_from github; and __fish_seen_subcommand_from update-pr-descriptions; and not __fish_seen_subcommand_from --related"-f-l related -d'Update PR descriptions for all PRs that are upstream and/or downstream of the PR for the current branch'
118
119
119
120
# git machete gitlab
120
121
complete-c git-machete -n"not __fish_seen_subcommand_from $__machete_commands"-f-a gitlab -d'Create, check out and manage GitLab MRs while keeping them reflected in git machete'
@@ -127,7 +128,7 @@ complete -c git-machete -n "__fish_seen_subcommand_from gitlab; and not __fish_s
127
128
complete-c git-machete -n"__fish_seen_subcommand_from gitlab; and __fish_seen_subcommand_from anno-mrs; and not __fish_seen_subcommand_from --with-urls"-f-l with-urls -d'Include MR URLs in the annotations'
128
129
complete-c git-machete -n"__fish_seen_subcommand_from gitlab; and __fish_seen_subcommand_from checkout-mrs; and not __fish_seen_subcommand_from --all"-f-l all -d'Checkout all open MRs'
129
130
complete-c git-machete -n"__fish_seen_subcommand_from gitlab; and __fish_seen_subcommand_from checkout-mrs; and not __fish_seen_subcommand_from --by"-x-l by -d"Checkout someone's open MRs"
130
-
complete-c git-machete -n"__fish_seen_subcommand_from gitlab; and __fish_seen_subcommand_from checkout-mrs; and not __fish_seen_subcommand_from --mine"-x-l mine -d'Checkout open MRs for the current user associated with the GitLab token'
131
+
complete-c git-machete -n"__fish_seen_subcommand_from gitlab; and __fish_seen_subcommand_from checkout-mrs; and not __fish_seen_subcommand_from --mine"-f-l mine -d'Checkout open MRs for the current user associated with the GitLab token'
131
132
complete-c git-machete -n"__fish_seen_subcommand_from gitlab; and __fish_seen_subcommand_from create-mr; and not __fish_seen_subcommand_from --draft"-f-l draft -d'Create the new MR as a draft'
132
133
complete-c git-machete -n"__fish_seen_subcommand_from gitlab; and __fish_seen_subcommand_from create-mr; and not __fish_seen_subcommand_from --title"-x-l title -d'Set the title for new MR explicitly'
133
134
complete-c git-machete -n"__fish_seen_subcommand_from gitlab; and __fish_seen_subcommand_from create-mr; and not __fish_seen_subcommand_from --update-related-descriptions"-f-l update-related-descriptions -s U -d'Update the generated sections of MR descriptions that list the upstream and/or downstream MRs'
complete-c git-machete -n"__fish_seen_subcommand_from gitlab; and __fish_seen_subcommand_from retarget-mr; and not __fish_seen_subcommand_from --ignore-if-missing"-f-l ignore-if-missing -d'Ignore errors and quietly terminate execution if there is no MR opened for current (or specified) branch'
138
139
complete-c git-machete -n"__fish_seen_subcommand_from gitlab; and __fish_seen_subcommand_from retarget-mr; and not __fish_seen_subcommand_from --update-related-descriptions"-f-l update-related-descriptions -s U -d'Update the generated sections of MR descriptions that list the upstream and/or downstream MRs'
139
140
complete-c git-machete -n"__fish_seen_subcommand_from gitlab; and __fish_seen_subcommand_from update-mr-descriptions; and not __fish_seen_subcommand_from --all"-f-l all -d'Update MR descriptions for all MRs in the project'
140
-
complete-c git-machete -n"__fish_seen_subcommand_from gitlab; and __fish_seen_subcommand_from update-mr-descriptions; and not __fish_seen_subcommand_from --mine"-x-l mine -d'Update MR descriptions for all MRs opened by the current user associated with the GitHub token'
141
-
complete-c git-machete -n"__fish_seen_subcommand_from gitlab; and __fish_seen_subcommand_from update-mr-descriptions; and not __fish_seen_subcommand_from --related"-x-l related -d'Update MR descriptions for all MRs that are upstream and/or downstream of the MR for the current branch'
141
+
complete-c git-machete -n"__fish_seen_subcommand_from gitlab; and __fish_seen_subcommand_from update-mr-descriptions; and not __fish_seen_subcommand_from --by"-f-l by -d'Update MR descriptions for all MRs opened by the given user'
142
+
complete-c git-machete -n"__fish_seen_subcommand_from gitlab; and __fish_seen_subcommand_from update-mr-descriptions; and not __fish_seen_subcommand_from --mine"-f-l mine -d'Update MR descriptions for all MRs opened by the current user associated with the GitHub token'
143
+
complete-c git-machete -n"__fish_seen_subcommand_from gitlab; and __fish_seen_subcommand_from update-mr-descriptions; and not __fish_seen_subcommand_from --related"-f-l related -d'Update MR descriptions for all MRs that are upstream and/or downstream of the MR for the current branch'
142
144
143
145
# git machete go
144
146
complete-c git-machete -n"not __fish_seen_subcommand_from $__machete_commands"-f-a go -d'Check out the branch relative to the position of the current branch, accepts down/first/last/next/root/prev/up argument'
0 commit comments