X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fhowto%2Frebase-and-edit.txt;h=6cc1c7921f0bab8ec2c2b02e47594f57246b141b;hb=52be5fcd29e074cb549b9a92ff8caceb736e4851;hp=8299ca5cdcc42fb3fc9a255c9fedd26de51a08db;hpb=365a00a3f280f8697e4735e1ac5b42a1c50f7887;p=git.git diff --git a/Documentation/howto/rebase-and-edit.txt b/Documentation/howto/rebase-and-edit.txt index 8299ca5c..6cc1c792 100644 --- a/Documentation/howto/rebase-and-edit.txt +++ b/Documentation/howto/rebase-and-edit.txt @@ -3,6 +3,9 @@ From: Linus Torvalds To: Steve French cc: git@vger.kernel.org Subject: Re: sending changesets from the middle of a git tree +Abstract: In this article, Linus demonstrates how a broken commit + in a sequence of commits can be removed by rewinding the head and + reapplying selected changes. On Sat, 13 Aug 2005, Linus Torvalds wrote: