]> git.ipfire.org Git - thirdparty/git.git/blob - command-list.txt
completion: reduce completable command list
[thirdparty/git.git] / command-list.txt
1 # Command classification list
2 # ---------------------------
3 # All supported commands, builtin or external, must be described in
4 # here. This info is used to list commands in various places. Each
5 # command is on one line followed by one or more attributes.
6 #
7 # The first attribute group is mandatory and indicates the command
8 # type. This group includes:
9 #
10 # mainporcelain
11 # ancillarymanipulators
12 # ancillaryinterrogators
13 # foreignscminterface
14 # plumbingmanipulators
15 # plumbinginterrogators
16 # synchingrepositories
17 # synchelpers
18 # purehelpers
19 #
20 # The type names are self explanatory. But if you want to see what
21 # command belongs to what group to get a better picture, have a look
22 # at "git" man page, "GIT COMMANDS" section.
23 #
24 # Commands of type mainporcelain can also optionally have one of these
25 # attributes:
26 #
27 # init
28 # worktree
29 # info
30 # history
31 # remote
32 #
33 # These commands are considered "common" and will show up in "git
34 # help" output in groups. Uncommon porcelain commands must not
35 # specify any of these attributes.
36 #
37 # "complete" attribute is used to mark that the command should be
38 # completable by git-completion.bash. Note that by default,
39 # mainporcelain commands are completable so you don't need this
40 # attribute.
41 #
42 # As part of the Git man page list, the man(5/7) guides are also
43 # specified here, which can only have "guide" attribute and nothing
44 # else.
45 #
46 ### command list (do not change this line, also do not change alignment)
47 # command name category [category] [category]
48 git-add mainporcelain worktree
49 git-am mainporcelain
50 git-annotate ancillaryinterrogators
51 git-apply plumbingmanipulators complete
52 git-archimport foreignscminterface
53 git-archive mainporcelain
54 git-bisect mainporcelain info
55 git-blame ancillaryinterrogators complete
56 git-branch mainporcelain history
57 git-bundle mainporcelain
58 git-cat-file plumbinginterrogators
59 git-check-attr purehelpers
60 git-check-ignore purehelpers
61 git-check-mailmap purehelpers
62 git-checkout mainporcelain history
63 git-checkout-index plumbingmanipulators
64 git-check-ref-format purehelpers
65 git-cherry ancillaryinterrogators complete
66 git-cherry-pick mainporcelain
67 git-citool mainporcelain
68 git-clean mainporcelain
69 git-clone mainporcelain init
70 git-column purehelpers
71 git-commit mainporcelain history
72 git-commit-tree plumbingmanipulators
73 git-config ancillarymanipulators complete
74 git-count-objects ancillaryinterrogators
75 git-credential purehelpers
76 git-credential-cache purehelpers
77 git-credential-store purehelpers
78 git-cvsexportcommit foreignscminterface
79 git-cvsimport foreignscminterface
80 git-cvsserver foreignscminterface
81 git-daemon synchingrepositories
82 git-describe mainporcelain
83 git-diff mainporcelain history
84 git-diff-files plumbinginterrogators
85 git-diff-index plumbinginterrogators
86 git-diff-tree plumbinginterrogators
87 git-difftool ancillaryinterrogators complete
88 git-fast-export ancillarymanipulators
89 git-fast-import ancillarymanipulators
90 git-fetch mainporcelain remote
91 git-fetch-pack synchingrepositories
92 git-filter-branch ancillarymanipulators
93 git-fmt-merge-msg purehelpers
94 git-for-each-ref plumbinginterrogators
95 git-format-patch mainporcelain
96 git-fsck ancillaryinterrogators complete
97 git-gc mainporcelain
98 git-get-tar-commit-id ancillaryinterrogators
99 git-grep mainporcelain info
100 git-gui mainporcelain
101 git-hash-object plumbingmanipulators
102 git-help ancillaryinterrogators complete
103 git-http-backend synchingrepositories
104 git-http-fetch synchelpers
105 git-http-push synchelpers
106 git-imap-send foreignscminterface
107 git-index-pack plumbingmanipulators
108 git-init mainporcelain init
109 git-instaweb ancillaryinterrogators complete
110 git-interpret-trailers purehelpers
111 gitk mainporcelain
112 git-log mainporcelain info
113 git-ls-files plumbinginterrogators
114 git-ls-remote plumbinginterrogators
115 git-ls-tree plumbinginterrogators
116 git-mailinfo purehelpers
117 git-mailsplit purehelpers
118 git-merge mainporcelain history
119 git-merge-base plumbinginterrogators
120 git-merge-file plumbingmanipulators
121 git-merge-index plumbingmanipulators
122 git-merge-one-file purehelpers
123 git-mergetool ancillarymanipulators complete
124 git-merge-tree ancillaryinterrogators
125 git-mktag plumbingmanipulators
126 git-mktree plumbingmanipulators
127 git-mv mainporcelain worktree
128 git-name-rev plumbinginterrogators
129 git-notes mainporcelain
130 git-p4 foreignscminterface
131 git-pack-objects plumbingmanipulators
132 git-pack-redundant plumbinginterrogators
133 git-pack-refs ancillarymanipulators
134 git-parse-remote synchelpers
135 git-patch-id purehelpers
136 git-prune ancillarymanipulators
137 git-prune-packed plumbingmanipulators
138 git-pull mainporcelain remote
139 git-push mainporcelain remote
140 git-quiltimport foreignscminterface
141 git-read-tree plumbingmanipulators
142 git-rebase mainporcelain history
143 git-receive-pack synchelpers
144 git-reflog ancillarymanipulators complete
145 git-remote ancillarymanipulators complete
146 git-repack ancillarymanipulators complete
147 git-replace ancillarymanipulators complete
148 git-request-pull foreignscminterface complete
149 git-rerere ancillaryinterrogators
150 git-reset mainporcelain worktree
151 git-revert mainporcelain
152 git-rev-list plumbinginterrogators
153 git-rev-parse ancillaryinterrogators
154 git-rm mainporcelain worktree
155 git-send-email foreignscminterface complete
156 git-send-pack synchingrepositories
157 git-shell synchelpers
158 git-shortlog mainporcelain
159 git-show mainporcelain info
160 git-show-branch ancillaryinterrogators complete
161 git-show-index plumbinginterrogators
162 git-show-ref plumbinginterrogators
163 git-sh-i18n purehelpers
164 git-sh-setup purehelpers
165 git-stash mainporcelain
166 git-stage complete
167 git-status mainporcelain info
168 git-stripspace purehelpers
169 git-submodule mainporcelain
170 git-svn foreignscminterface
171 git-symbolic-ref plumbingmanipulators
172 git-tag mainporcelain history
173 git-unpack-file plumbinginterrogators
174 git-unpack-objects plumbingmanipulators
175 git-update-index plumbingmanipulators
176 git-update-ref plumbingmanipulators
177 git-update-server-info synchingrepositories
178 git-upload-archive synchelpers
179 git-upload-pack synchelpers
180 git-var plumbinginterrogators
181 git-verify-commit ancillaryinterrogators
182 git-verify-pack plumbinginterrogators
183 git-verify-tag ancillaryinterrogators
184 gitweb ancillaryinterrogators
185 git-whatchanged ancillaryinterrogators complete
186 git-worktree mainporcelain
187 git-write-tree plumbingmanipulators
188 gitattributes guide
189 gitcli guide
190 gitcore-tutorial guide
191 gitcvs-migration guide
192 gitdiffcore guide
193 giteveryday guide
194 gitglossary guide
195 githooks guide
196 gitignore guide
197 gitmodules guide
198 gitnamespaces guide
199 gitrepository-layout guide
200 gitrevisions guide
201 gittutorial-2 guide
202 gittutorial guide
203 gitworkflows guide