Hi, It was asked recently whether git status could output the short-form instead of the long output (via its "-sb" options). To that end, I've created a rough POC on how this might look. It's deliberately lacking documentation; I was curious to know whether: status.shortwithbranch = true Was going to cut it. Likewise, I was unsure if instead there should be two separate options, one for just short (i.e. '-s') also? What do others think? ISTR reading on this list recently the addition of a "--long" option to git status? I'm wondering how this would relate to that, if at all? Kindly, Thomas Adam (1): status: Allow for short-form via config option builtin/commit.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) -- 1.7.11.4 -- 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