Add explanatory comment for transport-helpers refs mapping.
commitdff9d65dc61af8a00a6eef153ebc59b76de9c412
authorFlorian Achleitner <florian.achleitner.2.6.31@gmail.com>
Mon, 30 Jul 2012 14:31:18 +0000 (30 16:31 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Jul 2012 19:22:35 +0000 (30 12:22 -0700)
tree4bdbe322fba07f8a6385d30631a32ff13a753b91
parent425b8a22aa14d624c807d5eed92c92f5cd32f376
Add explanatory comment for transport-helpers refs mapping.

The patch below adds a comment to fetch_with_import() explaining the
loop that saves the fetched commit names after 'git fast-import' has
done its work.  It avoids some confusion about which refs the
fast-import stream is supposed to use to write its result.

Signed-off-by: Florian Achleitner <florian.achleitner.2.6.31@gmail.com>
Helped-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport-helper.c