Hello Is it possible to add comments assignment to branches? Something like: $ git branch --comment="New branch with implementation of some features" br14 $ git branch br14 * master $ git branch --comments br14 (New branch with implementation of some features) * master and when configuration variable branch.comments == true, this behavior is default. Thank you -- Maxim Treskin -- 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