diff options
author | Jeff King <peff@peff.net> | 2012-08-08 14:34:39 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-08-08 12:11:53 -0700 |
commit | 63b903962a201fb6c618051b2c7f1366035f27be (patch) | |
tree | 1d19ed43611bdd2ddb3f1c1fde405a8756716a95 /command-list.txt | |
parent | 1b7b522c2698ced2a60d5c26bf5b16e01bd45a75 (diff) | |
download | git-63b903962a201fb6c618051b2c7f1366035f27be.tar.gz |
command-list: add git-sh-i18n
This is in the same category as git-sh-setup.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'command-list.txt')
-rw-r--r-- | command-list.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/command-list.txt b/command-list.txt index ec64cacf06..1da8f0d270 100644 --- a/command-list.txt +++ b/command-list.txt @@ -114,6 +114,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 |