Raw
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 # User-facing repository, command and file interfaces such as
47 # documentation for the .gitmodules, .mailmap etc. files lives in man
48 # sections 5 and 7. These entries can only have the "userinterfaces"
49 # attribute and nothing else.
50 #
51 # Git's file formats and protocols, such as documentation for the
52 # *.bundle format lives in man section 5. These entries can only have
53 # the "developerinterfaces" attribute and nothing else.
54 #
55 ### command list (do not change this line)
56 # command name category [category] [category]
57 git-add mainporcelain worktree
58 git-am mainporcelain
59 git-annotate ancillaryinterrogators
60 git-apply plumbingmanipulators complete
61 git-archimport foreignscminterface
62 git-archive mainporcelain
63 git-backfill mainporcelain history
64 git-bisect mainporcelain info
65 git-blame ancillaryinterrogators complete
66 git-branch mainporcelain history
67 git-bugreport ancillaryinterrogators
68 git-bundle mainporcelain
69 git-cat-file plumbinginterrogators
70 git-check-attr purehelpers
71 git-check-ignore purehelpers
72 git-check-mailmap purehelpers
73 git-check-ref-format purehelpers
74 git-checkout mainporcelain
75 git-checkout-index plumbingmanipulators
76 git-cherry plumbinginterrogators complete
77 git-cherry-pick mainporcelain
78 git-citool mainporcelain
79 git-clean mainporcelain
80 git-clone mainporcelain init
81 git-column purehelpers
82 git-commit mainporcelain history
83 git-commit-graph plumbingmanipulators
84 git-commit-tree plumbingmanipulators
85 git-config ancillarymanipulators complete
86 git-count-objects ancillaryinterrogators
87 git-credential purehelpers
88 git-credential-cache purehelpers
89 git-credential-store purehelpers
90 git-cvsexportcommit foreignscminterface
91 git-cvsimport foreignscminterface
92 git-cvsserver foreignscminterface
93 git-daemon synchingrepositories
94 git-describe mainporcelain
95 git-diagnose ancillaryinterrogators
96 git-diff mainporcelain info
97 git-diff-files plumbinginterrogators
98 git-diff-index plumbinginterrogators
99 git-diff-pairs plumbinginterrogators
100 git-diff-tree plumbinginterrogators
101 git-difftool ancillaryinterrogators complete
102 git-fast-export ancillarymanipulators
103 git-fast-import ancillarymanipulators
104 git-fetch mainporcelain remote
105 git-fetch-pack synchingrepositories
106 git-filter-branch ancillarymanipulators
107 git-fmt-merge-msg purehelpers
108 git-for-each-ref plumbinginterrogators
109 git-for-each-repo plumbinginterrogators
110 git-format-patch mainporcelain
111 git-format-rev plumbinginterrogators
112 git-fsck ancillaryinterrogators complete
113 git-gc mainporcelain
114 git-get-tar-commit-id plumbinginterrogators
115 git-grep mainporcelain info
116 git-gui mainporcelain
117 git-hash-object plumbingmanipulators
118 git-help ancillaryinterrogators complete
119 git-history mainporcelain history
120 git-hook purehelpers
121 git-http-backend synchingrepositories
122 git-http-fetch synchelpers
123 git-http-push synchelpers
124 git-imap-send foreignscminterface
125 git-index-pack plumbingmanipulators
126 git-init mainporcelain init
127 git-instaweb ancillaryinterrogators complete
128 git-interpret-trailers purehelpers
129 git-last-modified plumbinginterrogators
130 git-log mainporcelain info
131 git-ls-files plumbinginterrogators
132 git-ls-remote plumbinginterrogators
133 git-ls-tree plumbinginterrogators
134 git-mailinfo purehelpers
135 git-mailsplit purehelpers
136 git-maintenance mainporcelain
137 git-merge mainporcelain history
138 git-merge-base plumbinginterrogators
139 git-merge-file plumbingmanipulators
140 git-merge-index plumbingmanipulators
141 git-merge-one-file purehelpers
142 git-merge-tree ancillaryinterrogators
143 git-mergetool ancillarymanipulators complete
144 git-mktag plumbingmanipulators
145 git-mktree plumbingmanipulators
146 git-multi-pack-index plumbingmanipulators
147 git-mv mainporcelain worktree
148 git-name-rev plumbinginterrogators
149 git-notes mainporcelain
150 git-p4 foreignscminterface
151 git-pack-objects plumbingmanipulators
152 git-pack-redundant plumbinginterrogators
153 git-pack-refs ancillarymanipulators
154 git-patch-id purehelpers
155 git-prune ancillarymanipulators complete
156 git-prune-packed plumbingmanipulators
157 git-pull mainporcelain remote
158 git-push mainporcelain remote
159 git-quiltimport foreignscminterface
160 git-range-diff mainporcelain
161 git-read-tree plumbingmanipulators
162 git-rebase mainporcelain history
163 git-receive-pack synchelpers
164 git-reflog ancillarymanipulators complete
165 git-refs ancillarymanipulators complete
166 git-remote ancillarymanipulators complete
167 git-repack ancillarymanipulators complete
168 git-replace ancillarymanipulators complete
169 git-replay plumbingmanipulators
170 git-repo plumbinginterrogators
171 git-request-pull foreignscminterface complete
172 git-rerere ancillaryinterrogators
173 git-reset mainporcelain history
174 git-restore mainporcelain worktree
175 git-rev-list plumbinginterrogators
176 git-rev-parse plumbinginterrogators
177 git-revert mainporcelain
178 git-rm mainporcelain worktree
179 git-send-email foreignscminterface complete
180 git-send-pack synchingrepositories
181 git-sh-i18n purehelpers
182 git-sh-setup purehelpers
183 git-shell synchelpers
184 git-shortlog mainporcelain
185 git-show mainporcelain info
186 git-show-branch ancillaryinterrogators complete
187 git-show-index plumbinginterrogators
188 git-show-ref plumbinginterrogators
189 git-sparse-checkout mainporcelain
190 git-stage complete
191 git-stash mainporcelain
192 git-status mainporcelain info
193 git-stripspace purehelpers
194 git-submodule mainporcelain
195 git-svn foreignscminterface
196 git-switch mainporcelain history
197 git-symbolic-ref plumbingmanipulators
198 git-tag mainporcelain history
199 git-unpack-file plumbinginterrogators
200 git-unpack-objects plumbingmanipulators
201 git-update-index plumbingmanipulators
202 git-update-ref plumbingmanipulators
203 git-update-server-info synchingrepositories
204 git-upload-archive synchelpers
205 git-upload-pack synchelpers
206 git-url-parse purehelpers
207 git-var plumbinginterrogators
208 git-verify-commit ancillaryinterrogators
209 git-verify-pack plumbinginterrogators
210 git-verify-tag ancillaryinterrogators
211 git-version ancillaryinterrogators
212 git-whatchanged ancillaryinterrogators complete
213 git-worktree mainporcelain
214 git-write-tree plumbingmanipulators
215 gitattributes userinterfaces
216 gitcli userinterfaces
217 gitcore-tutorial guide
218 gitcredentials guide
219 gitcvs-migration guide
220 gitdiffcore guide
221 giteveryday guide
222 gitfaq guide
223 gitformat-bundle developerinterfaces
224 gitformat-chunk developerinterfaces
225 gitformat-commit-graph developerinterfaces
226 gitformat-index developerinterfaces
227 gitformat-pack developerinterfaces
228 gitformat-signature developerinterfaces
229 gitglossary guide
230 githooks userinterfaces
231 gitignore userinterfaces
232 gitk mainporcelain
233 gitmailmap userinterfaces
234 gitmodules userinterfaces
235 gitnamespaces guide
236 gitprotocol-capabilities developerinterfaces
237 gitprotocol-common developerinterfaces
238 gitprotocol-http developerinterfaces
239 gitprotocol-pack developerinterfaces
240 gitprotocol-v2 developerinterfaces
241 gitremote-helpers guide
242 gitrepository-layout userinterfaces
243 gitrevisions userinterfaces
244 gitsubmodules guide
245 gittutorial guide
246 gittutorial-2 guide
247 gitweb ancillaryinterrogators
248 gitworkflows guide
249 scalar mainporcelain