[bug] Adding -z to git status seems to disable relative path

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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,



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux