Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCHv3 3/4] git-status: show short sequencer state

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:55:17

Phil Hord [off-list ref] writes:
  # tokens and short-status
  $ git status --tree --short  
  ## changed-files
   M foo.txt
Hrm, how will the existing readers of the output avoid getting
confused by this overloading of "##", which has meant the current
branch information?
  # tokens only?
  $ git status --tree --porcelain
  changed-files
It probably is simpler for parsers of the --porcelain format if you
(1) always used first two bytes as the record type, and (2) avoided
using "##" that is already used for the tree-wide status.

Just a thought.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help