Skip to content
  • Junio C Hamano's avatar
    Merge branch 'jk/faster-name-conflicts' · 9bc42227
    Junio C Hamano authored
    Optimize the check to see if a ref $F can be created by making sure
    no existing ref has $F/ as its prefix, which especially matters in
    a repository with a large number of existing refs.
    
    * jk/faster-name-conflicts:
      refs: speed up is_refname_available
    9bc42227