diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-08-27 16:57:34 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-08-27 16:57:34 -0700 |
commit | c3f0cadfa8a99099a3a7852d717867924ba45106 (patch) | |
tree | 8575418f517bb5d5825fd362ed30a3b4e57b0bc2 /Documentation | |
parent | e7c693a8e13593707c9491108d104f43dbcf5bfb (diff) | |
parent | 0ded47581aa6097f1a685443d3c2fc0cebaf8c3c (diff) | |
download | git-c3f0cadfa8a99099a3a7852d717867924ba45106.tar.gz |
Merge branch 'wl/insta-mongoose'
* wl/insta-mongoose:
Add support for the Mongoose web server.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-instaweb.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-instaweb.txt b/Documentation/git-instaweb.txt index 22da21a54f..0771f25443 100644 --- a/Documentation/git-instaweb.txt +++ b/Documentation/git-instaweb.txt @@ -29,7 +29,7 @@ OPTIONS The HTTP daemon command-line that will be executed. Command-line options may be specified here, and the configuration file will be added at the end of the command-line. - Currently lighttpd, apache2 and webrick are supported. + Currently apache2, lighttpd, mongoose and webrick are supported. (Default: lighttpd) -m:: |