From: Jonathan Tan Date: Thu, 14 Jun 2018 22:54:27 +0000 (-0700) Subject: fetch-pack: move common check and marking together X-Git-Tag: v2.19.0-rc0~106^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d093bc7582fc60b51b42d2edf32b3ce68cd283eb?hp=d093bc7582fc60b51b42d2edf32b3ce68cd283eb fetch-pack: move common check and marking together When receiving 'ACK continue' for a common commit, check if the commit was already known to be common and mark it as such if not up front. This should make future refactoring of how the information about common commits is stored more straightforward. No visible change intended. Signed-off-by: Jonathan Tan Signed-off-by: Junio C Hamano ---