]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/repo: rename repo_info() to cmd_repo_info()
authorJustin Tobler <jltobler@gmail.com>
Tue, 21 Oct 2025 18:25:55 +0000 (13:25 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Oct 2025 21:40:37 +0000 (14:40 -0700)
commit026ad6016070748a66ed9a977ad90efc08df2225
treece1504221824e4f494f7f770b91716f82339c8f0
parentbb69721404348ea2db0a081c41ab6ebfe75bdec8
builtin/repo: rename repo_info() to cmd_repo_info()

Subcommand functions are often prefixed with `cmd_` to denote that they
are an entrypoint. Rename repo_info() to cmd_repo_info() accordingly.

Signed-off-by: Justin Tobler <jltobler@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/repo.c