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