Git development
 help / color / mirror / Atom feed
* git worktree add prints to stdout
@ 2018-08-05 13:01 Karen Arutyunov
  2018-08-05 14:52 ` Thomas Gummerer
  0 siblings, 1 reply; 3+ messages in thread
From: Karen Arutyunov @ 2018-08-05 13:01 UTC (permalink / raw)
  To: git

Hello,

The 'git worktree add' command prints to both standard streams. So in 
the following example the first line is printed to stderr and the second 
to stdout.

$ git worktree add ../pub build2-control
Preparing ../pub (identifier pub)
HEAD is now at b03ea86 Update

This looks like a bug, as, for example, the checkout command prints 
'HEAD is now at...' message to stderr.

Best regards,
Karen

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

end of thread, other threads:[~2018-08-05 22:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-05 13:01 git worktree add prints to stdout Karen Arutyunov
2018-08-05 14:52 ` Thomas Gummerer
2018-08-05 22:45   ` Jonathan Nieder

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