command-list.txton commit Merge branch 'jc/utf8-fprintf' into maint (127c13a)
   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
  11### command list (do not change this line)
  12# command name                          category [deprecated] [common]
  13git-add                                 mainporcelain           worktree
  14git-am                                  mainporcelain
  15git-annotate                            ancillaryinterrogators
  16git-apply                               plumbingmanipulators
  17git-archimport                          foreignscminterface
  18git-archive                             mainporcelain
  19git-bisect                              mainporcelain           info
  20git-blame                               ancillaryinterrogators
  21git-branch                              mainporcelain           history
  22git-bundle                              mainporcelain
  23git-cat-file                            plumbinginterrogators
  24git-check-attr                          purehelpers
  25git-check-ignore                        purehelpers
  26git-check-mailmap                       purehelpers
  27git-checkout                            mainporcelain           history
  28git-checkout-index                      plumbingmanipulators
  29git-check-ref-format                    purehelpers
  30git-cherry                              ancillaryinterrogators
  31git-cherry-pick                         mainporcelain
  32git-citool                              mainporcelain
  33git-clean                               mainporcelain
  34git-clone                               mainporcelain           init
  35git-column                              purehelpers
  36git-commit                              mainporcelain           history
  37git-commit-tree                         plumbingmanipulators
  38git-config                              ancillarymanipulators
  39git-count-objects                       ancillaryinterrogators
  40git-credential                          purehelpers
  41git-credential-cache                    purehelpers
  42git-credential-store                    purehelpers
  43git-cvsexportcommit                     foreignscminterface
  44git-cvsimport                           foreignscminterface
  45git-cvsserver                           foreignscminterface
  46git-daemon                              synchingrepositories
  47git-describe                            mainporcelain
  48git-diff                                mainporcelain           history
  49git-diff-files                          plumbinginterrogators
  50git-diff-index                          plumbinginterrogators
  51git-diff-tree                           plumbinginterrogators
  52git-difftool                            ancillaryinterrogators
  53git-fast-export                         ancillarymanipulators
  54git-fast-import                         ancillarymanipulators
  55git-fetch                               mainporcelain           remote
  56git-fetch-pack                          synchingrepositories
  57git-filter-branch                       ancillarymanipulators
  58git-fmt-merge-msg                       purehelpers
  59git-for-each-ref                        plumbinginterrogators
  60git-format-patch                        mainporcelain
  61git-fsck                                ancillaryinterrogators
  62git-gc                                  mainporcelain
  63git-get-tar-commit-id                   ancillaryinterrogators
  64git-grep                                mainporcelain           info
  65git-gui                                 mainporcelain
  66git-hash-object                         plumbingmanipulators
  67git-help                                ancillaryinterrogators
  68git-http-backend                        synchingrepositories
  69git-http-fetch                          synchelpers
  70git-http-push                           synchelpers
  71git-imap-send                           foreignscminterface
  72git-index-pack                          plumbingmanipulators
  73git-init                                mainporcelain           init
  74git-instaweb                            ancillaryinterrogators
  75git-interpret-trailers                  purehelpers
  76gitk                                    mainporcelain
  77git-log                                 mainporcelain           info
  78git-ls-files                            plumbinginterrogators
  79git-ls-remote                           plumbinginterrogators
  80git-ls-tree                             plumbinginterrogators
  81git-mailinfo                            purehelpers
  82git-mailsplit                           purehelpers
  83git-merge                               mainporcelain           history
  84git-merge-base                          plumbinginterrogators
  85git-merge-file                          plumbingmanipulators
  86git-merge-index                         plumbingmanipulators
  87git-merge-one-file                      purehelpers
  88git-mergetool                           ancillarymanipulators
  89git-merge-tree                          ancillaryinterrogators
  90git-mktag                               plumbingmanipulators
  91git-mktree                              plumbingmanipulators
  92git-mv                                  mainporcelain           worktree
  93git-name-rev                            plumbinginterrogators
  94git-notes                               mainporcelain
  95git-p4                                  foreignscminterface
  96git-pack-objects                        plumbingmanipulators
  97git-pack-redundant                      plumbinginterrogators
  98git-pack-refs                           ancillarymanipulators
  99git-parse-remote                        synchelpers
 100git-patch-id                            purehelpers
 101git-prune                               ancillarymanipulators
 102git-prune-packed                        plumbingmanipulators
 103git-pull                                mainporcelain           remote
 104git-push                                mainporcelain           remote
 105git-quiltimport                         foreignscminterface
 106git-read-tree                           plumbingmanipulators
 107git-rebase                              mainporcelain           history
 108git-receive-pack                        synchelpers
 109git-reflog                              ancillarymanipulators
 110git-remote                              ancillarymanipulators
 111git-repack                              ancillarymanipulators
 112git-replace                             ancillarymanipulators
 113git-request-pull                        foreignscminterface
 114git-rerere                              ancillaryinterrogators
 115git-reset                               mainporcelain           worktree
 116git-revert                              mainporcelain
 117git-rev-list                            plumbinginterrogators
 118git-rev-parse                           ancillaryinterrogators
 119git-rm                                  mainporcelain           worktree
 120git-send-email                          foreignscminterface
 121git-send-pack                           synchingrepositories
 122git-shell                               synchelpers
 123git-shortlog                            mainporcelain
 124git-show                                mainporcelain           info
 125git-show-branch                         ancillaryinterrogators
 126git-show-index                          plumbinginterrogators
 127git-show-ref                            plumbinginterrogators
 128git-sh-i18n                             purehelpers
 129git-sh-setup                            purehelpers
 130git-stash                               mainporcelain
 131git-status                              mainporcelain           info
 132git-stripspace                          purehelpers
 133git-submodule                           mainporcelain
 134git-svn                                 foreignscminterface
 135git-symbolic-ref                        plumbingmanipulators
 136git-tag                                 mainporcelain           history
 137git-unpack-file                         plumbinginterrogators
 138git-unpack-objects                      plumbingmanipulators
 139git-update-index                        plumbingmanipulators
 140git-update-ref                          plumbingmanipulators
 141git-update-server-info                  synchingrepositories
 142git-upload-archive                      synchelpers
 143git-upload-pack                         synchelpers
 144git-var                                 plumbinginterrogators
 145git-verify-commit                       ancillaryinterrogators
 146git-verify-pack                         plumbinginterrogators
 147git-verify-tag                          ancillaryinterrogators
 148gitweb                                  ancillaryinterrogators
 149git-whatchanged                         ancillaryinterrogators
 150git-worktree                            mainporcelain
 151git-write-tree                          plumbingmanipulators