summaryrefslogtreecommitdiffstats
path: root/howto-index.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-22 09:20:44 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-22 09:20:44 +0000
commit0868a302deebe5253106fdf9af00c82e2c711e66 (patch)
treef24a8821760fc2732d75ec72e5527620e5138fa6 /howto-index.txt
parent5ba2c22cf94a8ecb23dfd14fab77cc9e4166653f (diff)
downloadgit-htmldocs-0868a302deebe5253106fdf9af00c82e2c711e66.tar.gz
Autogenerated HTML docs for v1.6.0-rc0-14-g95f8
Diffstat (limited to 'howto-index.txt')
-rw-r--r--howto-index.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/howto-index.txt b/howto-index.txt
index 20ce40ba6..949105dc8 100644
--- a/howto-index.txt
+++ b/howto-index.txt
@@ -19,7 +19,7 @@ in a sequence of commits can be removed by rewinding the head and
reapplying selected changes.
-* link:howto/rebase-from-internal-branch.txt[rebase-from-internal-branch] by Junio C Hamano <junkio@cox.net>
+* link:howto/rebase-from-internal-branch.txt[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
@@ -28,7 +28,7 @@ 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 <junkio@cox.net>
+* link:howto/rebuild-from-update-hook.txt[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
@@ -41,14 +41,14 @@ Some tricks to reconstruct blob objects in order to fix
a corrupted repository.
-* link:howto/revert-branch-rebase.html[revert-branch-rebase] by Junio C Hamano <junkio@cox.net>
+* link:howto/revert-branch-rebase.html[revert-branch-rebase] by Junio C Hamano <gitster@pobox.com>
In this article, JC gives a small real-life example of using
'git revert' command, and using a temporary branch and tag for safety
and easier sanity checking.
-* link:howto/separating-topic-branches.txt[separating-topic-branches] by Junio C Hamano <junkio@cox.net>
+* link:howto/separating-topic-branches.txt[separating-topic-branches] by Junio C Hamano <gitster@pobox.com>
In this article, JC describes how to separate topic branches.
@@ -57,7 +57,7 @@ In this article, JC describes how to separate topic branches.
-* link:howto/update-hook-example.txt[update-hook-example] by Junio C Hamano <junkio@cox.net> and Carl Baldwin <cnb@fc.hp.com>
+* link:howto/update-hook-example.txt[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