mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 08:20:10 +00:00
mention to git_compare_version
Signed-off-by: Sebastien Varrette <Sebastien.Varrette@uni.lu>
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
||||
function +vi-git-untracked() {
|
||||
local FLAGS
|
||||
FLAGS=('--porcelain')
|
||||
# TODO: check git >= 1.7.2
|
||||
# TODO: check git >= 1.7.2 - see function git_compare_version()
|
||||
FLAGS+='--ignore-submodules=dirty'
|
||||
if [[ $(git rev-parse --is-inside-work-tree 2> /dev/null) == 'true' && \
|
||||
-n $(git status ${FLAGS} | grep '^??' 2> /dev/null | tail -n1) ]]; then
|
||||
|
||||
Reference in New Issue
Block a user