2011/8/8 Jelle <jelle.ra...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups "tortoisegit-users" group.
> To post to this group, send email to tortoise...@googlegroups.com.
> To unsubscribe from this group, send email to tortoisegit-us...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/tortoisegit-users?hl=en.
>
>
git-describe - Show the most recent tag that is reachable from a commit
Jelle want to know branch information.
Show 'branch name' at every commit does not make sense.
git branch just map to hash value of branch head.
>
> On Aug 8, 8:20 am, Frank Li <lzn...@gmail.com> wrote:
>> That's git problem.
>> branch reference to a hash value.
>> If hash is not log list, branch will no show.
>
The key problem, gitk show full log. At this case, tortoisegit have
not problem at the same case.
when tortoisegit show part of log, (such as git log -- files), branch
head hash have not showed. so branch name is not showed.
But gitk also lists the branches when I call it for single files "gitk
-- <path>".
This is what we want. I had a quick look at its tcl/tk code, but I
didn't understand it.