aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar Fabian Homborg <FHomborg@gmail.com>2015-11-28 14:41:37 +0100
committerGravatar Fabian Homborg <FHomborg@gmail.com>2015-11-28 14:41:37 +0100
commit17b6936f53f6e20e275e236255faad63738e2a1a (patch)
treefc6c67db5e19caaf0b6d408e8224347c3d20b48b /share
parentc5bcc4567ebd8128ee39d1b2e4f72b9925e32597 (diff)
parent7b3d93f4a14910bd22a6d083cdfd1b7c327fff56 (diff)
Merge pull request #2573 from mrshu/mrshu/add-missing-git-remote-subcommands
git: Add missing remote subcommands completion
Diffstat (limited to 'share')
-rw-r--r--share/completions/git.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/completions/git.fish b/share/completions/git.fish
index 14a77889..ffa5f948 100644
--- a/share/completions/git.fish
+++ b/share/completions/git.fish
@@ -199,6 +199,10 @@ complete -f -c git -n '__fish_git_using_command remote' -a rm -d 'Removes a remo
complete -f -c git -n '__fish_git_using_command remote' -a show -d 'Shows a remote'
complete -f -c git -n '__fish_git_using_command remote' -a prune -d 'Deletes all stale tracking branches'
complete -f -c git -n '__fish_git_using_command remote' -a update -d 'Fetches updates'
+complete -f -c git -n '__fish_git_using_command remote' -a rename -d 'Renames a remote'
+complete -f -c git -n '__fish_git_using_command remote' -a set-head -d 'Sets the default branch for a remote'
+complete -f -c git -n '__fish_git_using_command remote' -a set-url -d 'Changes URLs for a remote'
+complete -f -c git -n '__fish_git_using_command remote' -a set-branches -d 'Changes the list of branches tracked by a remote'
# TODO options
### show