summaryrefslogtreecommitdiffstats
path: root/howto-index.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-26 09:44:51 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-26 09:44:51 +0000
commit42b7867a76b70bb30e825bc111b7468bc3c43fa0 (patch)
tree71f07f37c04f4a0e370693e5a8336b56f035cab9 /howto-index.txt
parent54ea8d3a56e74b2fd1805430eed8bc438d68ea44 (diff)
downloadgit-htmldocs-42b7867a76b70bb30e825bc111b7468bc3c43fa0.tar.gz
Autogenerated HTML docs for v1.5.0-rc2-g8a816
Diffstat (limited to 'howto-index.txt')
-rw-r--r--howto-index.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/howto-index.txt b/howto-index.txt
index c645e75c3..cd806a3b9 100644
--- a/howto-index.txt
+++ b/howto-index.txt
@@ -4,6 +4,13 @@ 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