Re: [git-users] How to see branch history?

2011-03-05 Thread Konstantin Khomoutov
On Fri, Mar 04, 2011 at 11:47:22PM -0800, Dmitry wrote: A branch is git a reference to a single commit. So the question is: how can I see what commits it pointed to before? Although we can see all ancestors of any commit we need some way to tell past head revisions apart from any developer

Re: [git-users] How to see branch history?

2011-03-05 Thread Дмитрий Волочаев
ISTR, t's possible to force this via the git config mechanism. Thank you. I see. And then we should distinguish mainline commits by the committer name of some special string in Commit Message, right? Is there any tool that does this while displaying the version tree, for example showing the

Re: [git-users] How to see branch history?

2011-03-05 Thread Konstantin Khomoutov
On Sat, 5 Mar 2011 11:12:42 +0300 Дмитрий Волочаев mrblack.pp...@gmail.com wrote: ISTR, t's possible to force this via the git config mechanism. Thank you. I see. And then we should distinguish mainline commits by the committer name of some special string in Commit Message, right? gitk does