diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-08-25 14:22:03 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-08-25 14:22:04 -0700 |
| commit | ebb45da9767f096993c9cfa0539c738bec581487 (patch) | |
| tree | 6b9626c602e8a24df7002be63215ab1e1d43abca /builtin.h | |
| parent | Merge branch 'ps/commit-graph-wo-globals' (diff) | |
| parent | repo: add the --format flag (diff) | |
| download | git-ebb45da9767f096993c9cfa0539c738bec581487.tar.gz git-ebb45da9767f096993c9cfa0539c738bec581487.zip | |
Merge branch 'lo/repo-info'
A new subcommand "git repo" gives users a way to grab various
repository characteristics.
* 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 'builtin.h')
| -rw-r--r-- | builtin.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -216,6 +216,7 @@ int cmd_remote_ext(int argc, const char **argv, const char *prefix, struct repos int cmd_remote_fd(int argc, const char **argv, const char *prefix, struct repository *repo); int cmd_repack(int argc, const char **argv, const char *prefix, struct repository *repo); int cmd_replay(int argc, const char **argv, const char *prefix, struct repository *repo); +int cmd_repo(int argc, const char **argv, const char *prefix, struct repository *repo); int cmd_rerere(int argc, const char **argv, const char *prefix, struct repository *repo); int cmd_reset(int argc, const char **argv, const char *prefix, struct repository *repo); int cmd_restore(int argc, const char **argv, const char *prefix, struct repository *repo); |
