Skip to content

Commit 20e0ef6

Browse files
committed
Merge branch 'jk/check-everything-connected-is-long-gone'
Comment fix. * jk/check-everything-connected-is-long-gone: receive-pack: update comment with check_everything_connected
2 parents 993fa56 + 7987d22 commit 20e0ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/receive-pack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1834,7 +1834,7 @@ static void prepare_shallow_update(struct command *commands,
18341834
/*
18351835
* keep hooks happy by forcing a temporary shallow file via
18361836
* env variable because we can't add --shallow-file to every
1837-
* command. check_everything_connected() will be done with
1837+
* command. check_connected() will be done with
18381838
* true .git/shallow though.
18391839
*/
18401840
setenv(GIT_SHALLOW_FILE_ENVIRONMENT, alt_shallow_file, 1);

0 commit comments

Comments
 (0)