Re: [RFC] add detached HEAD to --all listing

2014-08-27 Thread Max Kirillov
On Wed, Aug 27, 2014 at 5:22 PM, Jeff King wrote: > If you mean "git log", I think it is included there, too: > > $ git log --decorate --oneline --all > 685450f (HEAD) more > 1290ebd (master) foo I meant "git log", did not know it's there. Where I actually would like to see it in gitk --all

Re: [RFC] add detached HEAD to --all listing

2014-08-27 Thread Jeff King
On Wed, Aug 27, 2014 at 05:18:21PM +0300, Max Kirillov wrote: > Could HEAD be added to list of heads while using --all switch? To which command? If you mean "git branch", I think the detached HEAD is already mentioned: $ git branch * (detached from 1290ebd) master If you mean "git log"