From 899e8bd21ff72a93ffd4070ff6ce2a1daa1da8f1 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Tue, 3 Feb 2015 20:02:14 +0100 Subject: [PATCH] Add crossrefs to documentation Signed-off-by: Sven Strickroth --- doc/source/en/TortoiseGit/tgit_app_automation.xml | 46 +++++++++++------------ 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/doc/source/en/TortoiseGit/tgit_app_automation.xml b/doc/source/en/TortoiseGit/tgit_app_automation.xml index d09d357e9..cca6d9f42 100644 --- a/doc/source/en/TortoiseGit/tgit_app_automation.xml +++ b/doc/source/en/TortoiseGit/tgit_app_automation.xml @@ -130,7 +130,7 @@ Don't touch these lines: :bisect - Allows to control the bisect logic of TortoiseGit. + Allows to control the bisect logic of TortoiseGit. Use the parameter to start a bisect you can specify and here). When bisect is active, you can use , and to control the bisect process. @@ -138,14 +138,14 @@ Don't touch these lines: :fetch - Opens the fetch dialog. + Opens the fetch dialog. Use the parameter to control the remote which should be pre-selected. :log - Opens the log dialog. The specifies the + Opens the log dialog. The specifies the file or folder for which the log should be shown. Additional options can be set: highlights and automatically scrolls to the specified revision, @@ -207,7 +207,7 @@ Don't touch these lines: :clone - Opens the clone dialog. + Opens the clone dialog. The specifies the URL to clone from. The specifies the target directory to clone to. @@ -245,7 +245,7 @@ Don't touch these lines: :commit - Opens the commit dialog. The specifies the + Opens the commit dialog. The specifies the target directory or the list of files to commit. You can also specify the switch to pass a predefined log message to the commit dialog. @@ -277,7 +277,7 @@ Don't touch these lines: :cleanup - Cleans up the working tree in . + Cleans up the working tree in . @@ -293,27 +293,27 @@ Don't touch these lines: :repocreate - Creates a repository in + Creates a repository in :switch - Opens the switch dialog. The specifies the + Opens the switch dialog. The specifies the target directory. :export - Exports a revision of the repository in + Exports a revision of the repository in to a zip file. :merge - Opens the merge dialog. The specifies the + Opens the merge dialog. The specifies the target directory. @@ -338,7 +338,7 @@ Don't touch these lines: :settings - Opens the settings dialog. + Opens the settings dialog. @@ -419,7 +419,7 @@ Don't touch these lines: :repobrowser - Starts the repository browser dialog, pointing to + Starts the repository browser dialog, pointing to the working tree given in . An additional option can be used to specify the revision which the repository @@ -439,7 +439,7 @@ Don't touch these lines: :blame - Opens the blame dialog for the file specified + Opens TortoiseGitBlame for the file specified in . @@ -475,28 +475,28 @@ Don't touch these lines: :pull - Opens the pull dialog in the working tree located in + Opens the pull dialog in the working tree located in . :push - Opens the push dialog in the working tree located in + Opens the push dialog in the working tree located in . :rebase - Opens the rebase dialog for the working tree located in + Opens the rebase dialog for the working tree located in . :stashsave - Opens the stash save dialog for the working tree located in + Opens the stash save dialog for the working tree located in . A prefilled mesage can be achieved by using the parameter. @@ -517,21 +517,21 @@ Don't touch these lines: :subadd - Opens the submodule add dialog. + Opens the submodule add dialog. . :subupdate - Opens the submodule add dialog for and filters the submodules regarding the folder + Opens the submodule update dialog for and filters the submodules regarding the folder . :subsync - Opens the submodule sync dialog for the working tree located in + Syncs the submodule information for the working tree located in . @@ -544,7 +544,7 @@ Don't touch these lines: :refbrowse - Opens the browse references dialog for the repository located in + Opens the browse references dialog for the repository located in . @@ -558,7 +558,7 @@ Don't touch these lines: :revisiongraph - Shows the revision graph for the repository given in + Shows the revision graph for the repository given in . To create an image file of the revision graph for a specific path, but @@ -579,7 +579,7 @@ Don't touch these lines: :daemon - Launch Git Daemon for the repository given in + Launches the Git Daemon for the repository given in . -- 2.11.4.GIT