Commit 5ce6c1e917a4282455fef6c7fd2236a7fb68653a

Carlos Martín Nieto 2013-08-12T16:15:36

push: handle tag chains correctly When dealing with a chain of tags, we need to enqueue each of them individually, which means we can't use `git_tag_peel` as that jumps over the intermediate tags. Do the peeling manually so we can look at each object and take the appropriate action.