1. 24 Apr, 2014 1 commit
    • fetchhead: deal with quotes in branch names · bdc82e1c
      The current FETCH_HEAD parsing code assumes that a quote must end the
      branch name. Git however allows for quotes as part of a branch name,
      which causes us to consider the FETCH_HEAD file as invalid.
      
      Instead of searching for a single quote char, search for a quote char
      followed by SP, which is not a valid part of a ref name.
      Carlos Martín Nieto committed
  2. 23 Apr, 2014 5 commits
  3. 22 Apr, 2014 9 commits
  4. 21 Apr, 2014 5 commits
  5. 20 Apr, 2014 1 commit
  6. 19 Apr, 2014 3 commits
  7. 18 Apr, 2014 16 commits