1. 28 Aug, 2013 2 commits
  2. 26 Aug, 2013 2 commits
  3. 25 Aug, 2013 2 commits
  4. 24 Aug, 2013 2 commits
  5. 21 Aug, 2013 1 commit
  6. 19 Aug, 2013 17 commits
  7. 18 Aug, 2013 2 commits
  8. 17 Aug, 2013 2 commits
  9. 16 Aug, 2013 9 commits
  10. 15 Aug, 2013 1 commit
    • push: handle tag chains correctly · 5ce6c1e9
      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.
      Carlos Martín Nieto committed