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