chiark / gitweb /
Fix doc cross-refs.
authorYann Dirson <ydirson@altern.org>
Tue, 10 Apr 2007 21:47:10 +0000 (22:47 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Tue, 10 Apr 2007 21:47:10 +0000 (22:47 +0100)
Signed-off-by: Yann Dirson <ydirson@altern.org>
Documentation/stg-branch.txt
Documentation/stg-clone.txt
Documentation/stg-init.txt

index 53f333b1bff419f979409435da73cd00c5c66d22..28a9a28bf812770b63692e6e7cdb96481ab7e8a1 100644 (file)
@@ -56,7 +56,7 @@ no command, one argument::
 +
 StGIT will try to detect the branch off which the new stack is forked,
 as well as the remote repository from which that parent branch is
-taken (if any), so running stgdesc:pull[] will effectively pull new
+taken (if any), so running stglink:pull[] will effectively pull new
 commits from the correct branch.  It will warn if it cannot guess the
 parent branch (eg. if you do not specify a branch name as
 <commit-id>).
index 73c0d92e24905bd2c9a64c5d06dbbe4255013e0c..126b0f2f4ccb8e8b0392dbe47922648e89486e8d 100644 (file)
@@ -20,8 +20,8 @@ a patch stack.
 
 This operation is for example suitable to start working using the
 "tracking branch" workflow (see gitlink:stg[1]).  Other means to setup
-an StGIT stack are stgdesc:init[] and the '--create' and '--clone'
-commands of stgdesc:branch[].
+an StGIT stack are stglink:init[] and the '--create' and '--clone'
+commands of stglink:branch[].
 
 The target directory named by <dir> will be created by this command,
 and must not exist beforehand.
index 33fd3879e3188f8481029a4bb4c66d3c3394f7df..e692a04ed38cf822b59536036df5debb3a6c3f10 100644 (file)
@@ -20,8 +20,8 @@ valid file in refs/heads/.
 
 This operation is for example suitable to start working using the
 "development branch" workflow (see gitlink:stg[1]).  Other means to setup
-an StGIT stack are stgdesc:clone[] and the '--create' and '--clone'
-commands of stgdesc:branch[].
+an StGIT stack are stglink:clone[] and the '--create' and '--clone'
+commands of stglink:branch[].
 
 OPTIONS
 -------