fetch-pack: clear alternate shallow in one more place
commit380ebab209bc444e7a8ed0e914a4c6d7440b1d29
authorbrian m. carlson <sandals@crustytoothpaste.net>
Wed, 6 Feb 2019 23:59:37 +0000 (6 23:59 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Feb 2019 02:50:49 +0000 (6 18:50 -0800)
tree87589796110aa2d1bcfd530e349596a84b15e15f
parent23311f35424705f11acf80685bac1fe27e36192f
fetch-pack: clear alternate shallow in one more place

The previous one did not clear the variable in one codepath,
but we should aim to be complete.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
[jc: made a reroll into incremental, as the previous one already is
 in the next branch]
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fetch-pack.c