On Sat, 2006-10-21 at 16:49 -0700, Carl Worth wrote: > On Sat, 21 Oct 2006 19:42:47 -0400, Jeff Licquia wrote: > > I don't think so. Recently, I've been trying to track a particular > > patch in the kernel. It was done as a series of commits, and probably > > would have been its own branch in bzr, but when I was trying to group > > the commits together to analyze them as a group, the easiest way to do > > that was by the original committer's name. > > As far as "its own branch in bzr" would such a branch remain available > indefinitely even after being merged in to the main tree? Yes, in the sense that you can recreate the branch by using that branch's last commit. But not in the git sense that there's a branch ID pointing at the commit in question. You know what? It occurs to me that much of the problem with git branches vs. bzr branches might be solved when bzr gets proper tagging support. Because, after all, aren't branches more like special tags in git? > > Now, there's probably a better way to hunt that stuff down, but in this > > case hunting the user down worked for me. (It may have made a > > difference that I was using gitweb instead of a local clone.) > > Vast, huge, gaping, cosmic difference. > > Almost none of the power of git is exposed by gitweb. It's really not > worth comparing. (Now a gitweb-alike that provided all the kinds of > very easy browsing and filtering of the history like gitk and git > might be nice to have.) So, very probably, I would have had a far easier time of it if I had been able to really use git to do the work, instead of gitweb. I still don't think, though, that it's a sign of a small project to be concerned about one's own branches more than others. - 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