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
This commit is contained in:
1
git.c
1
git.c
@ -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 },
|
||||
|
Reference in New Issue
Block a user