> I find it useful to use fairly short names for branches. However, > sometimes I would like to have a full sentence to actually describe > what the branch is for, without having the peruse the actual commits. Me too. > This information could of course be kept on a web page, but it would > be nice to have it in the repo. Like, putting your bug number in the branch name. > Is there any such branch annotation command? > Ideally I'd like to see a sentence displayed next to the branch name > when I use "git-branch". > Perhaps, git-branch --info or something. The problem is that a branch is just a floating name for a line of development. Its not really a "thing" in the repository like a tag or a commit. You'd need to make some sort of special tag that describes the branch or somesuch. -- 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