mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-04-08 19:35:31 +02:00
Merge pull request #2648 from idbrii/git-nolock
Don't lock git repo when checking status
This commit is contained in:
commit
e6bb8427dc
@ -17,8 +17,8 @@ scriptencoding utf-8
|
||||
let s:vcs_config = {
|
||||
\ 'git': {
|
||||
\ 'exe': 'git',
|
||||
\ 'cmd': 'git status --porcelain -- ',
|
||||
\ 'dirty': 'git status -uno --porcelain --ignore-submodules',
|
||||
\ 'cmd': 'git status --porcelain --no-optional-locks -- ',
|
||||
\ 'dirty': 'git status -uno --porcelain --no-optional-locks --ignore-submodules',
|
||||
\ 'untracked_mark': '??',
|
||||
\ 'exclude': '\.git',
|
||||
\ 'update_branch': 's:update_git_branch',
|
||||
|
Loading…
x
Reference in New Issue
Block a user