From: Heiko Voigt Date: Thu, 29 Mar 2012 07:21:21 +0000 (+0200) Subject: Teach revision walking machinery to walk multiple times sequencially X-Git-Tag: v1.7.11-rc0~111^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/bcc0a3ea38a42a64878e11c5244ef2fcc967e05d?hp=bcc0a3ea38a42a64878e11c5244ef2fcc967e05d Teach revision walking machinery to walk multiple times sequencially Previously it was not possible to iterate revisions twice using the revision walking api. We add a reset_revision_walk() which clears the used flags. This allows us to do multiple sequencial revision walks. We add the appropriate calls to the existing submodule machinery doing revision walks. This is done to avoid surprises if future code wants to call these functions more than once during the processes lifetime. Signed-off-by: Heiko Voigt Signed-off-by: Junio C Hamano ---