mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
git/walk: only show untracked paths matching requested prefix
This commit is contained in:
parent
27a696b145
commit
fd8a2d81c3
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ main(int argc, char **argv)
|
|||
show(o, Tflg, tstr, wdir[j].path);
|
||||
else
|
||||
show(o, Mflg, mstr, wdir[j].path);
|
||||
}else if(printflg & Uflg)
|
||||
}else if(printflg & Uflg && pfxmatch(idx[i].path, argrel, argn, argc))
|
||||
show(o, Uflg, ustr, wdir[j].path);
|
||||
j++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue