On Tue, 1 Aug 2006, Olivier Galibert wrote: > > I'd like to do a (f.i) gitk include/sound/asound.h but still see the > commits which are in the DAG delimited by the alsa commits and have > tags attached. The aim is to know what changes where in what released > kernel version. Is there a way to do that? Not right now. It should be fairly easy to add a flag that marks all tagged commits (or, indeed, anything that is reachable from .git/refs/) as "TREECHANGE" so that they aren't optimized away, but we don't have anything like that right now at least. A small exercise for somebody who wants to get into git, perhaps? Hint, hint.. Linus - : 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