aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-07-27 13:19:49 -0700
committerJunio C Hamano <gitster@pobox.com>2022-07-27 13:19:49 -0700
commitc0454798ac436fa16cdd2bd1adee6054b4ea93ea (patch)
tree9861d63b4bcd47488aa515d575df250c1482c99f
parenta3178b87203a226ac05dd90ada88787a994db7a2 (diff)
parenta3ba4fa715c67329736c9483f4b3fdab99cee50f (diff)
downloadgit-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.c b/setup.c
index 7f64f34477..09b6549ba9 100644
--- a/setup.c
+++ b/setup.c
@@ -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");
}
/*