Merge branch 'es/worktree-chatty-to-stderr'
commit986eb34b7165b38cf34229a6f4e43f81b3bd5758
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 Dec 2021 17:39:49 +0000 (15 09:39 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Dec 2021 17:39:49 +0000 (15 09:39 -0800)
treea6966b2eea1ea4d406ac500d587ec94009c97e4d
parentf9b889dd67b7a92fd78d9f3385fd2f83e9efdaa8
parentb50252484f7e106e19e4feeb714ae88336295e5e
Merge branch 'es/worktree-chatty-to-stderr'

"git worktree add" showed "Preparing worktree" message to the
standard output stream, but when it failed, the message from die()
went to the standard error stream.  Depending on the order the
stdio streams are flushed at the program end, this resulted in
confusing output.  It has been corrected by sending all the chatty
messages to the standard error stream.

* es/worktree-chatty-to-stderr:
  git-worktree.txt: add missing `-v` to synopsis for `worktree list`
  worktree: send "chatty" messages to stderr
builtin/worktree.c