* Who do I report bugs in the git source web browser thing to?
@ 2006-03-23 16:43 Rob Landley
2006-03-23 16:51 ` Josh Boyer
2006-03-23 17:03 ` Linus Torvalds
0 siblings, 2 replies; 6+ messages in thread
From: Rob Landley @ 2006-03-23 16:43 UTC (permalink / raw)
To: git
When I go to kernel.org, click the tiny C next to linus's name to get the git
browser for the tree, click "tree", click the "usr" directory, and then click
"history" next to the file gen_init_cpio.c, it says this file appeared out of
thin air 59 minutes ago.
This is not the case.
>From this link:
http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=tree;h=bc589b0ffba8941b7f7574b71ddec795e2217107;hb=b0e6e962992b76580f4900b166a337bad7c1e81b;f=usr
I wind up with this link:
http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=history;h=b0e6e962992b76580f4900b166a337bad7c1e81b;f=usr/gen_init_cpio.c
Which shows exactly one change.
Am I doing something wrong?
Rob
--
Never bet against the cheap plastic solution.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Who do I report bugs in the git source web browser thing to?
2006-03-23 16:43 Who do I report bugs in the git source web browser thing to? Rob Landley
@ 2006-03-23 16:51 ` Josh Boyer
2006-03-23 17:03 ` Linus Torvalds
1 sibling, 0 replies; 6+ messages in thread
From: Josh Boyer @ 2006-03-23 16:51 UTC (permalink / raw)
To: Rob Landley; +Cc: git
On 3/23/06, Rob Landley <rob@landley.net> wrote:
> When I go to kernel.org, click the tiny C next to linus's name to get the git
> browser for the tree, click "tree", click the "usr" directory, and then click
> "history" next to the file gen_init_cpio.c, it says this file appeared out of
> thin air 59 minutes ago.
>
> This is not the case.
Linus' tree only goes back to 2.6.12 or so. I think you're just
seeing the fact that it's the first commit to that file since it was
initially imported.
josh
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Who do I report bugs in the git source web browser thing to?
2006-03-23 16:43 Who do I report bugs in the git source web browser thing to? Rob Landley
2006-03-23 16:51 ` Josh Boyer
@ 2006-03-23 17:03 ` Linus Torvalds
2006-03-23 22:47 ` Rob Landley
1 sibling, 1 reply; 6+ messages in thread
From: Linus Torvalds @ 2006-03-23 17:03 UTC (permalink / raw)
To: Rob Landley; +Cc: git
On Thu, 23 Mar 2006, Rob Landley wrote:
>
> When I go to kernel.org, click the tiny C next to linus's name to get the git
> browser for the tree, click "tree", click the "usr" directory, and then click
> "history" next to the file gen_init_cpio.c, it says this file appeared out of
> thin air 59 minutes ago.
It does?
For me, it says that the file has no history at all. Which is true. It
hasn't been changed since it was imported, and normally git doesn't show
the root commit at all (exactly because it's the "import" commit).
Now, gitweb _could_ use the "--root" flag to git-diff-tree to also show
the root commit as a diff against nothingness, and then each file would
always have at least _one_ history entry, but if you want that, you might
as well just click the "blob" button instead, that shows what the file is.
The one commit you see (the "[PATCH] reduce size of bio mempools" thing in
the header at the thing) is _not_ part of the file history: it's your
starting point for history searching. In other words, it's the top commit
that you do your history _off_.
Pick another file, like the Makefile, to see what real history looks like
(or, better yet, go into a different directory that actually sees more
real work, like kernel/, and look at the history of files there).
Linus
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Who do I report bugs in the git source web browser thing to?
2006-03-23 17:03 ` Linus Torvalds
@ 2006-03-23 22:47 ` Rob Landley
[not found] ` <20060323182336.062fc63a.seanlkml@sympatico.ca>
0 siblings, 1 reply; 6+ messages in thread
From: Rob Landley @ 2006-03-23 22:47 UTC (permalink / raw)
To: Linus Torvalds; +Cc: git
On Thursday 23 March 2006 12:03 pm, Linus Torvalds wrote:
> On Thu, 23 Mar 2006, Rob Landley wrote:
> Pick another file, like the Makefile, to see what real history looks like
> (or, better yet, go into a different directory that actually sees more
> real work, like kernel/, and look at the history of files there).
I was trying to find out when symlink support went in to gen_init_cpio.c, so
that was the only file that interested me. I forgot that the bitkeeper
history never got moved over.
Thanks,
Rob
--
Never bet against the cheap plastic solution.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Who do I report bugs in the git source web browser thing to?
[not found] ` <20060323182336.062fc63a.seanlkml@sympatico.ca>
@ 2006-03-23 23:23 ` sean
2006-03-24 3:06 ` Rob Landley
0 siblings, 1 reply; 6+ messages in thread
From: sean @ 2006-03-23 23:23 UTC (permalink / raw)
To: Rob Landley; +Cc: torvalds, git
On Thu, 23 Mar 2006 17:47:31 -0500
Rob Landley <rob@landley.net> wrote:
> On Thursday 23 March 2006 12:03 pm, Linus Torvalds wrote:
> > On Thu, 23 Mar 2006, Rob Landley wrote:
> > Pick another file, like the Makefile, to see what real history looks like
> > (or, better yet, go into a different directory that actually sees more
> > real work, like kernel/, and look at the history of files there).
>
> I was trying to find out when symlink support went in to gen_init_cpio.c, so
> that was the only file that interested me. I forgot that the bitkeeper
> history never got moved over.
>
Rob,
You might be able to find what you need in the bk history imported into
git as "Linux kernel history" by Thomas Gleixner on kernel.org:
http://kernel.org/git/?p=linux/kernel/git/tglx/history.git;a=history;h=e7e173af42dbf37b1d946f9ee00219cb3b2bea6a;f=usr/gen_init_cpio.c
Sean
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Who do I report bugs in the git source web browser thing to?
2006-03-23 23:23 ` sean
@ 2006-03-24 3:06 ` Rob Landley
0 siblings, 0 replies; 6+ messages in thread
From: Rob Landley @ 2006-03-24 3:06 UTC (permalink / raw)
To: sean; +Cc: torvalds, git
On Thursday 23 March 2006 6:23 pm, sean wrote:
> On Thu, 23 Mar 2006 17:47:31 -0500
>
> Rob Landley <rob@landley.net> wrote:
> > On Thursday 23 March 2006 12:03 pm, Linus Torvalds wrote:
> > > On Thu, 23 Mar 2006, Rob Landley wrote:
> > > Pick another file, like the Makefile, to see what real history looks
> > > like (or, better yet, go into a different directory that actually sees
> > > more real work, like kernel/, and look at the history of files there).
> >
> > I was trying to find out when symlink support went in to gen_init_cpio.c,
> > so that was the only file that interested me. I forgot that the
> > bitkeeper history never got moved over.
>
> Rob,
>
> You might be able to find what you need in the bk history imported into
> git as "Linux kernel history" by Thomas Gleixner on kernel.org:
>
> http://kernel.org/git/?p=linux/kernel/git/tglx/history.git;a=history;h=e7e1
>73af42dbf37b1d946f9ee00219cb3b2bea6a;f=usr/gen_init_cpio.c
>
> Sean
Ooh, exactly what I was looking for. Thanks. (I already downloaded tarballs
to check, but I've got the bookmark for future reference.)
Rob
--
Never bet against the cheap plastic solution.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-03-24 3:06 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-23 16:43 Who do I report bugs in the git source web browser thing to? Rob Landley
2006-03-23 16:51 ` Josh Boyer
2006-03-23 17:03 ` Linus Torvalds
2006-03-23 22:47 ` Rob Landley
[not found] ` <20060323182336.062fc63a.seanlkml@sympatico.ca>
2006-03-23 23:23 ` sean
2006-03-24 3:06 ` Rob Landley
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).