worktree: improve worktree setup message
commitcd2f4713112119e18af8b5b580c5661a52320632
authorEric Sunshine <sunshine@sunshineco.com>
Fri, 17 Jul 2015 23:00:05 +0000 (17 19:00 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Jul 2015 18:29:24 +0000 (20 11:29 -0700)
tree05c1b90b79788fad5e9336621f28e16a21de1860
parented89f84b3c05d6359aba842e245910c996d91859
worktree: improve worktree setup message

When git-worktree creates a new worktree, it reports:

    Enter "<path>" (identifier <tag>)

which misleadingly implies that it is setting <path> as the working
directory (as if "cd <path>" had been invoked), whereas it's actually
preparing the new worktree by creating its administrative files, setting
HEAD, and populating it. Make this more clear by instead saying:

    Preparing "<path>" (identifier <tag>)

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/worktree.c