]> git.ipfire.org Git - thirdparty/git.git/blame - command-list.txt
Merge branch 'sg/t5310-jgit-bitmap-test'
[thirdparty/git.git] / command-list.txt
CommitLineData
413f50b9
SG
1# common commands are grouped by themes
2# these groups are output by 'git help' in the order declared here.
3# map each common command in the command list to one of these groups.
4### common groups (do not change this line)
5init start a working area (see also: git help tutorial)
6worktree work on the current change (see also: git help everyday)
7info examine the history and state (see also: git help revisions)
8history grow, mark and tweak your common history
9remote collaborate (see also: git help workflows)
10
11c6659d 11### command list (do not change this line)
bf990a29 12# command name category [deprecated] [common]
2f5b4950 13git-add mainporcelain worktree
79d30668
JH
14git-am mainporcelain
15git-annotate ancillaryinterrogators
16git-apply plumbingmanipulators
17git-archimport foreignscminterface
18git-archive mainporcelain
2f5b4950 19git-bisect mainporcelain info
79d30668 20git-blame ancillaryinterrogators
2f5b4950 21git-branch mainporcelain history
79d30668
JH
22git-bundle mainporcelain
23git-cat-file plumbinginterrogators
24git-check-attr purehelpers
368aa529 25git-check-ignore purehelpers
226ad348 26git-check-mailmap purehelpers
2f5b4950 27git-checkout mainporcelain history
79d30668
JH
28git-checkout-index plumbingmanipulators
29git-check-ref-format purehelpers
30git-cherry ancillaryinterrogators
31git-cherry-pick mainporcelain
32git-citool mainporcelain
33git-clean mainporcelain
2f5b4950 34git-clone mainporcelain init
7e29b825 35git-column purehelpers
2f5b4950 36git-commit mainporcelain history
4ce58ee3 37git-commit-graph plumbingmanipulators
79d30668
JH
38git-commit-tree plumbingmanipulators
39git-config ancillarymanipulators
40git-count-objects ancillaryinterrogators
fa0aad4f 41git-credential purehelpers
c6632eba
JK
42git-credential-cache purehelpers
43git-credential-store purehelpers
79d30668
JH
44git-cvsexportcommit foreignscminterface
45git-cvsimport foreignscminterface
46git-cvsserver foreignscminterface
47git-daemon synchingrepositories
48git-describe mainporcelain
2f5b4950 49git-diff mainporcelain history
79d30668
JH
50git-diff-files plumbinginterrogators
51git-diff-index plumbinginterrogators
52git-diff-tree plumbinginterrogators
afcbc8e7 53git-difftool ancillaryinterrogators
bf990a29
SG
54git-fast-export ancillarymanipulators
55git-fast-import ancillarymanipulators
2f5b4950 56git-fetch mainporcelain remote
79d30668
JH
57git-fetch-pack synchingrepositories
58git-filter-branch ancillarymanipulators
59git-fmt-merge-msg purehelpers
60git-for-each-ref plumbinginterrogators
61git-format-patch mainporcelain
bf990a29 62git-fsck ancillaryinterrogators
79d30668
JH
63git-gc mainporcelain
64git-get-tar-commit-id ancillaryinterrogators
2f5b4950 65git-grep mainporcelain info
79d30668
JH
66git-gui mainporcelain
67git-hash-object plumbingmanipulators
bf990a29 68git-help ancillaryinterrogators
5717b47c 69git-http-backend synchingrepositories
79d30668
JH
70git-http-fetch synchelpers
71git-http-push synchelpers
72git-imap-send foreignscminterface
73git-index-pack plumbingmanipulators
2f5b4950 74git-init mainporcelain init
79d30668 75git-instaweb ancillaryinterrogators
dfd66ddf 76git-interpret-trailers purehelpers
79d30668 77gitk mainporcelain
2f5b4950 78git-log mainporcelain info
79d30668
JH
79git-ls-files plumbinginterrogators
80git-ls-remote plumbinginterrogators
81git-ls-tree plumbinginterrogators
82git-mailinfo purehelpers
83git-mailsplit purehelpers
2f5b4950 84git-merge mainporcelain history
79d30668
JH
85git-merge-base plumbinginterrogators
86git-merge-file plumbingmanipulators
87git-merge-index plumbingmanipulators
88git-merge-one-file purehelpers
89git-mergetool ancillarymanipulators
90git-merge-tree ancillaryinterrogators
91git-mktag plumbingmanipulators
92git-mktree plumbingmanipulators
2f5b4950 93git-mv mainporcelain worktree
79d30668 94git-name-rev plumbinginterrogators
65d9fb48 95git-notes mainporcelain
b6f93057 96git-p4 foreignscminterface
79d30668
JH
97git-pack-objects plumbingmanipulators
98git-pack-redundant plumbinginterrogators
99git-pack-refs ancillarymanipulators
100git-parse-remote synchelpers
101git-patch-id purehelpers
79d30668
JH
102git-prune ancillarymanipulators
103git-prune-packed plumbingmanipulators
2f5b4950
SG
104git-pull mainporcelain remote
105git-push mainporcelain remote
79d30668
JH
106git-quiltimport foreignscminterface
107git-read-tree plumbingmanipulators
2f5b4950 108git-rebase mainporcelain history
79d30668
JH
109git-receive-pack synchelpers
110git-reflog ancillarymanipulators
79d30668
JH
111git-remote ancillarymanipulators
112git-repack ancillarymanipulators
3240269d 113git-replace ancillarymanipulators
79d30668
JH
114git-request-pull foreignscminterface
115git-rerere ancillaryinterrogators
2f5b4950 116git-reset mainporcelain worktree
79d30668
JH
117git-revert mainporcelain
118git-rev-list plumbinginterrogators
119git-rev-parse ancillaryinterrogators
2f5b4950 120git-rm mainporcelain worktree
79d30668
JH
121git-send-email foreignscminterface
122git-send-pack synchingrepositories
123git-shell synchelpers
124git-shortlog mainporcelain
2f5b4950 125git-show mainporcelain info
79d30668
JH
126git-show-branch ancillaryinterrogators
127git-show-index plumbinginterrogators
128git-show-ref plumbinginterrogators
63b90396 129git-sh-i18n purehelpers
79d30668
JH
130git-sh-setup purehelpers
131git-stash mainporcelain
2f5b4950 132git-status mainporcelain info
79d30668
JH
133git-stripspace purehelpers
134git-submodule mainporcelain
135git-svn foreignscminterface
136git-symbolic-ref plumbingmanipulators
2f5b4950 137git-tag mainporcelain history
79d30668
JH
138git-unpack-file plumbinginterrogators
139git-unpack-objects plumbingmanipulators
140git-update-index plumbingmanipulators
141git-update-ref plumbingmanipulators
142git-update-server-info synchingrepositories
143git-upload-archive synchelpers
144git-upload-pack synchelpers
145git-var plumbinginterrogators
d07b00b7 146git-verify-commit ancillaryinterrogators
79d30668
JH
147git-verify-pack plumbinginterrogators
148git-verify-tag ancillaryinterrogators
86ce2d54 149gitweb ancillaryinterrogators
79d30668 150git-whatchanged ancillaryinterrogators
df0b6cfb 151git-worktree mainporcelain
79d30668 152git-write-tree plumbingmanipulators