X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-web--browse.txt;h=75720491b29e29135cc486b8280b2fbf0d166f4e;hb=d951615daa9de25687fc4af34a224f62f8d414e5;hp=278cf735279c13ab129ee28f1ef8e638ccf61dee;hpb=35da43e9bb4a5d7542c2ee27e0a3557ac921e3ab;p=git.git diff --git a/Documentation/git-web--browse.txt b/Documentation/git-web--browse.txt index 278cf7352..75720491b 100644 --- a/Documentation/git-web--browse.txt +++ b/Documentation/git-web--browse.txt @@ -62,7 +62,7 @@ browser..path You can explicitly provide a full path to your preferred browser by setting the configuration variable 'browser..path'. For example, you can configure the absolute path to firefox by setting -'browser.firefox.path'. Otherwise, 'git-web--browse' assumes the tool +'browser.firefox.path'. Otherwise, 'git web--browse' assumes the tool is available in PATH. browser..cmd @@ -71,7 +71,7 @@ browser..cmd When the browser, specified by options or configuration variables, is not among the supported ones, then the corresponding 'browser..cmd' configuration variable will be looked up. If this -variable exists then 'git-web--browse' will treat the specified tool +variable exists then 'git web--browse' will treat the specified tool as a custom command and will use a shell eval to run the command with the URLs passed as arguments. @@ -113,7 +113,7 @@ See linkgit:git-config[1] for more information about this. Author ------ Written by Christian Couder and the git-list -, based on 'git-mergetool' by Theodore Y. Ts'o. +, based on 'git mergetool' by Theodore Y. Ts'o. Documentation -------------