Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Document git-instaweb start/stop/restart
author
Jared Hance
<jaredhance@gmail.com>
Mon, 2 Aug 2010 18:20:38 +0000
(14:20 -0400)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 2 Aug 2010 22:18:18 +0000
(15:18 -0700)
The flags --start, --stop, and --restart can be used without the "--".
Document this feature.
Signed-off-by: Jared Hance <jaredhance@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-instaweb.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
0b45010
)
diff --git
a/Documentation/git-instaweb.txt
b/Documentation/git-instaweb.txt
index 2c3c4d299472a265bfc4486816933ca3dc69b44f..e70cea932063b04f3ab3c78b882f4981514d663e 100644
(file)
--- a/
Documentation/git-instaweb.txt
+++ b/
Documentation/git-instaweb.txt
@@
-49,15
+49,18
@@
OPTIONS
linkgit:git-web--browse[1] for more information about this. If
the script fails, the URL will be printed to stdout.
linkgit:git-web--browse[1] for more information about this. If
the script fails, the URL will be printed to stdout.
+start::
--start::
Start the httpd instance and exit. This does not generate
any of the configuration files for spawning a new instance.
--start::
Start the httpd instance and exit. This does not generate
any of the configuration files for spawning a new instance.
+stop::
--stop::
Stop the httpd instance and exit. This does not generate
any of the configuration files for spawning a new instance,
nor does it close the browser.
--stop::
Stop the httpd instance and exit. This does not generate
any of the configuration files for spawning a new instance,
nor does it close the browser.
+restart::
--restart::
Restart the httpd instance and exit. This does not generate
any of the configuration files for spawning a new instance.
--restart::
Restart the httpd instance and exit. This does not generate
any of the configuration files for spawning a new instance.