]>
Commit | Line | Data |
---|---|---|
79d30668 JH |
1 | # List of known git commands. |
2 | # command name category [deprecated] [common] | |
3 | git-add mainporcelain common | |
4 | git-am mainporcelain | |
5 | git-annotate ancillaryinterrogators | |
6 | git-apply plumbingmanipulators | |
7 | git-archimport foreignscminterface | |
8 | git-archive mainporcelain | |
9 | git-bisect mainporcelain common | |
10 | git-blame ancillaryinterrogators | |
11 | git-branch mainporcelain common | |
12 | git-bundle mainporcelain | |
13 | git-cat-file plumbinginterrogators | |
14 | git-check-attr purehelpers | |
368aa529 | 15 | git-check-ignore purehelpers |
226ad348 | 16 | git-check-mailmap purehelpers |
79d30668 JH |
17 | git-checkout mainporcelain common |
18 | git-checkout-index plumbingmanipulators | |
19 | git-check-ref-format purehelpers | |
20 | git-cherry ancillaryinterrogators | |
21 | git-cherry-pick mainporcelain | |
22 | git-citool mainporcelain | |
23 | git-clean mainporcelain | |
24 | git-clone mainporcelain common | |
7e29b825 | 25 | git-column purehelpers |
79d30668 JH |
26 | git-commit mainporcelain common |
27 | git-commit-tree plumbingmanipulators | |
28 | git-config ancillarymanipulators | |
29 | git-count-objects ancillaryinterrogators | |
fa0aad4f | 30 | git-credential purehelpers |
c6632eba JK |
31 | git-credential-cache purehelpers |
32 | git-credential-store purehelpers | |
79d30668 JH |
33 | git-cvsexportcommit foreignscminterface |
34 | git-cvsimport foreignscminterface | |
35 | git-cvsserver foreignscminterface | |
36 | git-daemon synchingrepositories | |
37 | git-describe mainporcelain | |
38 | git-diff mainporcelain common | |
39 | git-diff-files plumbinginterrogators | |
40 | git-diff-index plumbinginterrogators | |
41 | git-diff-tree plumbinginterrogators | |
afcbc8e7 | 42 | git-difftool ancillaryinterrogators |
311db37e | 43 | git-fast-export ancillarymanipulators |
79d30668 JH |
44 | git-fast-import ancillarymanipulators |
45 | git-fetch mainporcelain common | |
46 | git-fetch-pack synchingrepositories | |
47 | git-filter-branch ancillarymanipulators | |
48 | git-fmt-merge-msg purehelpers | |
49 | git-for-each-ref plumbinginterrogators | |
50 | git-format-patch mainporcelain | |
51 | git-fsck ancillaryinterrogators | |
52 | git-gc mainporcelain | |
53 | git-get-tar-commit-id ancillaryinterrogators | |
54 | git-grep mainporcelain common | |
55 | git-gui mainporcelain | |
56 | git-hash-object plumbingmanipulators | |
0f6f195b | 57 | git-help ancillaryinterrogators |
5717b47c | 58 | git-http-backend synchingrepositories |
79d30668 JH |
59 | git-http-fetch synchelpers |
60 | git-http-push synchelpers | |
61 | git-imap-send foreignscminterface | |
62 | git-index-pack plumbingmanipulators | |
63 | git-init mainporcelain common | |
64 | git-instaweb ancillaryinterrogators | |
65 | gitk mainporcelain | |
66 | git-log mainporcelain common | |
67 | git-lost-found ancillarymanipulators deprecated | |
68 | git-ls-files plumbinginterrogators | |
69 | git-ls-remote plumbinginterrogators | |
70 | git-ls-tree plumbinginterrogators | |
71 | git-mailinfo purehelpers | |
72 | git-mailsplit purehelpers | |
73 | git-merge mainporcelain common | |
74 | git-merge-base plumbinginterrogators | |
75 | git-merge-file plumbingmanipulators | |
76 | git-merge-index plumbingmanipulators | |
77 | git-merge-one-file purehelpers | |
78 | git-mergetool ancillarymanipulators | |
79 | git-merge-tree ancillaryinterrogators | |
80 | git-mktag plumbingmanipulators | |
81 | git-mktree plumbingmanipulators | |
82 | git-mv mainporcelain common | |
83 | git-name-rev plumbinginterrogators | |
65d9fb48 | 84 | git-notes mainporcelain |
b6f93057 | 85 | git-p4 foreignscminterface |
79d30668 JH |
86 | git-pack-objects plumbingmanipulators |
87 | git-pack-redundant plumbinginterrogators | |
88 | git-pack-refs ancillarymanipulators | |
89 | git-parse-remote synchelpers | |
90 | git-patch-id purehelpers | |
91 | git-peek-remote purehelpers deprecated | |
92 | git-prune ancillarymanipulators | |
93 | git-prune-packed plumbingmanipulators | |
94 | git-pull mainporcelain common | |
95 | git-push mainporcelain common | |
96 | git-quiltimport foreignscminterface | |
97 | git-read-tree plumbingmanipulators | |
98 | git-rebase mainporcelain common | |
99 | git-receive-pack synchelpers | |
100 | git-reflog ancillarymanipulators | |
101 | git-relink ancillarymanipulators | |
102 | git-remote ancillarymanipulators | |
103 | git-repack ancillarymanipulators | |
3240269d | 104 | git-replace ancillarymanipulators |
5c66d0d4 | 105 | git-repo-config ancillarymanipulators deprecated |
79d30668 JH |
106 | git-request-pull foreignscminterface |
107 | git-rerere ancillaryinterrogators | |
108 | git-reset mainporcelain common | |
109 | git-revert mainporcelain | |
110 | git-rev-list plumbinginterrogators | |
111 | git-rev-parse ancillaryinterrogators | |
112 | git-rm mainporcelain common | |
79d30668 JH |
113 | git-send-email foreignscminterface |
114 | git-send-pack synchingrepositories | |
115 | git-shell synchelpers | |
116 | git-shortlog mainporcelain | |
117 | git-show mainporcelain common | |
118 | git-show-branch ancillaryinterrogators | |
119 | git-show-index plumbinginterrogators | |
120 | git-show-ref plumbinginterrogators | |
63b90396 | 121 | git-sh-i18n purehelpers |
79d30668 JH |
122 | git-sh-setup purehelpers |
123 | git-stash mainporcelain | |
124 | git-status mainporcelain common | |
125 | git-stripspace purehelpers | |
126 | git-submodule mainporcelain | |
127 | git-svn foreignscminterface | |
128 | git-symbolic-ref plumbingmanipulators | |
129 | git-tag mainporcelain common | |
130 | git-tar-tree plumbinginterrogators deprecated | |
131 | git-unpack-file plumbinginterrogators | |
132 | git-unpack-objects plumbingmanipulators | |
133 | git-update-index plumbingmanipulators | |
134 | git-update-ref plumbingmanipulators | |
135 | git-update-server-info synchingrepositories | |
136 | git-upload-archive synchelpers | |
137 | git-upload-pack synchelpers | |
138 | git-var plumbinginterrogators | |
139 | git-verify-pack plumbinginterrogators | |
140 | git-verify-tag ancillaryinterrogators | |
86ce2d54 | 141 | gitweb ancillaryinterrogators |
79d30668 JH |
142 | git-whatchanged ancillaryinterrogators |
143 | git-write-tree plumbingmanipulators |