diff options
| author | Junio C Hamano <gitster@pobox.com> | 2018-06-25 13:22:37 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-06-25 13:22:37 -0700 |
| commit | fa82bb70d9ef3acb6a47cddfb38a7b0ca40ac362 (patch) | |
| tree | 9fd95dbfb14d7d90294bcbed371db3d2d7eb7061 /git.c | |
| parent | Merge branch 'en/merge-recursive-tests' (diff) | |
| parent | show-index: update documentation for index v2 (diff) | |
| download | git-fa82bb70d9ef3acb6a47cddfb38a7b0ca40ac362.tar.gz git-fa82bb70d9ef3acb6a47cddfb38a7b0ca40ac362.zip | |
Merge branch 'jk/show-index'
Modernize a less often used command.
* jk/show-index:
show-index: update documentation for index v2
make show-index a builtin
Diffstat (limited to 'git.c')
| -rw-r--r-- | git.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -537,6 +537,7 @@ static struct cmd_struct commands[] = { { "shortlog", cmd_shortlog, RUN_SETUP_GENTLY | USE_PAGER }, { "show", cmd_show, RUN_SETUP }, { "show-branch", cmd_show_branch, RUN_SETUP }, + { "show-index", cmd_show_index }, { "show-ref", cmd_show_ref, RUN_SETUP }, { "stage", cmd_add, RUN_SETUP | NEED_WORK_TREE }, { "status", cmd_status, RUN_SETUP | NEED_WORK_TREE }, |
