Merge branch 'lo/repo-info' into lo/repo-info-step-2
* lo/repo-info: repo: add the --format flag repo: add the field layout.shallow repo: add the field layout.bare repo: add the field references.format repo: declare the repo command
This commit is contained in:
1
git.c
1
git.c
@@ -611,6 +611,7 @@ static struct cmd_struct commands[] = {
|
||||
{ "repack", cmd_repack, RUN_SETUP },
|
||||
{ "replace", cmd_replace, RUN_SETUP },
|
||||
{ "replay", cmd_replay, RUN_SETUP },
|
||||
{ "repo", cmd_repo, RUN_SETUP },
|
||||
{ "rerere", cmd_rerere, RUN_SETUP },
|
||||
{ "reset", cmd_reset, RUN_SETUP },
|
||||
{ "restore", cmd_restore, RUN_SETUP | NEED_WORK_TREE },
|
||||
|
||||
Reference in New Issue
Block a user