diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-07-27 13:19:49 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-07-27 13:19:49 -0700 |
| commit | c0454798ac436fa16cdd2bd1adee6054b4ea93ea (patch) | |
| tree | 9861d63b4bcd47488aa515d575df250c1482c99f | |
| parent | a3178b87203a226ac05dd90ada88787a994db7a2 (diff) | |
| parent | a3ba4fa715c67329736c9483f4b3fdab99cee50f (diff) | |
| download | git-c0454798ac436fa16cdd2bd1adee6054b4ea93ea.tar.gz | |
Merge branch 'cr/setup-bug-typo' into maint
Typofix in a BUG() message.
source: <pull.1255.git.1654782920256.gitgitgadget@gmail.com>
* cr/setup-bug-typo:
setup: fix function name in a BUG() message
| -rw-r--r-- | setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1451,7 +1451,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"); } /* |
