summaryrefslogtreecommitdiffstats
path: root/howto-index.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-11-20 13:06:26 -0800
committerJunio C Hamano <gitster@pobox.com>2012-11-20 13:06:26 -0800
commitf2b7494f8bfdb746bbedce9cf8095db7164f92b0 (patch)
tree964d9a241ef90a5ebb834850515281998ba1137a /howto-index.txt
parent6f54c3afa9619c6b65d3f052d903393bc4e98d79 (diff)
downloadgit-htmldocs-f2b7494f8bfdb746bbedce9cf8095db7164f92b0.tar.gz
Autogenerated HTML docs for v1.8.0-251-g3a189
Diffstat (limited to 'howto-index.txt')
-rw-r--r--howto-index.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/howto-index.txt b/howto-index.txt
index a1f7bebe8..603b9267d 100644
--- a/howto-index.txt
+++ b/howto-index.txt
@@ -4,7 +4,7 @@ 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/maintain-git.txt[maintain-git] by Junio C Hamano <gitster@pobox.com>
+* link:howto/maintain-git.html[maintain-git] by Junio C Hamano <gitster@pobox.com>
Imagine that git development is racing along as usual, when our friendly
neighborhood maintainer is struck down by a wayward bus. Out of the
@@ -12,7 +12,7 @@ hordes of suckers (loyal developers), you have been tricked (chosen) to
step up as the new maintainer. This howto will show you "how to" do it.
-* link:howto/rebase-from-internal-branch.txt[rebase-from-internal-branch] by Junio C Hamano <gitster@pobox.com>
+* link:howto/rebase-from-internal-branch.html[rebase-from-internal-branch] by Junio C Hamano <gitster@pobox.com>
In this article, JC talks about how he rebases the
public "pu" branch using the core GIT tools when he updates
@@ -21,20 +21,20 @@ is how this applies to individual developers who sends patches
upstream.
-* link:howto/rebuild-from-update-hook.txt[rebuild-from-update-hook] by Junio C Hamano <gitster@pobox.com>
+* link:howto/rebuild-from-update-hook.html[rebuild-from-update-hook] by Junio C Hamano <gitster@pobox.com>
In this how-to article, JC talks about how he
uses the post-update hook to automate git documentation page
shown at http://www.kernel.org/pub/software/scm/git/docs/.
-* link:howto/recover-corrupted-blob-object.txt[recover-corrupted-blob-object] by Linus Torvalds <torvalds@linux-foundation.org>
+* link:howto/recover-corrupted-blob-object.html[recover-corrupted-blob-object] by Linus Torvalds <torvalds@linux-foundation.org>
Some tricks to reconstruct blob objects in order to fix
a corrupted repository.
-* link:howto/revert-a-faulty-merge.txt[revert-a-faulty-merge] by Linus Torvalds <torvalds@linux-foundation.org>, Junio C Hamano <gitster@pobox.com>
+* link:howto/revert-a-faulty-merge.html[revert-a-faulty-merge] by Linus Torvalds <torvalds@linux-foundation.org>, Junio C Hamano <gitster@pobox.com>
Sometimes a branch that was already merged to the mainline
is later found to be faulty. Linus and Junio give guidance on
@@ -49,23 +49,23 @@ In this article, JC gives a small real-life example of using
and easier sanity checking.
-* link:howto/separating-topic-branches.txt[separating-topic-branches] by Junio C Hamano <gitster@pobox.com>
+* link:howto/separating-topic-branches.html[separating-topic-branches] by Junio C Hamano <gitster@pobox.com>
In this article, JC describes how to separate topic branches.
-* link:howto/setup-git-server-over-http.txt[setup-git-server-over-http] by Rutger Nijlunsing <rutger@nospam.com>
+* link:howto/setup-git-server-over-http.html[setup-git-server-over-http] by Rutger Nijlunsing <rutger@nospam.com>
-* link:howto/update-hook-example.txt[update-hook-example] by Junio C Hamano <gitster@pobox.com> and Carl Baldwin <cnb@fc.hp.com>
+* link:howto/update-hook-example.html[update-hook-example] by Junio C Hamano <gitster@pobox.com> and Carl Baldwin <cnb@fc.hp.com>
An example hooks/update script is presented to
implement repository maintenance policies, such as who can push
into which branch and who can make a tag.
-* link:howto/use-git-daemon.txt[use-git-daemon]
+* link:howto/use-git-daemon.html[use-git-daemon]