From: Junio C Hamano Date: Wed, 15 Dec 2021 17:39:49 +0000 (-0800) Subject: Merge branch 'es/worktree-chatty-to-stderr' X-Git-Tag: v2.35.0-rc0~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=986eb34b7165b38cf34229a6f4e43f81b3bd5758;p=thirdparty%2Fgit.git 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 --- 986eb34b7165b38cf34229a6f4e43f81b3bd5758