From: Nick Hengeveld Date: Sat, 11 Mar 2006 04:17:55 +0000 (-0800) Subject: http-push: fix revision walk X-Git-Tag: v1.3.0-rc1~37^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5241bfe6d1593ad775dd79a5f598f66f479968b5?hp=5241bfe6d1593ad775dd79a5f598f66f479968b5 http-push: fix revision walk The revision walk was not including tags because setup_revisions zeroes out the revs flags. Pass --objects so it picks up all the necessary bits. Signed-off-by: Junio C Hamano ---