"Chris Torek via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > I put in the shortened "conflicted" here but did not shorten the > existing "not under version control" message (to minimize the visible > and translations-required changes). It does not matter all that much but the message in your original for the new case looked better and worse at the same time ;-) "not under version control" is a statement of fact that does not hint what the user may want to do with that information. Your original for the new case gave that hint (i.e. "must resolve first") but the new "the path is unmerged" (I think 'unmerged' is a more proper term for this than 'conflicted'; see gitglossary[7]) stops at stating fact without giving further hint,and in that sense the messages are consistent with each other. We could shoot for consistency in the opposite direction, by making "not under version control" could instead say "must add first". But that leads to a fruitless comparison between "'git add' then 'git mv'" and "plain 'mv' then 'git add'". For "git mv", "must resolve first" may be the only sane option right now, so it probably is OK. So, after having thought the above through, I tend to (slightly) prefer to stop at stating fact, perhaps "the path is unmerged" or something to match "not under version control". > I like the idea of renaming all stages and keeping them at their current > stages, but that's too much for this patch. I totally agree, and I am not 100% convinced that the "rename all at their current stage" gives a better end-user experience. For one thing, I suspect that it would still have to fail depending on how the destination path and paths that conflict with it are populated in the index, and that may make even harder-to-explain error case. > I'll be traveling next week and not sure if I will get to any followups > for a while. That is perfectly fine. We are in pre-release freeze and this patch won't go anywhere until the end of the month. Thanks for contributing, and safe travels.