Re: [PATCH v7 0/3] worktree add: improve message for ambiguous remote branch name
Junio C Hamano <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
"Yoichi NAKAYAMA via GitGitGadget" <[email protected]> writes: > * fix grammatical errors in hints > * narrow the scope of local variable oid Both changes look sensible. I very much like the new advise() message that is much more concise. > -+ advise(_("Branches with the same name appears in multiple remotes:")); > ++ advise(_("Branch name '%s' appears in multiple remotes:"), branch); > -+ advise(_("Branches with the same name appears in multiple remotes:")); > ++ advise(_("Branch name '%s' appears in multiple remotes:"), branch); Will queue.