• Show log

    Commit

  • Hash : 5ce6c1e9
    Author : Carlos Martín Nieto
    Date : 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.