diff options
author | 2012-09-11 11:06:14 -0700 | |
---|---|---|
committer | 2012-09-11 11:06:14 -0700 | |
commit | 1e51ae8393564c4998bbc809ede7e6438efd616f (patch) | |
tree | 39463efb64daecac4606b14dd585529ba41450ba /command-list.txt | |
parent | Merge branch 'jc/test-prereq' into maint (diff) | |
parent | check-docs: get documented command list from Makefile (diff) | |
download | tgif-1e51ae8393564c4998bbc809ede7e6438efd616f.tar.xz |
Merge branch 'jk/check-docs-update' into maint
* jk/check-docs-update:
check-docs: get documented command list from Makefile
check-docs: drop git-help special-case
check-docs: list git-gui as a command
check-docs: factor out command-list
command-list: mention git-credential-* helpers
command-list: add git-sh-i18n
check-docs: update non-command documentation list
check-docs: mention gitweb specially
Diffstat (limited to 'command-list.txt')
-rw-r--r-- | command-list.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/command-list.txt b/command-list.txt index ec64cacf06..7e8cfec29d 100644 --- a/command-list.txt +++ b/command-list.txt @@ -26,6 +26,8 @@ git-commit-tree plumbingmanipulators git-config ancillarymanipulators git-count-objects ancillaryinterrogators git-credential purehelpers +git-credential-cache purehelpers +git-credential-store purehelpers git-cvsexportcommit foreignscminterface git-cvsimport foreignscminterface git-cvsserver foreignscminterface @@ -114,6 +116,7 @@ git-show mainporcelain common git-show-branch ancillaryinterrogators git-show-index plumbinginterrogators git-show-ref plumbinginterrogators +git-sh-i18n purehelpers git-sh-setup purehelpers git-stash mainporcelain git-status mainporcelain common |