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