diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-07-12 00:38:52 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-07-12 00:38:52 +0200 |
commit | 6d65013bb7259fff9e6dc1044786253759c841a4 (patch) | |
tree | c08051e20f91982518c44c9c9b06aa215f613d47 /setup.c | |
parent | Merge branch 'rs/archive-with-internal-gzip' (diff) | |
parent | setup: fix function name in a BUG() message (diff) | |
download | git-6d65013bb7259fff9e6dc1044786253759c841a4.tar.xz git-6d65013bb7259fff9e6dc1044786253759c841a4.zip |
Merge branch 'cr/setup-bug-typo'
Typofix in a BUG() message.
* cr/setup-bug-typo:
setup: fix function name in a BUG() message
Diffstat (limited to 'setup.c')
-rw-r--r-- | setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1402,7 +1402,7 @@ const char *setup_git_directory_gently(int *nongit_ok) * find a repository. */ default: - BUG("unhandled setup_git_directory_1() result"); + BUG("unhandled setup_git_directory_gently_1() result"); } /* |