Git development
 help / color / mirror / Atom feed
* Path differences between git status & git status --porcelain
@ 2022-03-26  9:25 Tone Kastlunger
  2022-03-27  0:47 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Tone Kastlunger @ 2022-03-26  9:25 UTC (permalink / raw)
  To: git

Hello;
we have noticed that the results displayed by git status & git status
--porcelain differ
in the path information shown. For instance, in one of our test repos:

"git status" output from a "<gitreporoot>/test" folder:

  Changes not staged for commit:
    (use "git add <file>..." to update what will be committed)
    (use "git checkout -- <file>..." to discard changes in working directory)

  modified:   ../src/api/db.py  <---- Notice the ".." correctly
displaying the relative path
       to the (modified) file

"git status --porcelain"  output from the same location:

    ....cutted stuff to keep things clean...
       M src/api/db.py   <---- Notice the missing ".." in front of the
(modified) file path.

Is this intentional/expected behaviour; and if not, we were wondering
if this is a known issue?

Best,
Tone Kastlunger
Giulietta SW

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

end of thread, other threads:[~2022-03-27 16:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-26  9:25 Path differences between git status & git status --porcelain Tone Kastlunger
2022-03-27  0:47 ` Junio C Hamano
2022-03-27 16:06   ` Tone Kastlunger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox