Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-11-21 16:57:59 +0300
committerJunio C Hamano <gitster@pobox.com>2018-11-21 16:58:00 +0300
commit75266b4e8bc032edd237e938aae93b67d7638768 (patch)
tree156c3408b8e605de15aae2b1aefcf59ef0720c59 /builtin
parent0caea62a4bac0b12668abd626af1dfbf13a8dabf (diff)
parent7987d2232d1bcadeb13779af6917044c8cf9ba95 (diff)
Merge branch 'jk/check-everything-connected-is-long-gone' into maint
Comment fix. * jk/check-everything-connected-is-long-gone: receive-pack: update comment with check_everything_connected
Diffstat (limited to 'builtin')
-rw-r--r--builtin/receive-pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/receive-pack.c b/builtin/receive-pack.c
index 6c047b5e28..95eb7002ee 100644
--- a/builtin/receive-pack.c
+++ b/builtin/receive-pack.c
@@ -1839,7 +1839,7 @@ static void prepare_shallow_update(struct command *commands,
/*
* keep hooks happy by forcing a temporary shallow file via
* env variable because we can't add --shallow-file to every
- * command. check_everything_connected() will be done with
+ * command. check_connected() will be done with
* true .git/shallow though.
*/
setenv(GIT_SHALLOW_FILE_ENVIRONMENT, alt_shallow_file, 1);