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