]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/check-everything-connected-is-long-gone'
authorJunio C Hamano <gitster@pobox.com>
Tue, 16 Oct 2018 07:16:04 +0000 (16:16 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Oct 2018 07:16:04 +0000 (16:16 +0900)
Comment fix.

* jk/check-everything-connected-is-long-gone:
  receive-pack: update comment with check_everything_connected

builtin/receive-pack.c

index 4d30001950ae176201d47f745acfe0a2ea73d7cc..95740f4f0e71de95484edf53a2b86dc71952c5a7 100644 (file)
@@ -1834,7 +1834,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);