]> git.ipfire.org Git - thirdparty/git.git/blame - command-list.txt
docs: move commit-graph format docs to man section 5
[thirdparty/git.git] / command-list.txt
CommitLineData
fe902f2c
NTND
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#
d976c510
ÆAB
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#
844739ba
ÆAB
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#
e88842ee 55### command list (do not change this line)
f318d739 56# command name category [category] [category]
2f5b4950 57git-add mainporcelain worktree
79d30668
JH
58git-am mainporcelain
59git-annotate ancillaryinterrogators
84a97131 60git-apply plumbingmanipulators complete
79d30668
JH
61git-archimport foreignscminterface
62git-archive mainporcelain
2f5b4950 63git-bisect mainporcelain info
84a97131 64git-blame ancillaryinterrogators complete
2f5b4950 65git-branch mainporcelain history
238b439d 66git-bugreport ancillaryinterrogators
79d30668
JH
67git-bundle mainporcelain
68git-cat-file plumbinginterrogators
69git-check-attr purehelpers
368aa529 70git-check-ignore purehelpers
226ad348 71git-check-mailmap purehelpers
1ea3d7fc 72git-check-ref-format purehelpers
80f537f7 73git-checkout mainporcelain
79d30668 74git-checkout-index plumbingmanipulators
61018fe9 75git-cherry plumbinginterrogators complete
79d30668
JH
76git-cherry-pick mainporcelain
77git-citool mainporcelain
78git-clean mainporcelain
2f5b4950 79git-clone mainporcelain init
7e29b825 80git-column purehelpers
2f5b4950 81git-commit mainporcelain history
4ce58ee3 82git-commit-graph plumbingmanipulators
79d30668 83git-commit-tree plumbingmanipulators
84a97131 84git-config ancillarymanipulators complete
79d30668 85git-count-objects ancillaryinterrogators
fa0aad4f 86git-credential purehelpers
c6632eba
JK
87git-credential-cache purehelpers
88git-credential-store purehelpers
79d30668
JH
89git-cvsexportcommit foreignscminterface
90git-cvsimport foreignscminterface
91git-cvsserver foreignscminterface
92git-daemon synchingrepositories
93git-describe mainporcelain
12358755 94git-diff mainporcelain info
79d30668
JH
95git-diff-files plumbinginterrogators
96git-diff-index plumbinginterrogators
97git-diff-tree plumbinginterrogators
84a97131 98git-difftool ancillaryinterrogators complete
bf990a29
SG
99git-fast-export ancillarymanipulators
100git-fast-import ancillarymanipulators
2f5b4950 101git-fetch mainporcelain remote
79d30668
JH
102git-fetch-pack synchingrepositories
103git-filter-branch ancillarymanipulators
104git-fmt-merge-msg purehelpers
105git-for-each-ref plumbinginterrogators
4950b2a2 106git-for-each-repo plumbinginterrogators
79d30668 107git-format-patch mainporcelain
84a97131 108git-fsck ancillaryinterrogators complete
79d30668 109git-gc mainporcelain
ce366a81 110git-get-tar-commit-id plumbinginterrogators
2f5b4950 111git-grep mainporcelain info
79d30668
JH
112git-gui mainporcelain
113git-hash-object plumbingmanipulators
84a97131 114git-help ancillaryinterrogators complete
96e7225b 115git-hook purehelpers
5717b47c 116git-http-backend synchingrepositories
79d30668
JH
117git-http-fetch synchelpers
118git-http-push synchelpers
119git-imap-send foreignscminterface
120git-index-pack plumbingmanipulators
2f5b4950 121git-init mainporcelain init
84a97131 122git-instaweb ancillaryinterrogators complete
dfd66ddf 123git-interpret-trailers purehelpers
2f5b4950 124git-log mainporcelain info
79d30668
JH
125git-ls-files plumbinginterrogators
126git-ls-remote plumbinginterrogators
127git-ls-tree plumbinginterrogators
128git-mailinfo purehelpers
129git-mailsplit purehelpers
2057d750 130git-maintenance mainporcelain
2f5b4950 131git-merge mainporcelain history
79d30668
JH
132git-merge-base plumbinginterrogators
133git-merge-file plumbingmanipulators
134git-merge-index plumbingmanipulators
135git-merge-one-file purehelpers
79d30668 136git-merge-tree ancillaryinterrogators
1ea3d7fc 137git-mergetool ancillarymanipulators complete
79d30668
JH
138git-mktag plumbingmanipulators
139git-mktree plumbingmanipulators
1ea3d7fc 140git-multi-pack-index plumbingmanipulators
2f5b4950 141git-mv mainporcelain worktree
79d30668 142git-name-rev plumbinginterrogators
65d9fb48 143git-notes mainporcelain
b6f93057 144git-p4 foreignscminterface
79d30668
JH
145git-pack-objects plumbingmanipulators
146git-pack-redundant plumbinginterrogators
147git-pack-refs ancillarymanipulators
79d30668 148git-patch-id purehelpers
81120a90 149git-prune ancillarymanipulators complete
79d30668 150git-prune-packed plumbingmanipulators
2f5b4950
SG
151git-pull mainporcelain remote
152git-push mainporcelain remote
79d30668 153git-quiltimport foreignscminterface
348ae56c 154git-range-diff mainporcelain
79d30668 155git-read-tree plumbingmanipulators
2f5b4950 156git-rebase mainporcelain history
79d30668 157git-receive-pack synchelpers
84a97131
NTND
158git-reflog ancillarymanipulators complete
159git-remote ancillarymanipulators complete
160git-repack ancillarymanipulators complete
161git-replace ancillarymanipulators complete
162git-request-pull foreignscminterface complete
79d30668 163git-rerere ancillaryinterrogators
12358755 164git-reset mainporcelain history
46e91b66 165git-restore mainporcelain worktree
79d30668 166git-rev-list plumbinginterrogators
ac1f98a0 167git-rev-parse plumbinginterrogators
1ea3d7fc 168git-revert mainporcelain
2f5b4950 169git-rm mainporcelain worktree
84a97131 170git-send-email foreignscminterface complete
79d30668 171git-send-pack synchingrepositories
1ea3d7fc
ÆAB
172git-sh-i18n purehelpers
173git-sh-setup purehelpers
79d30668
JH
174git-shell synchelpers
175git-shortlog mainporcelain
2f5b4950 176git-show mainporcelain info
84a97131 177git-show-branch ancillaryinterrogators complete
79d30668
JH
178git-show-index plumbinginterrogators
179git-show-ref plumbinginterrogators
6a9a50a8 180git-sparse-checkout mainporcelain
84a97131 181git-stage complete
1ea3d7fc 182git-stash mainporcelain
2f5b4950 183git-status mainporcelain info
79d30668
JH
184git-stripspace purehelpers
185git-submodule mainporcelain
186git-svn foreignscminterface
d787d311 187git-switch mainporcelain history
79d30668 188git-symbolic-ref plumbingmanipulators
2f5b4950 189git-tag mainporcelain history
79d30668
JH
190git-unpack-file plumbinginterrogators
191git-unpack-objects plumbingmanipulators
192git-update-index plumbingmanipulators
193git-update-ref plumbingmanipulators
194git-update-server-info synchingrepositories
195git-upload-archive synchelpers
196git-upload-pack synchelpers
197git-var plumbinginterrogators
d07b00b7 198git-verify-commit ancillaryinterrogators
79d30668
JH
199git-verify-pack plumbinginterrogators
200git-verify-tag ancillaryinterrogators
84a97131 201git-whatchanged ancillaryinterrogators complete
df0b6cfb 202git-worktree mainporcelain
79d30668 203git-write-tree plumbingmanipulators
d976c510
ÆAB
204gitattributes userinterfaces
205gitcli userinterfaces
1b81d8cb 206gitcore-tutorial guide
2135e1ad 207gitcredentials guide
1b81d8cb
NTND
208gitcvs-migration guide
209gitdiffcore guide
210giteveryday guide
2cf579c2 211gitfaq guide
844739ba 212gitformat-bundle developerinterfaces
8cbace93 213gitformat-commit-graph developerinterfaces
1b81d8cb 214gitglossary guide
d976c510
ÆAB
215githooks userinterfaces
216gitignore userinterfaces
1ea3d7fc 217gitk mainporcelain
d976c510
ÆAB
218gitmailmap userinterfaces
219gitmodules userinterfaces
1b81d8cb 220gitnamespaces guide
2135e1ad 221gitremote-helpers guide
d976c510
ÆAB
222gitrepository-layout userinterfaces
223gitrevisions userinterfaces
762d5b4f 224gitsubmodules guide
1b81d8cb 225gittutorial guide
1ea3d7fc
ÆAB
226gittutorial-2 guide
227gitweb ancillaryinterrogators
1b81d8cb 228gitworkflows guide