Skip to content

Commit 75266b4

Browse files
committed
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
2 parents 0caea62 + 7987d22 commit 75266b4

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
@@ -1839,7 +1839,7 @@ static void prepare_shallow_update(struct command *commands,
18391839
/*
18401840
* keep hooks happy by forcing a temporary shallow file via
18411841
* env variable because we can't add --shallow-file to every
1842-
* command. check_everything_connected() will be done with
1842+
* command. check_connected() will be done with
18431843
* true .git/shallow though.
18441844
*/
18451845
setenv(GIT_SHALLOW_FILE_ENVIRONMENT, alt_shallow_file, 1);

0 commit comments

Comments
 (0)