1. 04 Nov, 2016 1 commit
    • branch: fix forced branch creation on HEAD of a bare repo · f9793884
      The code correctly detects that forced creation of a branch on a
      nonbare repo should not be able to overwrite a branch which is
      the HEAD reference.  But there's no reason to prevent this on
      a bare repo, and in fact, git allows this.  I.e.,
      
         git branch -f master new_sha
      
      works on a bare repo with HEAD set to master.  This change fixes
      that problem, and updates tests so that, for this case, both the
      bare and nonbare cases are checked for correct behavior.
      John Fultz committed
  2. 28 Oct, 2016 1 commit
  3. 27 Oct, 2016 2 commits
  4. 16 Oct, 2016 1 commit
  5. 15 Oct, 2016 1 commit
  6. 10 Oct, 2016 16 commits
  7. 09 Oct, 2016 6 commits
  8. 07 Oct, 2016 4 commits
  9. 06 Oct, 2016 8 commits