• Show log

    Commit

  • Hash : 05259114
    Author : Carlos Martín Nieto
    Date : 2015-04-21T20:16:48

    push: remove own copy of callbacks
    
    The push object knows which remote it's associated with, and therefore
    does not need to keep its own copy of the callbacks stored in the
    remote.
    
    Remove the copy and simply access the callbacks struct within the
    remote.