]> git.ipfire.org Git - thirdparty/git.git/blame_incremental - command-list.txt
The tenth batch
[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-for-each-repo plumbinginterrogators
98git-format-patch mainporcelain
99git-fsck ancillaryinterrogators complete
100git-gc mainporcelain
101git-get-tar-commit-id plumbinginterrogators
102git-grep mainporcelain info
103git-gui mainporcelain
104git-hash-object plumbingmanipulators
105git-help ancillaryinterrogators complete
106git-http-backend synchingrepositories
107git-http-fetch synchelpers
108git-http-push synchelpers
109git-imap-send foreignscminterface
110git-index-pack plumbingmanipulators
111git-init mainporcelain init
112git-instaweb ancillaryinterrogators complete
113git-interpret-trailers purehelpers
114gitk mainporcelain
115git-log mainporcelain info
116git-ls-files plumbinginterrogators
117git-ls-remote plumbinginterrogators
118git-ls-tree plumbinginterrogators
119git-mailinfo purehelpers
120git-mailsplit purehelpers
121git-maintenance mainporcelain
122git-merge mainporcelain history
123git-merge-base plumbinginterrogators
124git-merge-file plumbingmanipulators
125git-merge-index plumbingmanipulators
126git-merge-one-file purehelpers
127git-mergetool ancillarymanipulators complete
128git-merge-tree ancillaryinterrogators
129git-multi-pack-index plumbingmanipulators
130git-mktag plumbingmanipulators
131git-mktree plumbingmanipulators
132git-mv mainporcelain worktree
133git-name-rev plumbinginterrogators
134git-notes mainporcelain
135git-p4 foreignscminterface
136git-pack-objects plumbingmanipulators
137git-pack-redundant plumbinginterrogators
138git-pack-refs ancillarymanipulators
139git-patch-id purehelpers
140git-prune ancillarymanipulators complete
141git-prune-packed plumbingmanipulators
142git-pull mainporcelain remote
143git-push mainporcelain remote
144git-quiltimport foreignscminterface
145git-range-diff mainporcelain
146git-read-tree plumbingmanipulators
147git-rebase mainporcelain history
148git-receive-pack synchelpers
149git-reflog ancillarymanipulators complete
150git-remote ancillarymanipulators complete
151git-repack ancillarymanipulators complete
152git-replace ancillarymanipulators complete
153git-request-pull foreignscminterface complete
154git-rerere ancillaryinterrogators
155git-reset mainporcelain history
156git-restore mainporcelain worktree
157git-revert mainporcelain
158git-rev-list plumbinginterrogators
159git-rev-parse plumbinginterrogators
160git-rm mainporcelain worktree
161git-send-email foreignscminterface complete
162git-send-pack synchingrepositories
163git-shell synchelpers
164git-shortlog mainporcelain
165git-show mainporcelain info
166git-show-branch ancillaryinterrogators complete
167git-show-index plumbinginterrogators
168git-show-ref plumbinginterrogators
169git-sh-i18n purehelpers
170git-sh-setup purehelpers
171git-sparse-checkout mainporcelain worktree
172git-stash mainporcelain
173git-stage complete
174git-status mainporcelain info
175git-stripspace purehelpers
176git-submodule mainporcelain
177git-svn foreignscminterface
178git-switch mainporcelain history
179git-symbolic-ref plumbingmanipulators
180git-tag mainporcelain history
181git-unpack-file plumbinginterrogators
182git-unpack-objects plumbingmanipulators
183git-update-index plumbingmanipulators
184git-update-ref plumbingmanipulators
185git-update-server-info synchingrepositories
186git-upload-archive synchelpers
187git-upload-pack synchelpers
188git-var plumbinginterrogators
189git-verify-commit ancillaryinterrogators
190git-verify-pack plumbinginterrogators
191git-verify-tag ancillaryinterrogators
192gitweb ancillaryinterrogators
193git-whatchanged ancillaryinterrogators complete
194git-worktree mainporcelain
195git-write-tree plumbingmanipulators
196gitattributes guide
197gitcli guide
198gitcore-tutorial guide
199gitcredentials guide
200gitcvs-migration guide
201gitdiffcore guide
202giteveryday guide
203gitfaq guide
204gitglossary guide
205githooks guide
206gitignore guide
207gitmailmap guide
208gitmodules guide
209gitnamespaces guide
210gitremote-helpers guide
211gitrepository-layout guide
212gitrevisions guide
213gitsubmodules guide
214gittutorial-2 guide
215gittutorial guide
216gitworkflows guide