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/make-dist.txt | |
parent | d8ddb0a41610fffdf9ef1a256d19d5a27face9d7 (diff) | |
download | git-f358c10f91889b1b75edc257fb45c20b583baf28.tar.gz |
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/make-dist.txt')
-rw-r--r-- | Documentation/howto/make-dist.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/howto/make-dist.txt b/Documentation/howto/make-dist.txt index ae9094157c..132d5eca66 100644 --- a/Documentation/howto/make-dist.txt +++ b/Documentation/howto/make-dist.txt @@ -3,6 +3,11 @@ From: Linus Torvalds <torvalds@osdl.org> To: Dave Jones <davej@redhat.com> cc: git@vger.kernel.org Subject: Re: Fwd: Re: git checkout -f branch doesn't remove extra files +Abstract: In this article, Linus talks about building a tarball, + incremental patch, and ChangeLog, given a base release and two + rc releases, following the convention of giving the patch from + the base release and the latest rc, with ChangeLog between the + last rc and the latest rc. On Sat, 13 Aug 2005, Dave Jones wrote: > |