Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Add Abstract: support for howto index generator.
author
Junio C Hamano
<junkio@cox.net>
Fri, 26 Aug 2005 19:35:51 +0000
(12:35 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 26 Aug 2005 19:35:51 +0000
(12:35 -0700)
Maybe it's time for me to really learn asciidoc. Also I should do Perl ;-).
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/howto-index.sh
patch
|
blob
|
history
Documentation/howto/make-dist.txt
patch
|
blob
|
history
Documentation/howto/rebase-and-edit.txt
patch
|
blob
|
history
Documentation/howto/rebase-from-internal-branch.txt
patch
|
blob
|
history
Documentation/howto/using-topic-branches.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
d8ddb0a
)
diff --git
a/Documentation/howto-index.sh
b/Documentation/howto-index.sh
index 3a6afb9f6ab7607577016a98ca27e7035b656ce6..f9d3e57a9179d86389ce4b3f56e34431f1e9a4a7 100755
(executable)
--- a/
Documentation/howto-index.sh
+++ b/
Documentation/howto-index.sh
@@
-20,8
+20,30
@@
do
s/[ ]*$//
s/^/by /
p
s/[ ]*$//
s/^/by /
p
+ }
+ ' "$txt"`
+
+ abstract=`sed -ne '
+ /^Abstract:[ ]/{
+ s/^[^ ]*//
+ x
+ s/.*//
+ x
+ : again
+ /^[ ]/{
+ s/^[ ]*//
+ H
+ n
+ b again
+ }
+ x
+ p
+ q
}' "$txt"`
}' "$txt"`
- echo "
- * link:$txt[$title] $from"
+
+ echo "* link:$txt[$title] $from
+$abstract
+
+"
done
done
diff --git
a/Documentation/howto/make-dist.txt
b/Documentation/howto/make-dist.txt
index ae9094157c884249c33cb6f6b72cdb7f13e1746c..132d5eca66ecd095c14b07a3c6a01fd9abc125bd 100644
(file)
--- 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
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:
>
On Sat, 13 Aug 2005, Dave Jones wrote:
>
diff --git
a/Documentation/howto/rebase-and-edit.txt
b/Documentation/howto/rebase-and-edit.txt
index 8299ca5cdcc42fb3fc9a255c9fedd26de51a08db..6cc1c7921f0bab8ec2c2b02e47594f57246b141b 100644
(file)
--- 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
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:
On Sat, 13 Aug 2005, Linus Torvalds wrote:
diff --git
a/Documentation/howto/rebase-from-internal-branch.txt
b/Documentation/howto/rebase-from-internal-branch.txt
index 8109b7ff26dc2010539f756ea47fda11483289a9..f627e4271c40fc2c4b28f825828e205b2fc8cb88 100644
(file)
--- a/
Documentation/howto/rebase-from-internal-branch.txt
+++ b/
Documentation/howto/rebase-from-internal-branch.txt
@@
-3,6
+3,11
@@
To: git@vger.kernel.org
Cc: Petr Baudis <pasky@suse.cz>, Linus Torvalds <torvalds@osdl.org>
Subject: Re: sending changesets from the middle of a git tree
Date: Sun, 14 Aug 2005 18:37:39 -0700
Cc: Petr Baudis <pasky@suse.cz>, Linus Torvalds <torvalds@osdl.org>
Subject: Re: sending changesets from the middle of a git tree
Date: Sun, 14 Aug 2005 18:37:39 -0700
+Abstract: In this article, JC talks about how he rebases the
+ public "pu" branch using the core GIT tools when he updates
+ the "master" branch, and how "rebase" works. Also discussed
+ is how this applies to individual developers who sends patches
+ upstream.
Petr Baudis <pasky@suse.cz> writes:
Petr Baudis <pasky@suse.cz> writes:
diff --git
a/Documentation/howto/using-topic-branches.txt
b/Documentation/howto/using-topic-branches.txt
index 6fc69e12ebf9b69eca369bee066858a3bf309f65..b3b4d2c97aa4ccdffc3772ef4e745e14d323a995 100644
(file)
--- a/
Documentation/howto/using-topic-branches.txt
+++ b/
Documentation/howto/using-topic-branches.txt
@@
-1,6
+1,8
@@
Date: Mon, 15 Aug 2005 12:17:41 -0700
From: tony.luck@intel.com
Subject: Some tutorial text (was git/cogito workshop/bof at linuxconf au?)
Date: Mon, 15 Aug 2005 12:17:41 -0700
From: tony.luck@intel.com
Subject: Some tutorial text (was git/cogito workshop/bof at linuxconf au?)
+Abstract: In this article, Tony Luck discusses how he uses GIT
+ as a Linux subsystem maintainer.
Here's something that I've been putting together on how I'm using
GIT as a Linux subsystem maintainer.
Here's something that I've been putting together on how I'm using
GIT as a Linux subsystem maintainer.