Skip to content
  • Junio C Hamano's avatar
    Merge branch 'jk/cocci' · 769af0fd
    Junio C Hamano authored
    spatch transformation to replace boolean uses of !hashcmp() to
    newly introduced oideq() is added, and applied, to regain
    performance lost due to support of multiple hash algorithms.
    
    * jk/cocci:
      show_dirstat: simplify same-content check
      read-cache: use oideq() in ce_compare functions
      convert hashmap comparison functions to oideq()
      convert "hashcmp() != 0" to "!hasheq()"
      convert "oidcmp() != 0" to "!oideq()"
      convert "hashcmp() == 0" to hasheq()
      convert "oidcmp() == 0" to oideq()
      introduce hasheq() and oideq()
      coccinelle: use <...> for function exclusion
    769af0fd