Make git status show if on tag

2013-10-09 Thread bpuzon
Hello Git, I was wondering if a patch that adds the tag information (something like what git log --decorate produces) to the git status would be welcome? All the best, Bartek -- 本日も小田急線をご利用いただきまして、どうもありがとうございました。 -- To unsubscribe from this list: send the line unsubscribe git in the body of

Re: Re: Make git status show if on tag

2013-10-09 Thread bpuzon
Do you mean when you are on a branch that also happens to point at the same commit found at a tag? Or do you mean when you have detached your HEAD at a tag (e.g., by doing git checkout v1.0). I meant the latter. So I will just update git then. Thank you! --