Closed 0NG closed 6 years ago
update get_git_dir and get_git_status git status --no-lock-index is deprecated
get_git_dir
get_git_status
git status --no-lock-index
From Git Status documentation Scripts running status in the background should consider using git --no-optional-locks status (see git[1] for details).
update
get_git_dir
andget_git_status
git status --no-lock-index
is deprecated