diff options
author | Junio C Hamano <gitster@pobox.com> | 2025-08-20 17:18:35 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-08-20 17:18:35 -0700 |
commit | c8f660a7cab5ab3b9c57677e66cb41bb57ee0114 (patch) | |
tree | 3696adcee033cdd66d4b1a355b85c0bea10b887a /git.c | |
parent | c44beea485f0f2feaf460e2ac87fdd5608d63cf0 (diff) | |
parent | a81224d12818e94a2e3c257ee2e5b0f3169da12b (diff) |
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
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 }, |