All of lore.kernel.org
 help / color / mirror / Atom feed
From: Larry McVoy <lm@bitmover.com>
To: Jeff Garzik <garzik@havoc.gtf.org>
Cc: Alexander Viro <viro@math.psu.edu>,
	Linus Torvalds <torvalds@transmeta.com>,
	Ian Molton <spyro@armlinux.org>,
	linux-kernel@vger.kernel.org, Wayne Scott <wscott@bitmover.com>
Subject: Re: BK, deltas, snapshots and fate of -pre...
Date: Sun, 21 Apr 2002 10:39:23 -0700	[thread overview]
Message-ID: <20020421103923.I10525@work.bitmover.com> (raw)
In-Reply-To: <20020421044616.5beae559.spyro@armlinux.org> <Pine.GSO.4.21.0204202347010.27210-100000@weyl.math.psu.edu> <20020421131354.C4479@havoc.gtf.org> <20020421102339.E10525@work.bitmover.com> <20020421133225.F4479@havoc.gtf.org>

On Sun, Apr 21, 2002 at 01:32:25PM -0400, Jeff Garzik wrote:
> On Sun, Apr 21, 2002 at 10:23:39AM -0700, Larry McVoy wrote:
> > > IOW, I propose to create a "linuspush" script that replaces his current
> > > "bk push" command.  Linus pushes batches of csets out at a time,
> > > make these cset batches the pre-patches...
> > 
> > This is easily doable as a trigger.  I'm pretty sure that all you want
> > is
> 
> Not quite -- pre-patches are a one-big-patch, diffed against the most
> recently released kernel.  

That's easier yet.

	bk diffs -Cv2.5.8

> One quality of all traditional Linus pre-patches and patches is that
> if you have N csets modifying a single file, you see N gnu-style diff
> modifications, instead of the single one you would get when generating
> the patch via GNU diff.

Did you get that backwards?  Do you want to see N diffs on a single
file or do you want one?  We can do either, diffs -C does one.

Also, we're planning on making a "push stack", which remembers the set of
csets pushed each time, so you can do

	bk undo	# remove the last push effects
	bk undo	# remove the last push effects
	..
	bk undo	# remove the clone effects and destroy the repository

You could use that to generate these patches you want.
-- 
---
Larry McVoy            	 lm at bitmover.com           http://www.bitmover.com/lm 

  reply	other threads:[~2002-04-21 17:39 UTC|newest]

