Skip to content
  • James Liggett's avatar
    git: Don't allow multiple status commands to run concurrently · be037c2d
    James Liggett authored
    Git acquires a lock on the repository when a command runs, so running status commands
    concurrently shows race condition-like behavior when setting status icons in the file manager.
    
    However, the icons show up a lot slower with this patch; changes to the file manager may be
    needed.
    be037c2d