1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-21 11:00:08 +00:00

mention to git_compare_version

Signed-off-by: Sebastien Varrette <Sebastien.Varrette@uni.lu>
This commit is contained in:
Sebastien Varrette 2016-02-09 14:22:47 +01:00
parent 0fd9d277f9
commit 52982e3f63

View file

@ -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