Thread overview: 295+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-19 15:12 [PATCH] Remove Bitkeeper documentation from Linux tree Daniel Phillips
2002-04-20 15:52 ` Jeff Garzik
2002-04-20 16:16   ` Roman Zippel
2002-04-20 16:25     ` David Lang
2002-04-20 17:05       ` Roman Zippel
2002-04-20 17:16         ` Linus Torvalds
2002-04-20 16:25     ` Jeff Garzik
2002-04-19 16:33       ` Daniel Phillips
2002-04-20 16:56         ` Linus Torvalds
2002-04-19 17:17           ` Daniel Phillips
2002-04-20 17:35             ` Linus Torvalds
2002-04-20 17:38           ` Thunder from the hill
2002-04-21  2:26           ` Ian Molton
2002-06-18 19:12           ` Greg Stark
2002-04-20 17:19       ` [PATCH] " Roman Zippel
2002-04-20 21:03         ` Jeff Garzik
2002-04-20 21:36           ` Skip Ford
2002-04-20 21:40             ` Rik van Riel
2002-04-20 23:14               ` Larry McVoy
2002-04-20 21:53             ` Jeff Garzik
2002-04-21  0:04           ` Roman Zippel
2002-04-21  0:17             ` Larry McVoy
2002-04-21  9:22               ` Jochen Friedrich
2002-04-21 10:05                 ` Thunder from the hill
2002-04-21 10:17                   ` Thunder from the hill
2002-04-21 11:10                 ` Anton Altaparmakov
2002-04-21 16:46                   ` Jochen Friedrich
2002-04-21 17:00                     ` Larry McVoy
2002-04-21 17:05                     ` Anton Altaparmakov
2002-04-21 17:14                       ` Larry McVoy
2002-04-21 13:18                 ` Rik van Riel
2002-04-21 13:41                   ` yodaiken
2002-04-21 16:50                     ` Jochen Friedrich
2002-04-21 17:18                       ` yodaiken
2002-04-21 15:17                 ` Jeff Garzik
2002-04-21 16:32             ` Jeff Garzik
2002-04-20 16:46               ` Daniel Phillips
2002-04-21 16:57                 ` Jeff Garzik
2002-04-20 17:11                   ` Daniel Phillips
2002-04-22 12:06               ` Roman Zippel
2002-04-22 16:39                 ` Jeff Garzik
2002-04-23 13:49                   ` Roman Zippel
2002-04-23 14:51                     ` Larry McVoy
2002-04-22 15:29                       ` Daniel Phillips
2002-04-23 17:00                         ` Rik van Riel
2002-04-23 18:12                           ` Roman Zippel
2002-04-23 15:13                       ` Roman Zippel
2002-04-23 15:17                         ` Larry McVoy
2002-04-23 15:35                           ` Roman Zippel
2002-04-23 15:37                             ` Larry McVoy
2002-04-23 16:04                               ` Roman Zippel
2002-04-23 17:01                                 ` Rik van Riel
2002-04-23 17:06                                   ` Roman Zippel
2002-04-23 15:05                     ` Rik van Riel
2002-04-23 15:27                       ` Roman Zippel
2002-04-21  2:30           ` Ian Molton
2002-04-21 15:33             ` Jeff Garzik
2002-04-20 15:46               ` Daniel Phillips
2002-04-21 15:59                 ` Jeff Garzik
2002-04-21 23:36                   ` Ian Molton
2002-04-26 21:58                     ` Rik van Riel
2002-04-20 16:37   ` Linus Torvalds
2002-04-19 16:45     ` Daniel Phillips
2002-04-20 16:54       ` Alexander Viro
2002-04-21  2:36       ` Ian Molton
2002-04-20 15:54 ` Jeff Garzik
2002-04-20 16:29   ` Nils Philippsen
2002-04-20 16:56     ` Jeff Garzik
2002-04-21  2:38   ` Ian Molton
2002-04-20 16:13 ` Anton Altaparmakov
2002-04-19 16:21   ` Daniel Phillips
2002-04-20 16:51     ` Anton Altaparmakov
2002-04-19 17:05       ` Daniel Phillips
2002-04-20 17:09         ` Linus Torvalds
2002-04-19 17:32           ` Daniel Phillips
2002-04-20 17:51             ` Linus Torvalds
2002-04-19 21:02               ` Daniel Phillips
2002-04-20 21:07                 ` Jeff Garzik
2002-04-19 22:01                   ` Daniel Phillips
2002-04-20 22:20                     ` Jeff Garzik
2002-04-19 22:34                       ` Daniel Phillips
2002-04-20 22:54                         ` Jeff Garzik
2002-04-21  1:41                         ` Rob Landley
2002-04-20 15:44                           ` Daniel Phillips
2002-04-21 15:52                             ` Rob Landley
2002-04-21 15:59                             ` Russell King
2002-04-20 16:10                               ` Daniel Phillips
2002-04-21 16:15                                 ` Russell King
2002-04-21 16:15                                 ` Jeff Garzik
2002-04-21 16:02                             ` arjan
2002-04-20 22:30                     ` Stelian Pop
2002-04-21  2:46                       ` Ian Molton
2002-04-20 22:37                     ` Russell King
2002-04-20 23:15                     ` Kenneth Johansson
2002-04-20 17:05                       ` Daniel Phillips
2002-04-21 17:15                         ` Jeff Garzik
2002-04-21  1:38                   ` Oliver Xymoron
2002-04-21 15:32                     ` Jeff Garzik
2002-04-20 22:00                 ` Stevie O
2002-04-20 22:14                   ` Anton Altaparmakov
2002-04-21  2:48                     ` Ian Molton
2002-04-20 22:31                   ` Jeff Garzik
2002-04-21 17:16                 ` Suggestion " CaT
2002-04-21 17:40                   ` Larry McVoy
2002-04-20 17:50                     ` Daniel Phillips
2002-04-21 17:54                       ` CaT
2002-04-21 18:11                         ` Larry McVoy
2002-04-21 18:20                           ` Jeff Garzik
2002-04-21 18:23                             ` Larry McVoy
2002-04-21 18:12                         ` Jeff Garzik
2002-04-20 18:23                           ` Daniel Phillips
2002-04-21 18:30                             ` Jeff Garzik
2002-04-20 19:01                               ` Daniel Phillips
2002-04-23  6:04                                 ` Jamie Lokier
2002-04-22 10:44                                   ` Daniel Phillips
2002-04-22 10:47                                   ` Daniel Phillips
2002-04-23 10:57                                     ` Rasmus Andersen
2002-04-21 22:08                       ` Barry K. Nathan
2002-04-21 17:48                     ` Jeff Garzik
2002-04-21 17:54                       ` Larry McVoy
2002-04-21 17:59                         ` Jeff Garzik
2002-04-21 18:18                           ` Larry McVoy
2002-04-23 12:10                         ` Jes Sorensen
2002-04-23 15:02                           ` Larry McVoy
2002-04-23 15:07                             ` Jes Sorensen
2002-04-23 15:12                               ` Larry McVoy
2002-04-23 16:06                                 ` Christoph Hellwig
2002-04-24  9:03                             ` David Woodhouse
2002-04-24 11:33                               ` Dave Jones
2002-04-21 18:53                     ` Linus Torvalds
2002-04-21 18:25                   ` Tigran Aivazian
2002-04-20 17:51             ` Larry McVoy
2002-04-19 18:27               ` Daniel Phillips
2002-04-20 17:51                 ` Rob Landley
2002-04-20 18:41                 ` Jeff Garzik
2002-04-20 17:15         ` Jeff Garzik
2002-04-20 17:19         ` Dave Jones
2002-04-20 17:58       ` Eric W. Biederman
2002-04-20 18:35         ` Anton Altaparmakov
2002-04-20 18:13     ` Rik van Riel
2002-04-19 19:43       ` Daniel Phillips
2002-04-20 20:04         ` Jeff Garzik
2002-04-21  2:53           ` Ian Molton
2002-04-21  1:46         ` Rob Landley
2002-04-21 15:51           ` Jeff Garzik
2002-04-21 16:26             ` Tigran Aivazian
2002-04-20 16:34               ` Daniel Phillips
2002-04-21 16:27     ` Richard Gooch
2002-04-20 16:36       ` Daniel Phillips
2002-04-21 16:45         ` Richard Gooch
2002-04-20 17:41 ` Larry McVoy
2002-04-19 18:07   ` Daniel Phillips
2002-04-20 17:53 ` Eric W. Biederman
2002-04-19 18:15   ` Daniel Phillips
2002-04-20 18:44     ` Eric W. Biederman
2002-04-19 19:22       ` Daniel Phillips
2002-04-20 18:48     ` Russell King
2002-04-19 19:19       ` Daniel Phillips
2002-04-21  2:57       ` Ian Molton
2002-04-21  2:56         ` Arnaldo Carvalho de Melo
2002-04-21  3:46           ` Ian Molton
2002-04-21  3:43             ` Arnaldo Carvalho de Melo
2002-04-21  4:05             ` BK, deltas, snapshots and fate of -pre Alexander Viro
2002-04-21  1:53               ` Rob Landley
2002-04-21 18:40                 ` Linus Torvalds
2002-04-21 23:08                   ` Pavel Machek
2002-04-24  2:23                     ` Linus Torvalds
2002-04-21  3:59               ` David S. Miller
2002-04-21  4:32                 ` Andrew Morton
2002-04-21  5:59                   ` Andreas Dilger
2002-04-21  4:13               ` Linus Torvalds
2002-04-21 12:53                 ` Daniel Phillips
2002-04-22 15:44                   ` Larry McVoy
2002-04-21 15:50                     ` Daniel Phillips
2002-04-22 16:10                       ` Larry McVoy
2002-04-21 16:21                         ` Daniel Phillips
2002-04-22 17:17                           ` Larry McVoy
2002-04-21 17:34                             ` Daniel Phillips
2002-04-22 17:38                               ` Larry McVoy
2002-04-21 17:49                                 ` Daniel Phillips
2002-04-22 17:53                                   ` Larry McVoy
2002-04-21 18:09                                     ` Daniel Phillips
2002-04-22 19:53                               ` Doug Ledford
2002-04-21 20:29                                 ` Daniel Phillips
2002-04-22 20:53                                   ` Doug Ledford
2002-04-21 21:05                                     ` Daniel Phillips
2002-04-22 21:21                                       ` Doug Ledford
2002-04-21 21:37                                         ` Daniel Phillips
2002-04-22 21:45                                           ` Alexander Viro
2002-04-22 22:49                                             ` Larry McVoy
2002-04-22 22:08                                           ` Doug Ledford
2002-04-22 22:25                                           ` Jeff Garzik
2002-04-22 21:25                                       ` Jeff Garzik
2002-04-22 21:30                                         ` Doug Ledford
2002-04-22 21:33                                       ` Nicholas Harring
2002-04-25 20:53                                     ` Kai Henningsen
2002-04-21 23:16                                 ` Pavel Machek
2002-04-23 20:45                                   ` Rik van Riel
2002-04-25  3:51                                     ` Ian Molton
2002-04-25  3:55                                       ` Olivier Galibert
2002-04-25 12:38                                         ` Ian Molton
2002-04-25 13:33                                       ` David Woodhouse
2002-04-25 14:29                                         ` Richard Gooch
2002-04-25 15:41                                       ` Rik van Riel
2002-04-22 17:31                             ` Jeff Garzik
2002-04-27 18:59                             ` Richard Gooch
2002-04-26 20:19                               ` Daniel Phillips
2002-04-28 17:42                                 ` Richard Gooch
2002-04-26 20:38                               ` Daniel Phillips
2002-04-28 17:52                                 ` Richard Gooch
2002-04-27 20:02                               ` Roman Zippel
2002-04-28 17:40                                 ` Richard Gooch
2002-04-28 18:08                                   ` Linus Torvalds
2002-04-28 18:47                                     ` Richard Gooch
2002-04-28 19:07                                       ` Kiss The Blade
2002-04-28 19:27                                         ` Linus Torvalds
2002-04-28 19:41                                           ` Richard Gooch
2002-04-28 19:49                                           ` Kiss The Blade
2002-04-28 19:42                                             ` Richard Gooch
2002-04-28 20:03                                           ` tomas szepe
2002-04-28 20:11                                     ` Roman Zippel
2002-04-28 20:40                                       ` Kiss The Blade
2002-04-29  6:55                                         ` Kai Henningsen
2002-04-29  6:55                                         ` Kai Henningsen
2002-04-28 20:06                                   ` Roman Zippel
2002-04-27 20:40                               ` Larry McVoy
2002-04-22 17:10                       ` Jeff Garzik
2002-04-21 17:17                         ` Daniel Phillips
2002-04-22 17:19                           ` Jeff Garzik
2002-04-21 17:37                             ` Daniel Phillips
2002-04-22 17:46                               ` Jeff Garzik
2002-04-22 17:21                           ` Larry McVoy
2002-04-21 17:44                             ` Daniel Phillips
2002-04-22 17:48                               ` Larry McVoy
2002-04-21 18:03                                 ` Daniel Phillips
2002-04-22 17:52                               ` Jeff Garzik
2002-04-21 18:05                                 ` Daniel Phillips
2002-04-22 20:18                                   ` Jeff Garzik
2002-04-21 20:42                                     ` Daniel Phillips
2002-04-22 20:57                                       ` Jeff Garzik
2002-04-21 21:06                                         ` Daniel Phillips
2002-04-22 20:57                                       ` Anton Altaparmakov
2002-04-22 18:01                           ` Anton Altaparmakov
2002-04-21 18:16                             ` Daniel Phillips
2002-04-22 18:29                               ` Anton Altaparmakov
2002-04-21 18:47                                 ` Daniel Phillips
2002-04-22 19:41                                   ` Anton Altaparmakov
2002-04-23  4:57                               ` Andre Pang
2002-04-22 11:34                                 ` Daniel Phillips
2002-04-23  5:56                                 ` Andreas Dilger
2002-04-21  4:31               ` Ian Molton
2002-04-21  4:20                 ` David S. Miller
2002-04-21  4:42                   ` Ian Molton
2002-04-21  4:29                     ` David S. Miller
2002-04-21  4:49                     ` Ben Greear
2002-04-21  6:27                     ` Alexander Viro
2002-04-21 11:18                       ` Ian Molton
2002-04-21 16:28                     ` dean gaudet
2002-04-21 12:57                   ` Daniel Phillips
2002-04-22 13:14                     ` Impressions of 2.5.8 Matthew D. Pitts
2002-04-21  4:40               ` BK, deltas, snapshots and fate of -pre Skip Ford
2002-04-21  8:31                 ` Russell King
2002-04-21 13:05                   ` Daniel Phillips
2002-04-22 13:08                     ` Russell King
2002-04-21 20:53                   ` Skip Ford
2002-04-21 16:35                 ` dean gaudet
2002-04-21 17:13               ` Jeff Garzik
2002-04-21 17:23                 ` Larry McVoy
2002-04-21 17:32                   ` Jeff Garzik
2002-04-21 17:39                     ` Larry McVoy [this message]
2002-04-21 17:45                       ` Jeff Garzik
2002-04-21 17:47                         ` Larry McVoy
2002-04-21 17:49                           ` Jeff Garzik
2002-04-21 17:57                             ` Larry McVoy
2002-04-21 18:07                               ` Jeff Garzik
2002-04-21 18:14                                 ` Larry McVoy
2002-04-21 18:24                                   ` Jeff Garzik
2002-04-21 18:26                                     ` Larry McVoy
2002-04-22  6:33               ` Rusty Russell
2002-04-21 15:36             ` [PATCH] Remove Bitkeeper documentation from Linux tree Jeff Garzik
2002-04-21  9:28           ` Jochen Friedrich
2002-04-21 15:53             ` Arnaldo Carvalho de Melo
2002-04-21 18:11             ` John Alvord
2002-04-21 18:15               ` Arnaldo Carvalho de Melo
2002-04-21 15:35         ` Jeff Garzik
2002-04-20 17:09           ` Daniel Phillips
  -- strict thread matches above, loose matches on Subject: below --
2002-04-21 14:25 BK, deltas, snapshots and fate of -pre Andries.Brouwer
2002-04-22 17:45 Petr Vandrovec
2002-04-22 18:19 ` Ian Molton
2002-04-22 18:20   ` Anton Altaparmakov
2002-04-22 18:31     ` Thunder from the hill
2002-04-22 19:40       ` Roman Zippel
2002-04-22 19:44         ` Larry McVoy
2002-04-23  0:35 Chris Adams
     [not found] <mailman.1019594711.6915.linux-kernel2news@redhat.com>
2002-04-24  0:37 ` Pete Zaitcev

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=20020421103923.I10525@work.bitmover.com \
    --to=lm@bitmover.com \
    --cc=garzik@havoc.gtf.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=spyro@armlinux.org \
    --cc=torvalds@transmeta.com \
    --cc=viro@math.psu.edu \
    --cc=wscott@bitmover.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.