git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [bug] Adding -z to git status seems to disable relative path
@ 2019-12-15 20:31 pp yy
  2019-12-16  6:34 ` Jeff King
  0 siblings, 1 reply; 3+ messages in thread
From: pp yy @ 2019-12-15 20:31 UTC (permalink / raw)
  To: git

Hi,

Maybe i missed something but i can't get relativepath when adding '-z'

$ git --version
git version 2.17.1
$ git status -s test
?? test
$ git status -s -z test
?? plugins/git/test
$ git -c status.relativePaths=true status -s test
?? test
$ git -c status.relativePaths=true status -s -z test
?? plugins/git/test

Bug or did i missed something ?

Regards,

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-12-18 14:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-15 20:31 [bug] Adding -z to git status seems to disable relative path pp yy
2019-12-16  6:34 ` Jeff King
2019-12-18 14:04   ` pp yy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).