summaryrefslogtreecommitdiffstats
path: root/howto-index.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-06-08 16:13:44 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-06-08 16:13:44 +0000
commita77a51375dec1ea55c96563953187d6ce3d924cd (patch)
treebd5e64c4f3d367dcf2be694575f0e5edcb03b1a7 /howto-index.txt
parent359b40ddcc057e3c5e382544a151c97db2db5002 (diff)
downloadgit-htmldocs-a77a51375dec1ea55c96563953187d6ce3d924cd.tar.gz
Autogenerated HTML docs for v1.5.2.1-144-gabc40
Diffstat (limited to 'howto-index.txt')
-rw-r--r--howto-index.txt29
1 files changed, 0 insertions, 29 deletions
diff --git a/howto-index.txt b/howto-index.txt
index 79b58c4b8..8c1f3a384 100644
--- a/howto-index.txt
+++ b/howto-index.txt
@@ -4,29 +4,6 @@ GIT Howto Index
Here is a collection of mailing list postings made by various
people describing how they use git in their workflow.
-* link:howto/dangling-objects.txt[dangling-objects] by Linus Torvalds <torvalds@linux-foundation.org>
-
-Linus describes what dangling objects are, when they
-are left behind, and how to view their relationship with branch
-heads in gitk
-
-
-* link:howto/isolate-bugs-with-bisect.txt[isolate-bugs-with-bisect] by Linus Torvalds <torvalds () osdl ! org>
-
-Short-n-sweet, Linus tells us how to leverage `git-bisect` to perform
-bug isolation on a repository where "good" and "bad" revisions are known
-in order to identify a suspect commit.
-
-
-* link:howto/make-dist.txt[make-dist] by Linus Torvalds <torvalds@osdl.org>
-
-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.
-
-
* link:howto/rebase-and-edit.txt[rebase-and-edit] by Linus Torvalds <torvalds@osdl.org>
In this article, Linus demonstrates how a broken commit
@@ -77,9 +54,3 @@ into which branch and who can make a tag.
-* link:howto/using-topic-branches.txt[using-topic-branches] by tony.luck@intel.com
-
-In this article, Tony Luck discusses how he uses GIT
-as a Linux subsystem maintainer.
-
-