linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Linus Torvalds <torvalds@linux-foundation.org>
To: David Miller <davem@davemloft.net>
Cc: bfields@fieldses.org, jeff@garzik.org,
	linux-kernel@vger.kernel.org, akpm@linux-foundation.org,
	linville@tuxdriver.com
Subject: Re: Announce: Linux-next (Or Andrew's dream :-))
Date: Tue, 12 Feb 2008 17:57:19 -0800 (PST)	[thread overview]
Message-ID: <alpine.LFD.1.00.0802121743400.2920@woody.linux-foundation.org> (raw)
In-Reply-To: <20080212.173817.111913348.davem@davemloft.net>



On Tue, 12 Feb 2008, David Miller wrote:
> 
> Now how do I remove a bogus commit for a tree that I've already pushed
> out and published for other people, without any record of it appearing
> in the GIT tree any more?

So, the answer is: if others have actually pulled, it's simply not 
possible.

There simply is no way to undo history that isn't local any more. You just 
*have* to revert, or you need to find every single person that pulled 
(directly or indirectly) and ask them to undo all the work they did on top 
of your bad commit.

This is not git-related, btw. That's just how the world works. It's a bit 
like the internet - if you said something stupid on #IRC and it made it to 
bash.org, there's not a whole lot you can do to "undo" your stupidity. You 
can only hope to do better in the future and assume people forget. 

> How do I insert build fixes into existing changesets so that the tree
> is more bisectable?

Just delay pushing out. There really is _zero_ downside to this. None at 
all. There are only upsides.

> If Jeff merged in a tree that introduced a ton of whitespace errors
> git is complaing about, is there a way I can fixup that changeset
> in-place? (or should I tell Jeff to start adhering to GIT's whitespace
> warning messages when he applies patches?)

Umm. Git doesn't complain about whitespace _except_ when applying patches. 
So if you don't rebase his work, you'll never see the whitespace warnings 
either!

Of course, we'd probably wish that Jeff cared about the whitespace 
warnings and pushed back on them, but the fact is, that warning isn't 
meant for you - because by the time you pull Jeff's tree, it's simply not 
your issue any more. Jeff already applied it. Either he's your trusted 
lietenant or he's not.

Quite frankly, to me it sounds like you're not ready to "let go" and trust 
the people under you. Trust me, it's worth it. It's why your life is easy: 
I have let go and I trust you. 

Also, I'd *much* rather have a few problems in the tree than have people 
screw up history in order to hide them. Sure, we want to keep things 
bisectable, but quite frankly, if you do a reasonable job and compile the 
kernel before you push out, it will be "mostly bisectable".

And yes, mistakes happen. Mistakes will *always* happen. It's ok. Relax. 

Let me put it another way: You're _both_ going to be *much* better off 
pushing back on Jeff, telling him that "I can't pull from you because your 
tree is ugly and doesn't compile", than taking his tree and rebasing it.

Remember? I used to do that all the time. I berated the ACPI people for 
creating monster trees that were horrible and contained fifteen merges and 
two real commits. I didn't try to clean it up for them, I just told them 
what the problem was, and you know what? The ACPI tree is one of the 
cleanest ones out there now!

So in short:

 - clean trees and bisectability are all wonderful things. No doubt about 
   that at all.

 - but if getting there means that you lose a lot of _other_ wonderful 
   things (like being able to trust history, and the people being under 
   your watchful eyes havign to deal with you re-writing their trees), 
   we'd be much better off taking the occasional commit that fixes things 
   up _after_ the fact rather than before!

 - and you actually can help fix your issues by doing some simple things 
   *before* pushing out, rather than push out immediately. IOW, do your 
   whitespace sanity fixes, your compile checks etc early, and don't push 
   out until after you've done them.

Hmm?

			Linus

  reply	other threads:[~2008-02-13  1:58 UTC|newest]

Thread overview: 215+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-12  1:02 Announce: Linux-next (Or Andrew's dream :-)) Stephen Rothwell
2008-02-12  1:36 ` James Bottomley
2008-02-12  2:23   ` Stephen Rothwell
2008-02-12  3:32     ` James Bottomley
2008-02-12  2:25 ` Stephen Rothwell
2008-02-13 12:53   ` Frank Seidel
2008-02-19  0:45     ` Frank Seidel
2008-02-13 20:24   ` Ann Davis
2008-02-13 20:57     ` Adrian Bunk
2008-02-12  4:21 ` Greg KH
2008-02-12  4:31   ` Arjan van de Ven
2008-02-12  4:43     ` Greg KH
2008-02-12  5:17       ` Arjan van de Ven
2008-02-12  5:53         ` Greg KH
2008-02-12  6:07           ` David Miller
2008-02-12 16:31             ` Jeff Garzik
2008-02-12 17:04               ` John W. Linville
2008-02-12 18:11                 ` Jeff Garzik
2008-02-13  0:12                 ` David Miller
2008-02-12 19:37               ` J. Bruce Fields
2008-02-12 20:07                 ` Linus Torvalds
2008-02-13  0:50                   ` David Miller
2008-02-13  1:31                     ` Linus Torvalds
2008-02-13  1:38                       ` David Miller
2008-02-13  1:57                         ` Linus Torvalds [this message]
2008-02-13  2:06                           ` Andrew Morton
2008-02-13  2:18                             ` Linus Torvalds
2008-02-13  2:20                             ` David Miller
2008-02-13  2:47                               ` Joel Becker
2008-02-13 15:06                                 ` John W. Linville
2008-02-13 16:45                                   ` Joel Becker
2008-02-13  4:25                       ` J. Bruce Fields
2008-02-13  5:43                         ` Linus Torvalds
2008-02-13 17:52                           ` J. Bruce Fields
2008-02-14 17:35                             ` Benny Halevy
2008-02-15 17:15                               ` J. Bruce Fields
2008-02-12 23:51               ` David Miller
2008-02-12 23:54                 ` Al Viro
2008-02-13  0:16                   ` J. Bruce Fields
2008-02-13  0:48                     ` Al Viro
2008-02-13  0:56                       ` J. Bruce Fields
2008-02-13  0:59                       ` Linus Torvalds
2008-02-13  1:25                         ` Al Viro
2008-02-12 15:07           ` James Bottomley
2008-02-12 15:32             ` Benny Halevy
2008-02-12 16:00               ` James Bottomley
2008-02-12  6:11         ` David Miller
2008-02-12  6:21           ` Harvey Harrison
2008-02-12 16:36           ` Jeff Garzik
2008-02-12 16:46             ` Benny Halevy
2008-02-12 17:03             ` James Bottomley
2008-02-12 17:09             ` Linus Torvalds
2008-02-12 17:38               ` Roland Dreier
2008-02-12 17:41               ` James Bottomley
2008-02-12 17:53                 ` Benny Halevy
2008-02-12 18:36                   ` Linus Torvalds
2008-02-12 19:25                     ` Benny Halevy
2008-02-12 18:00                 ` Linus Torvalds
2008-02-12 18:24                   ` James Bottomley
2008-02-12 18:48                     ` Linus Torvalds
2008-02-12 18:59                       ` Linus Torvalds
2008-02-12 19:19                         ` Greg KH
2008-02-13 10:05                           ` Russell King
2008-02-13 12:06                             ` Jeff Garzik
2008-02-13 12:19                               ` Russell King
2008-02-12 19:41                         ` Al Viro
2008-02-12 21:51                           ` Alan Cox
2008-02-12 22:17                             ` Andrew Morton
2008-02-12 22:20                               ` Alan Cox
2008-02-12 22:41                                 ` Al Viro
2008-02-12 23:01                                   ` Alan Cox
2008-02-12 23:27                                     ` Greg KH
2008-02-12 22:55                                 ` Greg KH
2008-02-12 22:59                                   ` Alan Cox
2008-02-12 23:26                                     ` Greg KH
2008-02-13 10:07                             ` Russell King
2008-02-13  0:36                         ` David Miller
2008-02-13  0:53                           ` Linus Torvalds
2008-02-13  1:25                             ` David Miller
2008-02-12 19:17                       ` James Bottomley
2008-02-13  0:33                       ` David Miller
2008-02-12 20:18                     ` Jiri Kosina
2008-02-12 21:00                       ` James Bottomley
2008-02-13  0:27                     ` David Miller
2008-02-17 12:42                     ` David Woodhouse
2008-02-12 17:48               ` Greg KH
2008-02-12 18:26                 ` Linus Torvalds
2008-02-12 19:15                   ` Greg KH
2008-02-12 19:46                     ` Al Viro
2008-02-12 20:50                       ` Greg KH
2008-02-12 21:08                         ` Al Viro
2008-02-12 21:20                           ` Greg KH
2008-02-12 21:36                             ` Linus Torvalds
2008-02-13 10:54                         ` Christoph Hellwig
2008-02-13 17:24                         ` Adrian Bunk
2008-02-12 19:55                     ` Linus Torvalds
2008-02-12 20:48                       ` Greg KH
2008-02-12 21:25                         ` Matthew Wilcox
2008-02-12 23:49                         ` Theodore Tso
2008-02-15 23:23                         ` Russell King
2008-02-15 23:37                           ` Andrew Morton
2008-02-15 23:47                             ` Randy Dunlap
2008-02-16  0:12                               ` Andrew Morton
2008-02-16  0:17                               ` Russell King
2008-02-16  0:25                                 ` Randy Dunlap
2008-02-13 17:12                       ` Roel Kluin
2008-02-13 18:08                         ` Alan Cox
2008-02-15 23:05                           ` Roel Kluin
2008-02-16  0:03                             ` Alan Cox
2008-02-13 18:09                         ` Linus Torvalds
2008-02-15 22:59                           ` Roel Kluin
2008-02-13  0:41                     ` David Miller
2008-02-13  0:47                       ` Andrew Morton
2008-02-13  1:23                         ` David Miller
2008-02-13  7:38                         ` Geert Uytterhoeven
2008-02-13  8:45                       ` distributed module configuration [Was: Announce: Linux-next (Or Andrew's dream :-))] Sam Ravnborg
2008-02-13  8:54                         ` distributed module configuration David Miller
2008-02-13  9:04                           ` Sam Ravnborg
2008-02-13  9:06                             ` David Miller
2008-02-13 10:09                             ` Giacomo A. Catenazzi
2008-02-17 15:51                           ` Pavel Machek
2008-02-14  0:56                         ` distributed module configuration [Was: Announce: Linux-next (Or Andrew's dream :-))] Roman Zippel
2008-02-14  8:48                           ` Geert Uytterhoeven
2008-02-14 22:38                           ` Sam Ravnborg
2008-02-13  0:31                   ` Announce: Linux-next (Or Andrew's dream :-)) David Miller
2008-02-12 18:48                 ` Jeff Garzik
2008-02-12 20:03               ` Russell King
2008-02-12 20:23                 ` Andrew Morton
2008-02-12 20:31                 ` Linus Torvalds
2008-02-13 17:53               ` Adrian Bunk
2008-02-12 23:58             ` David Miller
2008-02-13  0:29               ` Greg KH
2008-02-13  0:49                 ` Linus Torvalds
2008-02-13  1:24                   ` David Miller
2008-02-13  2:16                   ` Theodore Tso
2008-02-13 10:58                     ` Catalin Marinas
2008-02-13  6:16                   ` Greg KH
2008-02-13  7:28                     ` Geert Uytterhoeven
2008-02-16 11:16                       ` Thomas Gleixner
2008-02-13 10:36                     ` Theodore Tso
2008-02-13 17:55                       ` Greg KH
2008-02-13 10:48                     ` Catalin Marinas
2008-02-13  0:37               ` Andrew Morton
2008-02-13  1:16                 ` David Miller
2008-02-13  1:46                   ` Andrew Morton
2008-02-13  0:44               ` Linus Torvalds
2008-02-13  1:20                 ` David Miller
2008-02-13  1:41                   ` Linus Torvalds
2008-02-13  1:46                     ` David Miller
2008-02-13  2:25                   ` James Bottomley
2008-02-13  2:35                     ` Linus Torvalds
2008-02-13  3:00                       ` James Bottomley
2008-02-13  3:31                         ` Linus Torvalds
2008-02-13  3:48                           ` Linus Torvalds
2008-02-13  5:17                             ` Nicolas Pitre
2008-02-13  4:10                           ` James Bottomley
2008-02-13  5:14                           ` Nicolas Pitre
2008-02-13  4:19                         ` Paul Mundt
2008-02-13  4:52                   ` J. Bruce Fields
2008-02-12  4:45     ` Trond Myklebust
2008-02-12  5:11       ` Theodore Tso
2008-02-12  6:02         ` David Miller
2008-02-12  7:06           ` Arjan van de Ven
2008-02-12 22:44             ` Theodore Tso
2008-02-12  6:15         ` Andrew Morton
2008-02-12 11:57           ` Stephen Rothwell
2008-02-12 14:57             ` Greg KH
2008-02-14  8:14             ` Russell King
2008-02-14 12:22               ` Stephen Rothwell
2008-02-14 18:01                 ` Linus Torvalds
2008-02-14 18:32                   ` Gene Heskett
2008-02-14 20:32                     ` Greg KH
2008-02-14 20:39                       ` Gene Heskett
2008-02-15  6:44                       ` Valdis.Kletnieks
2008-02-15  6:29                     ` Valdis.Kletnieks
2008-02-15  9:26                       ` Gene Heskett
2008-02-15 14:52                         ` Valdis.Kletnieks
2008-02-15  1:11                   ` Ingo Molnar
2008-02-20 14:55                   ` Stephen Rothwell
2008-02-20 15:38                     ` Stefan Richter
2008-02-20 15:42                       ` Theodore Tso
2008-02-20 17:13                         ` Adrian Bunk
2008-02-21 13:22                           ` Theodore Tso
2008-02-12  5:07   ` Stephen Rothwell
2008-02-12  5:56     ` Greg KH
2008-02-12  6:10       ` Stephen Rothwell
2008-02-12 16:24   ` multiple drivers, single device (was Re: Announce: Linux-next (Or Andrew's dream :-))) Jeff Garzik
2008-02-12 16:42     ` Greg KH
2008-02-12 17:42       ` multiple drivers, single device Roland Dreier
2008-02-12 17:51         ` Greg KH
2008-02-12 18:08         ` Jeff Garzik
2008-02-12 17:56       ` multiple drivers, single device (was Re: Announce: Linux-next (Or Andrew's dream :-))) Jeff Garzik
2008-02-12 18:10         ` Greg KH
2008-02-12 18:31           ` Jeff Garzik
2008-02-12 18:30         ` Linus Torvalds
2008-02-12 21:38           ` Greg KH
2008-02-12 22:34   ` Announce: Linux-next (Or Andrew's dream :-)) Jan Engelhardt
2008-02-12 18:02 ` Jeff Garzik
2008-02-13  1:20 ` Randy Dunlap
2008-02-13  5:03 ` Kumar Gala
2008-02-14 23:22 ` Roland Dreier
2008-02-15  1:02   ` Stephen Rothwell
2008-02-16 15:14     ` James Bottomley
2008-02-17  5:25       ` Stephen Rothwell
2008-02-17 14:27         ` James Bottomley
2008-02-16  0:09 ` Russell King
2008-02-16  0:21   ` Andrew Morton
2008-02-16  0:31     ` Russell King
2008-02-16  0:45       ` Andrew Morton
2008-02-16  0:42     ` Alexey Dobriyan
2008-02-16  8:08       ` Russell King
2008-02-26  3:54   ` Stephen Rothwell
2008-02-29 12:45     ` Stephen Rothwell
2008-02-29 13:04       ` Adrian Bunk
2008-02-29 23:45         ` Stephen Rothwell

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=alpine.LFD.1.00.0802121743400.2920@woody.linux-foundation.org \
    --to=torvalds@linux-foundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=bfields@fieldses.org \
    --cc=davem@davemloft.net \
    --cc=jeff@garzik.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linville@tuxdriver.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 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).