| |   |
| 1 | | complete -c git -a add -d 'Add file contents to the index' |
| 2 | | complete -c git -a apply -d 'Apply a patch on a git index file and a working tree' |
| 3 | | complete -c git -a archive -d 'Create an archive of files from a named tree' |
| 4 | | complete -c git -a bisect -d 'Find the change that introduced a bug by binary search' |
| 5 | | complete -c git -a branch -d 'List, create, or delete branches' |
| 6 | | complete -c git -a checkout -d 'Checkout and switch to a branch' |
| 7 | | complete -c git -a cherry-pick -d 'Apply the change introduced by an existing commit' |
| 8 | | complete -c git -a clone -d 'Clone a repository into a new directory' |
| 9 | | complete -c git -a commit -d 'Record changes to the repository' |
| 10 | | complete -c git -a diff -d 'Show changes between commits, commit and working tree, etc' |
| 11 | | complete -c git -a fetch -d 'Download objects and refs from another repository' |
| 12 | | complete -c git -a grep -d 'Print lines matching a pattern' |
| 13 | | complete -c git -a init -d 'Create an empty git repository or reinitialize an existing one' |
| 14 | | complete -c git -a log -d 'Show commit logs' |
| 15 | | complete -c git -a merge -d 'Join two or more development histories together' |
| 16 | | complete -c git -a mv -d 'Move or rename a file, a directory, or a symlink' |
| 17 | | complete -c git -a prune -d 'Prune all unreachable objects from the object database' |
| 18 | | complete -c git -a pull -d 'Fetch from and merge with another repository or a local branch' |
| 19 | | complete -c git -a push -d 'Update remote refs along with associated objects' |
| 20 | | complete -c git -a rebase -d 'Forward-port local commits to the updated upstream head' |
| 21 | | complete -c git -a reset -d 'Reset current HEAD to the specified state' |
| 22 | | complete -c git -a revert -d 'Revert an existing commit' |
| 23 | | complete -c git -a rm -d 'Remove files from the working tree and from the index' |
| 24 | | complete -c git -a show -d 'Show various types of objects' |
| 25 | | complete -c git -a show-branch -d 'Show branches and their commits' |
| 26 | | complete -c git -a status -d 'Show the working tree status' |
| 27 | | complete -c git -a tag -d 'Create, list, delete or verify a tag object signed with GPG' |
| 1 | |
| 2 | # |
| 3 | # Completions for the git command |
| 4 | # This file was autogenerated by the file make_vcs_completions.fish |
| 5 | # which is shipped with the fish source code. |
| 6 | # |
| 7 | |
| 8 | # |
| 9 | # Completions from commandline |
| 10 | # |
| 11 | |
| 12 | |
| 13 | # |
| 14 | # subcommands |
| 15 | # |
| 16 | |
| 17 | complete -c git -n '__fish_use_subcommand' -x -a add --description 'Add file contents to the index' |
| 18 | complete -c git -n '__fish_use_subcommand' -x -a bisect --description 'Find the change that introduced a bug by binary search' |
| 19 | complete -c git -n '__fish_use_subcommand' -x -a branch --description 'List, create, or delete branches' |
| 20 | complete -c git -n '__fish_use_subcommand' -x -a checkout --description 'Checkout and switch to a branch' |
| 21 | complete -c git -n '__fish_use_subcommand' -x -a clone --description 'Clone a repository into a new directory' |
| 22 | complete -c git -n '__fish_use_subcommand' -x -a commit --description 'Record changes to the repository' |
| 23 | complete -c git -n '__fish_use_subcommand' -x -a diff --description 'Show changes between commits, commit and working tree, etc' |
| 24 | complete -c git -n '__fish_use_subcommand' -x -a fetch --description 'Download objects and refs from another repository' |
| 25 | complete -c git -n '__fish_use_subcommand' -x -a grep --description 'Print lines matching a pattern' |
| 26 | complete -c git -n '__fish_use_subcommand' -x -a init --description 'Create an empty git repository or reinitialize an existing one' |
| 27 | complete -c git -n '__fish_use_subcommand' -x -a log --description 'Show commit logs' |
| 28 | complete -c git -n '__fish_use_subcommand' -x -a merge --description 'Join two or more development histories together' |
| 29 | complete -c git -n '__fish_use_subcommand' -x -a mv --description 'Move or rename a file, a directory, or a symlink' |
| 30 | complete -c git -n '__fish_use_subcommand' -x -a pull --description 'Fetch from and merge with another repository or a local branch' |
| 31 | complete -c git -n '__fish_use_subcommand' -x -a push --description 'Update remote refs along with associated objects' |
| 32 | complete -c git -n '__fish_use_subcommand' -x -a rebase --description 'Forward-port local commits to the updated upstream head' |
| 33 | complete -c git -n '__fish_use_subcommand' -x -a reset --description 'Reset current HEAD to the specified state' |
| 34 | complete -c git -n '__fish_use_subcommand' -x -a rm --description 'Remove files from the working tree and from the index' |
| 35 | complete -c git -n '__fish_use_subcommand' -x -a show --description 'Show various types of objects' |
| 36 | complete -c git -n '__fish_use_subcommand' -x -a status --description 'Show the working tree status' |
| 37 | complete -c git -n '__fish_use_subcommand' -x -a tag --description 'Create, list, delete or verify a tag object signed with GPG' |
| 38 | |
| 39 | |
| 40 | # |
| 41 | # Completions for the 'add' subcommand |
| 42 | # |
| 43 | |
| 44 | |
| 45 | |
| 46 | # |
| 47 | # Completions for the 'bisect' subcommand |
| 48 | # |
| 49 | |
| 50 | |
| 51 | |
| 52 | # |
| 53 | # Completions for the 'branch' subcommand |
| 54 | # |
| 55 | |
| 56 | complete -c git -n 'contains \'branch\' (commandline -poc)' -l contains -x --description 'Shows only the branches that contains the' |
| 57 | complete -c git -n 'contains \'branch\' (commandline -poc)' -l no-track -x --description 'Given' |
| 58 | |
| 59 | |
| 60 | # |
| 61 | # Completions for the 'checkout' subcommand |
| 62 | # |
| 63 | |
| 64 | complete -c git -n 'contains \'checkout\' (commandline -poc)' -l track -x --description '--no-track options, which will be passed to git branch' |
| 65 | complete -c git -n 'contains \'checkout\' (commandline -poc)' -l no-track -x --description 'Given' |
| 66 | complete -c git -n 'contains \'checkout\' (commandline -poc)' -l hard -x --description 'To further move around, for example. You' |
| 67 | |
| 68 | |
| 69 | # |
| 70 | # Completions for the 'clone' subcommand |
| 71 | # |
| 72 | |
| 73 | complete -c git -n 'contains \'clone\' (commandline -poc)' -l reference --description '<repository>' |
| 74 | complete -c git -n 'contains \'clone\' (commandline -poc)' -l origin -x --description '-o <name>' |
| 75 | complete -c git -n 'contains \'clone\' (commandline -poc)' -l upload-pack -x --description '-u <upload-pack>' |
| 76 | complete -c git -n 'contains \'clone\' (commandline -poc)' -l exec -x --description 'Is passed to the command to' |
| 77 | complete -c git -n 'contains \'clone\' (commandline -poc)' -l depth --description '<depth>' |
| 78 | |
| 79 | |
| 80 | # |
| 81 | # Completions for the 'commit' subcommand |
| 82 | # |
| 83 | |
| 84 | complete -c git -n 'contains \'commit\' (commandline -poc)' -l author --description '<author>' |
| 85 | |
| 86 | |
| 87 | # |
| 88 | # Completions for the 'diff' subcommand |
| 89 | # |
| 90 | |
| 91 | complete -c git -n 'contains \'diff\' (commandline -poc)' -l cached --description '<tree-ish>' |
| 92 | complete -c git -n 'contains \'diff\' (commandline -poc)' -l cc -x --description 'To generate diff output also for merge commits. The output' |
| 93 | complete -c git -n 'contains \'diff\' (commandline -poc)' -l git -x --description 'B/file2' |
| 94 | complete -c git -n 'contains \'diff\' (commandline -poc)' -l combined --description 'Describe.c' |
| 95 | complete -c git -n 'contains \'diff\' (commandline -poc)' -l - --description 'A/describe.c' |
| 96 | complete -c git -n 'contains \'diff\' (commandline -poc)' -l combined --description 'File' |
| 97 | complete -c git -n 'contains \'diff\' (commandline -poc)' -l c --description 'File' |
| 98 | complete -c git -n 'contains \'diff\' (commandline -poc)' -l - --description 'A/file' |
| 99 | complete -c git -n 'contains \'diff\' (commandline -poc)' -l summary -x --description 'Describes newly added, deleted, renamed and copied' |
| 100 | complete -c git -n 'contains \'diff\' (commandline -poc)' -l numstat -x --description 'Gives the diffstat(1) information but is designed' |
| 101 | |
| 102 | |
| 103 | # |
| 104 | # Completions for the 'fetch' subcommand |
| 105 | # |
| 106 | |
| 107 | complete -c git -n 'contains \'fetch\' (commandline -poc)' -l quiet -x --description 'Git-fetch-pack and silence any other internally' |
| 108 | complete -c git -n 'contains \'fetch\' (commandline -poc)' -l upload-pack --description '<upload-pack>' |
| 109 | complete -c git -n 'contains \'fetch\' (commandline -poc)' -l exec -x --description 'Is passed to the command to' |
| 110 | complete -c git -n 'contains \'fetch\' (commandline -poc)' -l depth -x --description 'Option (see git-clone(1)) by the specified' |
| 111 | |
| 112 | |
| 113 | # |
| 114 | # Completions for the 'grep' subcommand |
| 115 | # |
| 116 | |
| 117 | complete -c git -n 'contains \'grep\' (commandline -poc)' -s E -l extended-regexp -x --description '-G | --basic-regexp' |
| 118 | complete -c git -n 'contains \'grep\' (commandline -poc)' -s l -l files-with-matches -x --description '-L | --files-without-match' |
| 119 | complete -c git -n 'contains \'grep\' (commandline -poc)' -l and -x --description '--or | --not | ( | )' |
| 120 | complete -c git -n 'contains \'grep\' (commandline -poc)' -l or -x --description 'The default operator. --and has higher' |
| 121 | |
| 122 | |
| 123 | # |
| 124 | # Completions for the 'init' subcommand |
| 125 | # |
| 126 | |
| 127 | |
| 128 | |
| 129 | # |
| 130 | # Completions for the 'log' subcommand |
| 131 | # |
| 132 | |
| 133 | complete -c git -n 'contains \'log\' (commandline -poc)' -l date -x --description 'Shows dates relative to the current time, e.g. "2' |
| 134 | complete -c git -n 'contains \'log\' (commandline -poc)' -l date -x --description 'Shows timestamps in user´s local timezone' |
| 135 | complete -c git -n 'contains \'log\' (commandline -poc)' -l date -x --description '(or --date=iso8601) shows timestamps in ISO 8601 format' |
| 136 | complete -c git -n 'contains \'log\' (commandline -poc)' -l date -x --description '(or --date=rfc2822) shows timestamps in RFC 2822 format,' |
| 137 | complete -c git -n 'contains \'log\' (commandline -poc)' -l date -x --description 'Shows only date but not time, in YYYY-MM-DD format' |
| 138 | complete -c git -n 'contains \'log\' (commandline -poc)' -l date -x --description 'Shows timestamps in the original timezone (either' |
| 139 | complete -c git -n 'contains \'log\' (commandline -poc)' -l since -x --description '--after=date' |
| 140 | complete -c git -n 'contains \'log\' (commandline -poc)' -l until -x --description '--before=date' |
| 141 | complete -c git -n 'contains \'log\' (commandline -poc)' -l max-age -x --description '--min-age=timestamp' |
| 142 | complete -c git -n 'contains \'log\' (commandline -poc)' -l author -x --description '--committer=pattern' |
| 143 | complete -c git -n 'contains \'log\' (commandline -poc)' -l pretty -x --description 'Other than oneline (for obvious reasons), this' |
| 144 | complete -c git -n 'contains \'log\' (commandline -poc)' -l pretty -x --description 'The commit message is prefixed with this' |
| 145 | complete -c git -n 'contains \'log\' (commandline -poc)' -l objects -x --description '^bar thus means "send me all object IDs' |
| 146 | complete -c git -n 'contains \'log\' (commandline -poc)' -l git -x --description 'B/file2' |
| 147 | complete -c git -n 'contains \'log\' (commandline -poc)' -l combined --description 'Describe.c' |
| 148 | complete -c git -n 'contains \'log\' (commandline -poc)' -l - --description 'A/describe.c' |
| 149 | complete -c git -n 'contains \'log\' (commandline -poc)' -l combined --description 'File' |
| 150 | complete -c git -n 'contains \'log\' (commandline -poc)' -l c --description 'File' |
| 151 | complete -c git -n 'contains \'log\' (commandline -poc)' -l - --description 'A/file' |
| 152 | |
| 153 | |
| 154 | # |
| 155 | # Completions for the 'merge' subcommand |
| 156 | # |
| 157 | |
| 158 | |
| 159 | |
| 160 | # |
| 161 | # Completions for the 'mv' subcommand |
| 162 | # |
| 163 | |
| 164 | |
| 165 | |
| 166 | # |
| 167 | # Completions for the 'pull' subcommand |
| 168 | # |
| 169 | |
| 170 | complete -c git -n 'contains \'pull\' (commandline -poc)' -l quiet -x --description 'Git-fetch-pack and silence any other internally' |
| 171 | complete -c git -n 'contains \'pull\' (commandline -poc)' -l upload-pack --description '<upload-pack>' |
| 172 | complete -c git -n 'contains \'pull\' (commandline -poc)' -l exec -x --description 'Is passed to the command to' |
| 173 | complete -c git -n 'contains \'pull\' (commandline -poc)' -l depth -x --description 'Option (see git-clone(1)) by the specified' |
| 174 | |
| 175 | |
| 176 | # |
| 177 | # Completions for the 'push' subcommand |
| 178 | # |
| 179 | |
| 180 | |
| 181 | |
| 182 | # |
| 183 | # Completions for the 'rebase' subcommand |
| 184 | # |
| 185 | |
| 186 | complete -c git -n 'contains \'rebase\' (commandline -poc)' -l continue -x --description '--skip | --abort' |
| 187 | complete -c git -n 'contains \'rebase\' (commandline -poc)' -l onto -x --description 'Next topic' |
| 188 | complete -c git -n 'contains \'rebase\' (commandline -poc)' -l onto -x --description 'TopicA topicB' |
| 189 | complete -c git -n 'contains \'rebase\' (commandline -poc)' -l onto -x --description 'TopicA~3 topicA' |
| 190 | |
| 191 | |
| 192 | # |
| 193 | # Completions for the 'reset' subcommand |
| 194 | # |
| 195 | |
| 196 | |
| 197 | |
| 198 | # |
| 199 | # Completions for the 'rm' subcommand |
| 200 | # |
| 201 | |
| 202 | complete -c git -n 'contains \'rm\' (commandline -poc)' -l cached -x --description 'Given, the staged content has to match either the tip of' |
| 203 | |
| 204 | |
| 205 | # |
| 206 | # Completions for the 'show' subcommand |
| 207 | # |
| 208 | |
| 209 | |
| 210 | |
| 211 | # |
| 212 | # Completions for the 'status' subcommand |
| 213 | # |
| 214 | |
| 215 | |
| 216 | |
| 217 | # |
| 218 | # Completions for the 'tag' subcommand |
| 219 | # |
| 220 | |
| 221 | |
| 222 | |
| 223 | |
| toggle raw diff |
--- a/completions/git.fish
+++ b/completions/git.fish
@@ -1,27 +1,223 @@
-complete -c git -a add -d 'Add file contents to the index'
-complete -c git -a apply -d 'Apply a patch on a git index file and a working tree'
-complete -c git -a archive -d 'Create an archive of files from a named tree'
-complete -c git -a bisect -d 'Find the change that introduced a bug by binary search'
-complete -c git -a branch -d 'List, create, or delete branches'
-complete -c git -a checkout -d 'Checkout and switch to a branch'
-complete -c git -a cherry-pick -d 'Apply the change introduced by an existing commit'
-complete -c git -a clone -d 'Clone a repository into a new directory'
-complete -c git -a commit -d 'Record changes to the repository'
-complete -c git -a diff -d 'Show changes between commits, commit and working tree, etc'
-complete -c git -a fetch -d 'Download objects and refs from another repository'
-complete -c git -a grep -d 'Print lines matching a pattern'
-complete -c git -a init -d 'Create an empty git repository or reinitialize an existing one'
-complete -c git -a log -d 'Show commit logs'
-complete -c git -a merge -d 'Join two or more development histories together'
-complete -c git -a mv -d 'Move or rename a file, a directory, or a symlink'
-complete -c git -a prune -d 'Prune all unreachable objects from the object database'
-complete -c git -a pull -d 'Fetch from and merge with another repository or a local branch'
-complete -c git -a push -d 'Update remote refs along with associated objects'
-complete -c git -a rebase -d 'Forward-port local commits to the updated upstream head'
-complete -c git -a reset -d 'Reset current HEAD to the specified state'
-complete -c git -a revert -d 'Revert an existing commit'
-complete -c git -a rm -d 'Remove files from the working tree and from the index'
-complete -c git -a show -d 'Show various types of objects'
-complete -c git -a show-branch -d 'Show branches and their commits'
-complete -c git -a status -d 'Show the working tree status'
-complete -c git -a tag -d 'Create, list, delete or verify a tag object signed with GPG'
+
+#
+# Completions for the git command
+# This file was autogenerated by the file make_vcs_completions.fish
+# which is shipped with the fish source code.
+#
+
+#
+# Completions from commandline
+#
+
+
+#
+# subcommands
+#
+
+complete -c git -n '__fish_use_subcommand' -x -a add --description 'Add file contents to the index'
+complete -c git -n '__fish_use_subcommand' -x -a bisect --description 'Find the change that introduced a bug by binary search'
+complete -c git -n '__fish_use_subcommand' -x -a branch --description 'List, create, or delete branches'
+complete -c git -n '__fish_use_subcommand' -x -a checkout --description 'Checkout and switch to a branch'
+complete -c git -n '__fish_use_subcommand' -x -a clone --description 'Clone a repository into a new directory'
+complete -c git -n '__fish_use_subcommand' -x -a commit --description 'Record changes to the repository'
+complete -c git -n '__fish_use_subcommand' -x -a diff --description 'Show changes between commits, commit and working tree, etc'
+complete -c git -n '__fish_use_subcommand' -x -a fetch --description 'Download objects and refs from another repository'
+complete -c git -n '__fish_use_subcommand' -x -a grep --description 'Print lines matching a pattern'
+complete -c git -n '__fish_use_subcommand' -x -a init --description 'Create an empty git repository or reinitialize an existing one'
+complete -c git -n '__fish_use_subcommand' -x -a log --description 'Show commit logs'
+complete -c git -n '__fish_use_subcommand' -x -a merge --description 'Join two or more development histories together'
+complete -c git -n '__fish_use_subcommand' -x -a mv --description 'Move or rename a file, a directory, or a symlink'
+complete -c git -n '__fish_use_subcommand' -x -a pull --description 'Fetch from and merge with another repository or a local branch'
+complete -c git -n '__fish_use_subcommand' -x -a push --description 'Update remote refs along with associated objects'
+complete -c git -n '__fish_use_subcommand' -x -a rebase --description 'Forward-port local commits to the updated upstream head'
+complete -c git -n '__fish_use_subcommand' -x -a reset --description 'Reset current HEAD to the specified state'
+complete -c git -n '__fish_use_subcommand' -x -a rm --description 'Remove files from the working tree and from the index'
+complete -c git -n '__fish_use_subcommand' -x -a show --description 'Show various types of objects'
+complete -c git -n '__fish_use_subcommand' -x -a status --description 'Show the working tree status'
+complete -c git -n '__fish_use_subcommand' -x -a tag --description 'Create, list, delete or verify a tag object signed with GPG'
+
+
+#
+# Completions for the 'add' subcommand
+#
+
+
+
+#
+# Completions for the 'bisect' subcommand
+#
+
+
+
+#
+# Completions for the 'branch' subcommand
+#
+
+complete -c git -n 'contains \'branch\' (commandline -poc)' -l contains -x --description 'Shows only the branches that contains the'
+complete -c git -n 'contains \'branch\' (commandline -poc)' -l no-track -x --description 'Given'
+
+
+#
+# Completions for the 'checkout' subcommand
+#
+
+complete -c git -n 'contains \'checkout\' (commandline -poc)' -l track -x --description '--no-track options, which will be passed to git branch'
+complete -c git -n 'contains \'checkout\' (commandline -poc)' -l no-track -x --description 'Given'
+complete -c git -n 'contains \'checkout\' (commandline -poc)' -l hard -x --description 'To further move around, for example. You'
+
+
+#
+# Completions for the 'clone' subcommand
+#
+
+complete -c git -n 'contains \'clone\' (commandline -poc)' -l reference --description '<repository>'
+complete -c git -n 'contains \'clone\' (commandline -poc)' -l origin -x --description '-o <name>'
+complete -c git -n 'contains \'clone\' (commandline -poc)' -l upload-pack -x --description '-u <upload-pack>'
+complete -c git -n 'contains \'clone\' (commandline -poc)' -l exec -x --description 'Is passed to the command to'
+complete -c git -n 'contains \'clone\' (commandline -poc)' -l depth --description '<depth>'
+
+
+#
+# Completions for the 'commit' subcommand
+#
+
+complete -c git -n 'contains \'commit\' (commandline -poc)' -l author --description '<author>'
+
+
+#
+# Completions for the 'diff' subcommand
+#
+
+complete -c git -n 'contains \'diff\' (commandline -poc)' -l cached --description '<tree-ish>'
+complete -c git -n 'contains \'diff\' (commandline -poc)' -l cc -x --description 'To generate diff output also for merge commits. The output'
+complete -c git -n 'contains \'diff\' (commandline -poc)' -l git -x --description 'B/file2'
+complete -c git -n 'contains \'diff\' (commandline -poc)' -l combined --description 'Describe.c'
+complete -c git -n 'contains \'diff\' (commandline -poc)' -l - --description 'A/describe.c'
+complete -c git -n 'contains \'diff\' (commandline -poc)' -l combined --description 'File'
+complete -c git -n 'contains \'diff\' (commandline -poc)' -l c --description 'File'
+complete -c git -n 'contains \'diff\' (commandline -poc)' -l - --description 'A/file'
+complete -c git -n 'contains \'diff\' (commandline -poc)' -l summary -x --description 'Describes newly added, deleted, renamed and copied'
+complete -c git -n 'contains \'diff\' (commandline -poc)' -l numstat -x --description 'Gives the diffstat(1) information but is designed'
+
+
+#
+# Completions for the 'fetch' subcommand
+#
+
+complete -c git -n 'contains \'fetch\' (commandline -poc)' -l quiet -x --description 'Git-fetch-pack and silence any other internally'
+complete -c git -n 'contains \'fetch\' (commandline -poc)' -l upload-pack --description '<upload-pack>'
+complete -c git -n 'contains \'fetch\' (commandline -poc)' -l exec -x --description 'Is passed to the command to'
+complete -c git -n 'contains \'fetch\' (commandline -poc)' -l depth -x --description 'Option (see git-clone(1)) by the specified'
+
+
+#
+# Completions for the 'grep' subcommand
+#
+
+complete -c git -n 'contains \'grep\' (commandline -poc)' -s E -l extended-regexp -x --description '-G | --basic-regexp'
+complete -c git -n 'contains \'grep\' (commandline -poc)' -s l -l files-with-matches -x --description '-L | --files-without-match'
+complete -c git -n 'contains \'grep\' (commandline -poc)' -l and -x --description '--or | --not | ( | )'
+complete -c git -n 'contains \'grep\' (commandline -poc)' -l or -x --description 'The default operator. --and has higher'
+
+
+#
+# Completions for the 'init' subcommand
+#
+
+
+
+#
+# Completions for the 'log' subcommand
+#
+
+complete -c git -n 'contains \'log\' (commandline -poc)' -l date -x --description 'Shows dates relative to the current time, e.g. "2'
+complete -c git -n 'contains \'log\' (commandline -poc)' -l date -x --description 'Shows timestamps in user´s local timezone'
+complete -c git -n 'contains \'log\' (commandline -poc)' -l date -x --description '(or --date=iso8601) shows timestamps in ISO 8601 format'
+complete -c git -n 'contains \'log\' (commandline -poc)' -l date -x --description '(or --date=rfc2822) shows timestamps in RFC 2822 format,'
+complete -c git -n 'contains \'log\' (commandline -poc)' -l date -x --description 'Shows only date but not time, in YYYY-MM-DD format'
+complete -c git -n 'contains \'log\' (commandline -poc)' -l date -x --description 'Shows timestamps in the original timezone (either'
+complete -c git -n 'contains \'log\' (commandline -poc)' -l since -x --description '--after=date'
+complete -c git -n 'contains \'log\' (commandline -poc)' -l until -x --description '--before=date'
+complete -c git -n 'contains \'log\' (commandline -poc)' -l max-age -x --description '--min-age=timestamp'
+complete -c git -n 'contains \'log\' (commandline -poc)' -l author -x --description '--committer=pattern'
+complete -c git -n 'contains \'log\' (commandline -poc)' -l pretty -x --description 'Other than oneline (for obvious reasons), this'
+complete -c git -n 'contains \'log\' (commandline -poc)' -l pretty -x --description 'The commit message is prefixed with this'
+complete -c git -n 'contains \'log\' (commandline -poc)' -l objects -x --description '^bar thus means "send me all object IDs'
+complete -c git -n 'contains \'log\' (commandline -poc)' -l git -x --description 'B/file2'
+complete -c git -n 'contains \'log\' (commandline -poc)' -l combined --description 'Describe.c'
+complete -c git -n 'contains \'log\' (commandline -poc)' -l - --description 'A/describe.c'
+complete -c git -n 'contains \'log\' (commandline -poc)' -l combined --description 'File'
+complete -c git -n 'contains \'log\' (commandline -poc)' -l c --description 'File'
+complete -c git -n 'contains \'log\' (commandline -poc)' -l - --description 'A/file'
+
+
+#
+# Completions for the 'merge' subcommand
+#
+
+
+
+#
+# Completions for the 'mv' subcommand
+#
+
+
+
+#
+# Completions for the 'pull' subcommand
+#
+
+complete -c git -n 'contains \'pull\' (commandline -poc)' -l quiet -x --description 'Git-fetch-pack and silence any other internally'
+complete -c git -n 'contains \'pull\' (commandline -poc)' -l upload-pack --description '<upload-pack>'
+complete -c git -n 'contains \'pull\' (commandline -poc)' -l exec -x --description 'Is passed to the command to'
+complete -c git -n 'contains \'pull\' (commandline -poc)' -l depth -x --description 'Option (see git-clone(1)) by the specified'
+
+
+#
+# Completions for the 'push' subcommand
+#
+
+
+
+#
+# Completions for the 'rebase' subcommand
+#
+
+complete -c git -n 'contains \'rebase\' (commandline -poc)' -l continue -x --description '--skip | --abort'
+complete -c git -n 'contains \'rebase\' (commandline -poc)' -l onto -x --description 'Next topic'
+complete -c git -n 'contains \'rebase\' (commandline -poc)' -l onto -x --description 'TopicA topicB'
+complete -c git -n 'contains \'rebase\' (commandline -poc)' -l onto -x --description 'TopicA~3 topicA'
+
+
+#
+# Completions for the 'reset' subcommand
+#
+
+
+
+#
+# Completions for the 'rm' subcommand
+#
+
+complete -c git -n 'contains \'rm\' (commandline -poc)' -l cached -x --description 'Given, the staged content has to match either the tip of'
+
+
+#
+# Completions for the 'show' subcommand
+#
+
+
+
+#
+# Completions for the 'status' subcommand
+#
+
+
+
+#
+# Completions for the 'tag' subcommand
+#
+
+
+
+ |