1. 15 Apr, 2014 4 commits
  2. 11 Apr, 2014 3 commits
  3. 10 Apr, 2014 1 commit
  4. 09 Apr, 2014 4 commits
  5. 08 Apr, 2014 7 commits
  6. 07 Apr, 2014 5 commits
  7. 06 Apr, 2014 4 commits
  8. 05 Apr, 2014 1 commit
  9. 04 Apr, 2014 2 commits
  10. 03 Apr, 2014 8 commits
  11. 02 Apr, 2014 1 commit
    • remote: mark branch for-merge even if we're unborn · 67d4997a
      When the current branch is unborn, git will still mark the current
      branch's upstream for-merge if there is an upstream configuration. The
      only non-constrived case is cloning from an empty repository which then
      gains history. origin's master should be marked for-merge.
      
      In order to do this, we cannot use the high-level wrappers that expect a
      reference, as we may not have one. Move over to the internal ones that
      expect a reference name, which we do have.
      Carlos Martín Nieto committed