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
This commit is contained in:
Junio C Hamano 2018-11-21 22:57:59 +09:00
Родитель 0caea62a4b 7987d2232d
Коммит 75266b4e8b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);