Skip to content
  • Junio C Hamano's avatar
    Merge branch 'jk/no-optional-locks' · d4e93836
    Junio C Hamano authored
    Some commands (most notably "git status") makes an opportunistic
    update when performing a read-only operation to help optimize later
    operations in the same repository.  The new "--no-optional-locks"
    option can be passed to Git to disable them.
    
    * jk/no-optional-locks:
      git: add --no-optional-locks option
    d4e93836