diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-26 12:35:51 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-26 12:35:51 -0700 |
commit | f358c10f91889b1b75edc257fb45c20b583baf28 (patch) | |
tree | 8e0fc2700bdbc7b88f0b74f8cd088ebab30ed845 /Documentation/howto/rebase-and-edit.txt | |
parent | [PATCH] More missing terms in glossary.txt (diff) | |
download | tgif-f358c10f91889b1b75edc257fb45c20b583baf28.tar.xz |
Add Abstract: support for howto index generator.
Maybe it's time for me to really learn asciidoc. Also I should do Perl ;-).
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/howto/rebase-and-edit.txt')
-rw-r--r-- | Documentation/howto/rebase-and-edit.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/howto/rebase-and-edit.txt b/Documentation/howto/rebase-and-edit.txt index 8299ca5cdc..6cc1c7921f 100644 --- a/Documentation/howto/rebase-and-edit.txt +++ b/Documentation/howto/rebase-and-edit.txt @@ -3,6 +3,9 @@ From: Linus Torvalds <torvalds@osdl.org> To: Steve French <smfrench@austin.rr.com> 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: |