Merge branch 'en/rename-directory-detection-reboot'
[git.git] / command-list.txt
blobe1c26c1bb7e618f6f372d9a568e7cab75612d2db
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.
7 # The first attribute group is mandatory and indicates the command
8 # type. This group includes:
10 #   mainporcelain
11 #   ancillarymanipulators
12 #   ancillaryinterrogators
13 #   foreignscminterface
14 #   plumbingmanipulators
15 #   plumbinginterrogators
16 #   synchingrepositories
17 #   synchelpers
18 #   purehelpers
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.
24 # Commands of type mainporcelain can also optionally have one of these
25 # attributes:
27 #   init
28 #   worktree
29 #   info
30 #   history
31 #   remote
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.
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.
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.
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-graph                        plumbingmanipulators
73 git-commit-tree                         plumbingmanipulators
74 git-config                              ancillarymanipulators           complete
75 git-count-objects                       ancillaryinterrogators
76 git-credential                          purehelpers
77 git-credential-cache                    purehelpers
78 git-credential-store                    purehelpers
79 git-cvsexportcommit                     foreignscminterface
80 git-cvsimport                           foreignscminterface
81 git-cvsserver                           foreignscminterface
82 git-daemon                              synchingrepositories
83 git-describe                            mainporcelain
84 git-diff                                mainporcelain           history
85 git-diff-files                          plumbinginterrogators
86 git-diff-index                          plumbinginterrogators
87 git-diff-tree                           plumbinginterrogators
88 git-difftool                            ancillaryinterrogators          complete
89 git-fast-export                         ancillarymanipulators
90 git-fast-import                         ancillarymanipulators
91 git-fetch                               mainporcelain           remote
92 git-fetch-pack                          synchingrepositories
93 git-filter-branch                       ancillarymanipulators
94 git-fmt-merge-msg                       purehelpers
95 git-for-each-ref                        plumbinginterrogators
96 git-format-patch                        mainporcelain
97 git-fsck                                ancillaryinterrogators          complete
98 git-gc                                  mainporcelain
99 git-get-tar-commit-id                   ancillaryinterrogators
100 git-grep                                mainporcelain           info
101 git-gui                                 mainporcelain
102 git-hash-object                         plumbingmanipulators
103 git-help                                ancillaryinterrogators          complete
104 git-http-backend                        synchingrepositories
105 git-http-fetch                          synchelpers
106 git-http-push                           synchelpers
107 git-imap-send                           foreignscminterface
108 git-index-pack                          plumbingmanipulators
109 git-init                                mainporcelain           init
110 git-instaweb                            ancillaryinterrogators          complete
111 git-interpret-trailers                  purehelpers
112 gitk                                    mainporcelain
113 git-log                                 mainporcelain           info
114 git-ls-files                            plumbinginterrogators
115 git-ls-remote                           plumbinginterrogators
116 git-ls-tree                             plumbinginterrogators
117 git-mailinfo                            purehelpers
118 git-mailsplit                           purehelpers
119 git-merge                               mainporcelain           history
120 git-merge-base                          plumbinginterrogators
121 git-merge-file                          plumbingmanipulators
122 git-merge-index                         plumbingmanipulators
123 git-merge-one-file                      purehelpers
124 git-mergetool                           ancillarymanipulators           complete
125 git-merge-tree                          ancillaryinterrogators
126 git-mktag                               plumbingmanipulators
127 git-mktree                              plumbingmanipulators
128 git-mv                                  mainporcelain           worktree
129 git-name-rev                            plumbinginterrogators
130 git-notes                               mainporcelain
131 git-p4                                  foreignscminterface
132 git-pack-objects                        plumbingmanipulators
133 git-pack-redundant                      plumbinginterrogators
134 git-pack-refs                           ancillarymanipulators
135 git-parse-remote                        synchelpers
136 git-patch-id                            purehelpers
137 git-prune                               ancillarymanipulators
138 git-prune-packed                        plumbingmanipulators
139 git-pull                                mainporcelain           remote
140 git-push                                mainporcelain           remote
141 git-quiltimport                         foreignscminterface
142 git-read-tree                           plumbingmanipulators
143 git-rebase                              mainporcelain           history
144 git-receive-pack                        synchelpers
145 git-reflog                              ancillarymanipulators           complete
146 git-remote                              ancillarymanipulators           complete
147 git-repack                              ancillarymanipulators           complete
148 git-replace                             ancillarymanipulators           complete
149 git-request-pull                        foreignscminterface             complete
150 git-rerere                              ancillaryinterrogators
151 git-reset                               mainporcelain           worktree
152 git-revert                              mainporcelain
153 git-rev-list                            plumbinginterrogators
154 git-rev-parse                           ancillaryinterrogators
155 git-rm                                  mainporcelain           worktree
156 git-send-email                          foreignscminterface             complete
157 git-send-pack                           synchingrepositories
158 git-shell                               synchelpers
159 git-shortlog                            mainporcelain
160 git-show                                mainporcelain           info
161 git-show-branch                         ancillaryinterrogators          complete
162 git-show-index                          plumbinginterrogators
163 git-show-ref                            plumbinginterrogators
164 git-sh-i18n                             purehelpers
165 git-sh-setup                            purehelpers
166 git-stash                               mainporcelain
167 git-stage                                                               complete
168 git-status                              mainporcelain           info
169 git-stripspace                          purehelpers
170 git-submodule                           mainporcelain
171 git-svn                                 foreignscminterface
172 git-symbolic-ref                        plumbingmanipulators
173 git-tag                                 mainporcelain           history
174 git-unpack-file                         plumbinginterrogators
175 git-unpack-objects                      plumbingmanipulators
176 git-update-index                        plumbingmanipulators
177 git-update-ref                          plumbingmanipulators
178 git-update-server-info                  synchingrepositories
179 git-upload-archive                      synchelpers
180 git-upload-pack                         synchelpers
181 git-var                                 plumbinginterrogators
182 git-verify-commit                       ancillaryinterrogators
183 git-verify-pack                         plumbinginterrogators
184 git-verify-tag                          ancillaryinterrogators
185 gitweb                                  ancillaryinterrogators
186 git-whatchanged                         ancillaryinterrogators          complete
187 git-worktree                            mainporcelain
188 git-write-tree                          plumbingmanipulators
189 gitattributes                           guide
190 gitcli                                  guide
191 gitcore-tutorial                        guide
192 gitcvs-migration                        guide
193 gitdiffcore                             guide
194 giteveryday                             guide
195 gitglossary                             guide
196 githooks                                guide
197 gitignore                               guide
198 gitmodules                              guide
199 gitnamespaces                           guide
200 gitrepository-layout                    guide
201 gitrevisions                            guide
202 gittutorial-2                           guide
203 gittutorial                             guide
204 gitworkflows                            guide