From: Dave Jones <davej@redhat.com>
To: Linus Torvalds <torvalds@osdl.org>
Cc: git@vger.kernel.org
Subject: Re: dangling commits.
Date: Sat, 20 May 2006 19:49:11 -0400	[thread overview]
Message-ID: <20060520234911.GA30269@redhat.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0605201615270.3649@g5.osdl.org>
On Sat, May 20, 2006 at 04:19:06PM -0700, Linus Torvalds wrote:
 > > What's wrong here?
 > 
 > Nothing, except
 > 
 >  - you used rsync to fetch the thing (so you get all objects, regardless 
 >    of whether they are reachable or not)
Ah. I actually noticed this when I poked around the box that does
the nightly snapshots, and wondered for a few minutes why I never
switched it over to git:// last time I poked at that script.
Then it came back to me: rsync -q worked better than redirecting
git to /dev/null
- git-clone's -q was still outputting some stuff, so recloning each
  time the cronjob ran wasn't an option,
- subsequent git pull's were noisy too
When run from a cronjob, unless something fatal happens, I basically
never want to get mail from the snapshotting script.
 >  - junio re-bases his "pu" branch, and I just end up following him (I 
 >    should stop exporting git entirely, here's no point, really).
I just updated the snapshot script to pull from 
http://www.kernel.org/pub/scm/git/git.git/ instead.
thanks,
		Dave
-- 
http://www.codemonkey.org.uk
next prev parent reply	other threads:[~2006-05-20 23:49 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-20 23:05 dangling commits Dave Jones
     [not found] ` <20060520190802.0df67730.seanlkml@sympatico.ca>
2006-05-20 23:08   ` Sean
2006-05-20 23:19 ` Linus Torvalds
2006-05-20 23:49   ` Dave Jones [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-01-15 21:05 Nick Williams
2006-01-15 20:56 ` Andreas Ericsson
2006-01-15 21:37   ` Nick Williams
2006-01-15 21:15     ` Junio C Hamano
2006-01-15 22:11       ` Wolfgang Denk
2006-01-15 22:55         ` Junio C Hamano
2006-01-16  8:52         ` Marco Roeland
2006-01-16  9:27           ` Junio C Hamano
2006-01-16 10:17             ` Marco Roeland
2006-01-16 10:28               ` Andreas Ericsson
2006-01-16 11:33                 ` Marco Roeland
2006-01-16 12:05                   ` Andreas Ericsson
2006-01-16 12:40                     ` Marco Roeland
2006-01-16  9:32           ` Wolfgang Denk
2006-01-16 10:08             ` Marco Roeland
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox
  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):
  git send-email \
    --in-reply-to=20060520234911.GA30269@redhat.com \
    --to=davej@redhat.com \
    --cc=git@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY
  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
  Be sure your reply has a Subject: header at the top and a blank line
  before the message body.
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).