* path-restricted gitk with tags showing up?
@ 2006-08-01 17:42 Olivier Galibert
2006-08-01 18:39 ` Linus Torvalds
2006-08-01 19:13 ` Sergey Vlasov
0 siblings, 2 replies; 4+ messages in thread
From: Olivier Galibert @ 2006-08-01 17:42 UTC (permalink / raw)
To: git
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?
OG.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: path-restricted gitk with tags showing up?
2006-08-01 17:42 path-restricted gitk with tags showing up? Olivier Galibert
@ 2006-08-01 18:39 ` Linus Torvalds
2006-08-01 19:13 ` Sergey Vlasov
1 sibling, 0 replies; 4+ messages in thread
From: Linus Torvalds @ 2006-08-01 18:39 UTC (permalink / raw)
To: Olivier Galibert; +Cc: git
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: path-restricted gitk with tags showing up?
2006-08-01 17:42 path-restricted gitk with tags showing up? Olivier Galibert
2006-08-01 18:39 ` Linus Torvalds
@ 2006-08-01 19:13 ` Sergey Vlasov
2006-08-01 19:33 ` Olivier Galibert
1 sibling, 1 reply; 4+ messages in thread
From: Sergey Vlasov @ 2006-08-01 19:13 UTC (permalink / raw)
To: Olivier Galibert; +Cc: git
[-- Attachment #1: Type: text/plain, Size: 748 bytes --]
On Tue, 1 Aug 2006 19:42:10 +0200 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?
Since git-1.4.0 gitk shows this information in the "Follows:" and
"Precedes:" lines for each commit (you need to enable "Display nearby
tags" in preferences). In your case, the "Precedes" line will show the
first kernel version which included the change.
Note that loading this information takes some time; gitk tries to load
it in background, so you may see empty "Follows" and "Precedes" lines
for some time.
[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: path-restricted gitk with tags showing up?
2006-08-01 19:13 ` Sergey Vlasov
@ 2006-08-01 19:33 ` Olivier Galibert
0 siblings, 0 replies; 4+ messages in thread
From: Olivier Galibert @ 2006-08-01 19:33 UTC (permalink / raw)
To: Sergey Vlasov; +Cc: git
On Tue, Aug 01, 2006 at 11:13:29PM +0400, Sergey Vlasov wrote:
> On Tue, 1 Aug 2006 19:42:10 +0200 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?
>
> Since git-1.4.0 gitk shows this information in the "Follows:" and
> "Precedes:" lines for each commit (you need to enable "Display nearby
> tags" in preferences). In your case, the "Precedes" line will show the
> first kernel version which included the change.
>
> Note that loading this information takes some time; gitk tries to load
> it in background, so you may see empty "Follows" and "Precedes" lines
> for some time.
Works rather well, thanks.
OG.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-08-01 19:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-01 17:42 path-restricted gitk with tags showing up? Olivier Galibert
2006-08-01 18:39 ` Linus Torvalds
2006-08-01 19:13 ` Sergey Vlasov
2006-08-01 19:33 ` Olivier Galibert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).