Am 15.03.2010 09:33, schrieb Maxim Treskin: > 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. Hmm. You could name your branch "br14/new-branch-with-implementation-of-some-features" instead of "br14". With command line completion you would only have to hit two extra keys (slash tab) and could enjoy a meaningful branch name everywhere. René -- 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