• Show log

    Commit

  • Hash : 64fdd86d
    Author : Carlos Martín Nieto
    Date : 2014-11-08T20:21:14

    remote: don't check for upstream on an anonymous remote
    
    If the remote is anonymous, then we cannot check for any configuration,
    as there is no name. Check for this before we try to use the name, which
    may be a NULL pointer.
    
    This fixes #2697.