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-hunks plumbingmanipulators
99 git-diff-index plumbinginterrogators
100 git-diff-pairs plumbinginterrogators
101 git-diff-tree plumbinginterrogators
102 git-difftool ancillaryinterrogators complete
103 git-fast-export ancillarymanipulators
104 git-fast-import ancillarymanipulators
105 git-fetch mainporcelain remote
106 git-fetch-pack synchingrepositories
107 git-filter-branch ancillarymanipulators
108 git-fmt-merge-msg purehelpers
109 git-for-each-ref plumbinginterrogators
110 git-for-each-repo plumbinginterrogators
111 git-format-patch mainporcelain
112 git-format-rev plumbinginterrogators
113 git-fsck ancillaryinterrogators complete
114 git-gc mainporcelain
115 git-get-tar-commit-id plumbinginterrogators
116 git-grep mainporcelain info
117 git-gui mainporcelain
118 git-hash-object plumbingmanipulators
119 git-help ancillaryinterrogators complete
120 git-history mainporcelain history
121 git-hook purehelpers
122 git-http-backend synchingrepositories
123 git-http-fetch synchelpers
124 git-http-push synchelpers
125 git-imap-send foreignscminterface
126 git-index-pack plumbingmanipulators
127 git-init mainporcelain init
128 git-instaweb ancillaryinterrogators complete
129 git-interpret-trailers purehelpers
130 git-last-modified plumbinginterrogators
131 git-log mainporcelain info
132 git-ls-files plumbinginterrogators
133 git-ls-remote plumbinginterrogators
134 git-ls-tree plumbinginterrogators
135 git-mailinfo purehelpers
136 git-mailsplit purehelpers
137 git-maintenance mainporcelain
138 git-merge mainporcelain history
139 git-merge-base plumbinginterrogators
140 git-merge-file plumbingmanipulators
141 git-merge-index plumbingmanipulators
142 git-merge-one-file purehelpers
143 git-merge-tree ancillaryinterrogators
144 git-mergetool ancillarymanipulators complete
145 git-mktag plumbingmanipulators
146 git-mktree plumbingmanipulators
147 git-multi-pack-index plumbingmanipulators
148 git-mv mainporcelain worktree
149 git-name-rev plumbinginterrogators
150 git-notes mainporcelain
151 git-p4 foreignscminterface
152 git-pack-objects plumbingmanipulators
153 git-pack-redundant plumbinginterrogators
154 git-pack-refs ancillarymanipulators
155 git-patch-id purehelpers
156 git-prune ancillarymanipulators complete
157 git-prune-packed plumbingmanipulators
158 git-pull mainporcelain remote
159 git-push mainporcelain remote
160 git-quiltimport foreignscminterface
161 git-range-diff mainporcelain
162 git-read-tree plumbingmanipulators
163 git-rebase mainporcelain history
164 git-receive-pack synchelpers
165 git-reflog ancillarymanipulators complete
166 git-refs ancillarymanipulators complete
167 git-remote ancillarymanipulators complete
168 git-repack ancillarymanipulators complete
169 git-replace ancillarymanipulators complete
170 git-replay plumbingmanipulators
171 git-repo plumbinginterrogators
172 git-request-pull foreignscminterface complete
173 git-rerere ancillaryinterrogators
174 git-reset mainporcelain history
175 git-restore mainporcelain worktree
176 git-rev-list plumbinginterrogators
177 git-rev-parse plumbinginterrogators
178 git-revert mainporcelain
179 git-rm mainporcelain worktree
180 git-send-email foreignscminterface complete
181 git-send-pack synchingrepositories
182 git-sh-i18n purehelpers
183 git-sh-setup purehelpers
184 git-shell synchelpers
185 git-shortlog mainporcelain
186 git-show mainporcelain info
187 git-show-branch ancillaryinterrogators complete
188 git-show-index plumbinginterrogators
189 git-show-ref plumbinginterrogators
190 git-sparse-checkout mainporcelain
191 git-stage complete
192 git-stash mainporcelain
193 git-status mainporcelain info
194 git-stripspace purehelpers
195 git-submodule mainporcelain
196 git-svn foreignscminterface
197 git-switch mainporcelain history
198 git-symbolic-ref plumbingmanipulators
199 git-tag mainporcelain history
200 git-unpack-file plumbinginterrogators
201 git-unpack-objects plumbingmanipulators
202 git-update-index plumbingmanipulators
203 git-update-ref plumbingmanipulators
204 git-update-server-info synchingrepositories
205 git-upload-archive synchelpers
206 git-upload-pack synchelpers
207 git-url-parse purehelpers
208 git-var plumbinginterrogators
209 git-verify-commit ancillaryinterrogators
210 git-verify-pack plumbinginterrogators
211 git-verify-tag ancillaryinterrogators
212 git-version ancillaryinterrogators
213 git-whatchanged ancillaryinterrogators complete
214 git-worktree mainporcelain
215 git-write-tree plumbingmanipulators
216 gitattributes userinterfaces
217 gitcli userinterfaces
218 gitcore-tutorial guide
219 gitcredentials guide
220 gitcvs-migration guide
221 gitdiffcore guide
222 giteveryday guide
223 gitfaq guide
224 gitformat-bundle developerinterfaces
225 gitformat-chunk developerinterfaces
226 gitformat-commit-graph developerinterfaces
227 gitformat-diff-hunks developerinterfaces
228 gitformat-index developerinterfaces
229 gitformat-pack developerinterfaces
230 gitformat-signature developerinterfaces
231 gitglossary guide
232 githooks userinterfaces
233 gitignore userinterfaces
234 gitk mainporcelain
235 gitmailmap userinterfaces
236 gitmodules userinterfaces
237 gitnamespaces guide
238 gitprotocol-capabilities developerinterfaces
239 gitprotocol-common developerinterfaces
240 gitprotocol-http developerinterfaces
241 gitprotocol-pack developerinterfaces
242 gitprotocol-v2 developerinterfaces
243 gitremote-helpers guide
244 gitrepository-layout userinterfaces
245 gitrevisions userinterfaces
246 gitsubmodules guide
247 gittutorial guide
248 gittutorial-2 guide
249 gitweb ancillaryinterrogators
250 gitworkflows guide
251 scalar mainporcelain