* What's up with Linux git repo?
@ 2010-06-21 13:30 Piotr Hosowicz
2010-06-21 13:59 ` Martin Nybo Andersen
2010-06-21 14:00 ` Nick Bowler
0 siblings, 2 replies; 7+ messages in thread
From: Piotr Hosowicz @ 2010-06-21 13:30 UTC (permalink / raw)
To: LKML
Hello,
I update regularly with git config:
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url =
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
[branch "master"]
remote = origin
merge = refs/heads/master
Until few days ago there were updates but now I don't see any. Will
somebody tell me what's going on? Why there are no new updates? Is it
because Linus has vacation now, as I read in another thread?
Regards,
Piotr Hosowicz
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: What's up with Linux git repo?
2010-06-21 13:30 What's up with Linux git repo? Piotr Hosowicz
@ 2010-06-21 13:59 ` Martin Nybo Andersen
2010-06-21 14:12 ` Piotr Hosowicz
2010-06-21 14:00 ` Nick Bowler
1 sibling, 1 reply; 7+ messages in thread
From: Martin Nybo Andersen @ 2010-06-21 13:59 UTC (permalink / raw)
To: Piotr Hosowicz; +Cc: LKML
On Mon, 21 Jun 2010, Piotr Hosowicz wrote:
> Hello,
>
> I update regularly with git config:
>
>
> [core]
> repositoryformatversion = 0
> filemode = true
> bare = false
> logallrefupdates = true
> [remote "origin"]
> fetch = +refs/heads/*:refs/remotes/origin/*
> url =
> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
> [branch "master"]
> remote = origin
> merge = refs/heads/master
>
> Until few days ago there were updates but now I don't see any. Will somebody
> tell me what's going on? Why there are no new updates? Is it because Linus
> has vacation now, as I read in another thread?
>
> Regards,
>
> Piotr Hosowicz
Hi,
According to
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary
there don't seem to be any update newer than 9 day atm.
Regards,
Martin
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: What's up with Linux git repo?
2010-06-21 13:30 What's up with Linux git repo? Piotr Hosowicz
2010-06-21 13:59 ` Martin Nybo Andersen
@ 2010-06-21 14:00 ` Nick Bowler
2010-06-21 14:34 ` Piotr Hosowicz
1 sibling, 1 reply; 7+ messages in thread
From: Nick Bowler @ 2010-06-21 14:00 UTC (permalink / raw)
To: Piotr Hosowicz; +Cc: LKML
On 15:30 Mon 21 Jun , Piotr Hosowicz wrote:
> Until few days ago there were updates but now I don't see any. Will
> somebody tell me what's going on? Why there are no new updates?
See below.
> Is it because Linus has vacation now, as I read in another thread?
Yes.
--
Nick Bowler, Elliptic Technologies (http://www.elliptictech.com/)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: What's up with Linux git repo?
2010-06-21 13:59 ` Martin Nybo Andersen
@ 2010-06-21 14:12 ` Piotr Hosowicz
0 siblings, 0 replies; 7+ messages in thread
From: Piotr Hosowicz @ 2010-06-21 14:12 UTC (permalink / raw)
To: Martin Nybo Andersen; +Cc: LKML
> According to
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary
> there don't seem to be any update newer than 9 day atm.
Ok, I see, I did not get the idea to check it this way. Thanks and sorry
for the noise.
Regards,
Piotr Hosowicz
--
Demokracja to kult szakali wyznawany przez osły (Henry Louis Mencken)
NP: Chickenfoot - Sexy Little Thing
NB: 2.6.35-rc3
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: What's up with Linux git repo?
2010-06-21 14:00 ` Nick Bowler
@ 2010-06-21 14:34 ` Piotr Hosowicz
2010-06-21 14:50 ` Andreas Schwab
0 siblings, 1 reply; 7+ messages in thread
From: Piotr Hosowicz @ 2010-06-21 14:34 UTC (permalink / raw)
To: LKML
> On 15:30 Mon 21 Jun , Piotr Hosowicz wrote:
>> Until few days ago there were updates but now I don't see any. Will
>> somebody tell me what's going on? Why there are no new updates?
>
> See below.
>
>> Is it because Linus has vacation now, as I read in another thread?
>
> Yes.
And does somebody know and can tell when that vacation ends and things
will back as normal?
Regards,
Piotr Hosowicz
--
TV: "W tej chwili, że się tak wyrażę, zaliczonych mamy 17 zawodniczek."
NP: Alice In Chains - All Secrets Known
NB: 2.6.35-rc3
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: What's up with Linux git repo?
2010-06-21 14:34 ` Piotr Hosowicz
@ 2010-06-21 14:50 ` Andreas Schwab
2010-06-21 14:53 ` Piotr Hosowicz
0 siblings, 1 reply; 7+ messages in thread
From: Andreas Schwab @ 2010-06-21 14:50 UTC (permalink / raw)
To: piotr; +Cc: LKML
Piotr Hosowicz <piotr@hosowicz.com> writes:
> And does somebody know and can tell when that vacation ends and things
> will back as normal?
Watch git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Andreas.
--
Andreas Schwab, schwab@redhat.com
GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84 5EC7 45C6 250E 6F00 984E
"And now for something completely different."
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: What's up with Linux git repo?
2010-06-21 14:50 ` Andreas Schwab
@ 2010-06-21 14:53 ` Piotr Hosowicz
0 siblings, 0 replies; 7+ messages in thread
From: Piotr Hosowicz @ 2010-06-21 14:53 UTC (permalink / raw)
To: Andreas Schwab; +Cc: LKML
> Piotr Hosowicz<piotr@hosowicz.com> writes:
>
>> And does somebody know and can tell when that vacation ends and things
>> will back as normal?
>
> Watch git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
This is what I am doing. I thought that maybe someone knows.
Regards,
Piotr Hosowicz
--
Z cyklu "Uroki demokracji", czyli pytania i odpowiedzi w teledurniejach:
- Znamy trzy stany skupienia - stały, ciekły i...?
- Galaretka.
NP: Chickenfoot - Soap On A Rope
NB: 2.6.35-rc3
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-06-21 14:53 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-21 13:30 What's up with Linux git repo? Piotr Hosowicz
2010-06-21 13:59 ` Martin Nybo Andersen
2010-06-21 14:12 ` Piotr Hosowicz
2010-06-21 14:00 ` Nick Bowler
2010-06-21 14:34 ` Piotr Hosowicz
2010-06-21 14:50 ` Andreas Schwab
2010-06-21 14:53 ` Piotr Hosowicz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox