• Show log

    Commit

  • Hash : b49c8f71
    Author : Carlos Martín Nieto
    Date : 2012-07-24T19:03:22

    remote: use the same code to control git and http
    
    This allows us to add capabilitites to both at the same time, keeps
    them in sync and removes a lot of code.
    
    gitno_buffer now uses a callback to fill its buffer, allowing us to
    use the same interface for git and http (which uses callbacks).