On Thu, Nov 27, 2014 at 09:12:27AM -0800, Adam Williamson wrote: > It might also be worth improving the warn_unspecified_push_default_msg[] > text to mention the name matching behaviour? At present it doesn't > clearly explain this (you could argue it's *sort of* implied, but I > doubt many people will read it that way - I didn't), you have to follow > the chain into 'git help config' to find the description. Something > like: > > "Since Git 2.0, Git defaults to the more conservative 'simple'\n" > "behavior, which only pushes the current branch to the corresponding\n" > "remote branch that 'git pull' uses to update the current branch, \n" > "if the names of those two branches match.\n" Yeah, I agree that is more clear. There is some other magic with "simple", too, around triangular workflows. Describing it in detail would probably be too verbose in this message, but we do refer to the description of push.default, which is probably enough. Technically this new bit you are adding here is covered there, too. But since we can improve the description by adding such a small amount of text in this case, it seems like a reasonable tradeoff. I suppose we could also customize the message based on the triangular and non-triangular cases. I dunno. -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html