public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* latest patch download
@ 2006-05-22 10:21 Davide CASCONE
  2006-05-22 11:57 ` David Woodhouse
  0 siblings, 1 reply; 6+ messages in thread
From: Davide CASCONE @ 2006-05-22 10:21 UTC (permalink / raw)
  To: linux-mtd

I have visited the suggested web-address http://git.infradead.org/?p=mtd-2.6.git with the latest updates; how can download the latest version of all files (mtd and jffs2)? Are there available some patches to add all the latest updates on my Linux release?

Thank you for your support.
Best Regards,
 Davide Cascone

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: latest patch download
  2006-05-22 10:21 latest patch download Davide CASCONE
@ 2006-05-22 11:57 ` David Woodhouse
  2006-05-22 12:09   ` Kay Sievers
  0 siblings, 1 reply; 6+ messages in thread
From: David Woodhouse @ 2006-05-22 11:57 UTC (permalink / raw)
  To: Davide CASCONE; +Cc: Christian Gierke, Kay Sievers, linux-mtd

On Mon, 2006-05-22 at 12:21 +0200, Davide CASCONE wrote:
> I have visited the suggested web-address
> http://git.infradead.org/?p=mtd-2.6.git with the latest updates; how
> can download the latest version of all files (mtd and jffs2)? Are
> there available some patches to add all the latest updates on my Linux
> release?

Hm, no -- I don't think there is a way to do that. It's a sensible
feature request for gitweb though -- just being able to extract a diff
between two branches (i.e. 'linus->master') would be useful.

The best answer I can give right now is just to install cogito and
'cg-diff -r linus', unless the gitweb authors want to tell me that
gitweb _can_ do diffs between branches, and I've just missed it...

-- 
dwmw2

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: latest patch download
  2006-05-22 11:57 ` David Woodhouse
@ 2006-05-22 12:09   ` Kay Sievers
  2006-05-22 12:49     ` David Woodhouse
  0 siblings, 1 reply; 6+ messages in thread
From: Kay Sievers @ 2006-05-22 12:09 UTC (permalink / raw)
  To: David Woodhouse; +Cc: linux-mtd, Davide CASCONE, Christian Gierke

On Mon, 2006-05-22 at 12:57 +0100, David Woodhouse wrote:
> On Mon, 2006-05-22 at 12:21 +0200, Davide CASCONE wrote:
> > I have visited the suggested web-address
> > http://git.infradead.org/?p=mtd-2.6.git with the latest updates; how
> > can download the latest version of all files (mtd and jffs2)? Are
> > there available some patches to add all the latest updates on my Linux
> > release?
> 
> Hm, no -- I don't think there is a way to do that. It's a sensible
> feature request for gitweb though -- just being able to extract a diff
> between two branches (i.e. 'linus->master') would be useful.
> 
> The best answer I can give right now is just to install cogito and
> 'cg-diff -r linus', unless the gitweb authors want to tell me that
> gitweb _can_ do diffs between branches, and I've just missed it...

Something like this?:
  http://git.infradead.org/?p=mtd-2.6.git;a=commitdiff;h=HEAD;hp=v2.6.17-rc1

But you have to manually add ';hp=<tagname/hash>' to the url, for the
commit(parent) you want to base against

Kay

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: latest patch download
  2006-05-22 12:09   ` Kay Sievers
@ 2006-05-22 12:49     ` David Woodhouse
  2006-05-22 12:57       ` Kay Sievers
  0 siblings, 1 reply; 6+ messages in thread
From: David Woodhouse @ 2006-05-22 12:49 UTC (permalink / raw)
  To: Kay Sievers; +Cc: linux-mtd, Davide CASCONE, Christian Gierke

On Mon, 2006-05-22 at 14:09 +0200, Kay Sievers wrote:
> 
> Something like this?:
> 
> http://git.infradead.org/?p=mtd-2.6.git;a=commitdiff;h=HEAD;hp=v2.6.17-rc1

Aha, thanks. So what Davide actually wanted was something like:

http://git.infradead.org/?p=mtd-2.6.git;a=commitdiff_plain;h=HEAD;hp=linus

It doesn't have the full set of commit comments, but the patch looks
good. Thanks.


Another feature request... if you look at http://git.infradead.org/ it's
just a list of trees, and it's quite hard to pick out the one you want.
It'd be really nice if we could split the 'official' trees up from the
users' trees -- and also if the users' trees which don't have anything
new are somehow less prominent -- by being greyed out, strikethrough or
something.

There's a whole bunch of trees there which I already pulled from, so
they contain nothing that isn't in their parent.

-- 
dwmw2

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: latest patch download
  2006-05-22 12:49     ` David Woodhouse
@ 2006-05-22 12:57       ` Kay Sievers
  2006-05-22 13:16         ` David Woodhouse
  0 siblings, 1 reply; 6+ messages in thread
From: Kay Sievers @ 2006-05-22 12:57 UTC (permalink / raw)
  To: David Woodhouse; +Cc: linux-mtd, Davide CASCONE

On Mon, 2006-05-22 at 13:49 +0100, David Woodhouse wrote:
> Another feature request... if you look at http://git.infradead.org/ it's
> just a list of trees, and it's quite hard to pick out the one you want.
> It'd be really nice if we could split the 'official' trees up from the
> users' trees -- and also if the users' trees which don't have anything
> new are somehow less prominent -- by being greyed out, strikethrough or
> something.
> 
> There's a whole bunch of trees there which I already pulled from, so
> they contain nothing that isn't in their parent.

How can we determine the "not anything new" state? :)

Does sorting it by age doesn't do what you are looking for?
  http://git.infradead.org/?o=age

Kay

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: latest patch download
  2006-05-22 12:57       ` Kay Sievers
@ 2006-05-22 13:16         ` David Woodhouse
  0 siblings, 0 replies; 6+ messages in thread
From: David Woodhouse @ 2006-05-22 13:16 UTC (permalink / raw)
  To: Kay Sievers; +Cc: linux-mtd, Davide CASCONE

On Mon, 2006-05-22 at 14:57 +0200, Kay Sievers wrote:
> How can we determine the "not anything new" state? :)

git-diff origin.. | wc -l

Oh, wait... _its_ version of 'origin' will of course still be older.

But if I just configure gitweb with a _static_ list of 'parent trees' to
use for the 'not anything new' state, that's fine. If the tree in
question is a strict subset of _any_ of the listed 'parent trees', then
it's not interesting.

We can probably do even better than that -- we can look at what's in
remotes/origin and use that instead.

Actually, half those trees don't have remotes/origin at the moment --
but that's easily fixed. I have to create the list of repositories with
a script _anyway_, because it has to go looking in users' ~/public_git
directories. So I suppose I can make that script _ignore_ any repos
without it.

Actually, I'd like to group repos in the display according to their
parent. So all the repos based on mtd-2.6.git would be together, all the
repos based on mtd-utils.git would be together, and then the ones
without a matching parent would be in another group.

We could even put the intended parent into the index.aux file so that
gitweb doesn't have to work that out for itself.

> Does sorting it by age doesn't do what you are looking for?
>   http://git.infradead.org/?o=age

Hm, didn't know _that_ existed either. Is there documentation I haven't
been paying attention to?


-- 
dwmw2

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-05-22 13:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-22 10:21 latest patch download Davide CASCONE
2006-05-22 11:57 ` David Woodhouse
2006-05-22 12:09   ` Kay Sievers
2006-05-22 12:49     ` David Woodhouse
2006-05-22 12:57       ` Kay Sievers
2006-05-22 13:16         ` David Woodhouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox