http-push: fix revision walk
authorNick Hengeveld <nickh@reactrix.com>
Sat, 11 Mar 2006 04:17:55 +0000 (20:17 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 11 Mar 2006 07:01:45 +0000 (23:01 -0800)
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 <junkio@cox.net>
No differences found