diff options
author | Jason St. John <jstjohn@purdue.edu> | 2014-05-21 14:52:26 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-05-21 13:57:10 -0700 |
commit | 06ab60c06606613f238f3154cb27cb22d9723967 (patch) | |
tree | 851407afe91f051cdb3428b944e8179e1b39f04b /Documentation/gitweb.conf.txt | |
parent | 8ced8e40ac07c1b13b2edbb459d37b9b2d7275d6 (diff) | |
download | git-06ab60c06606613f238f3154cb27cb22d9723967.tar.gz git-06ab60c06606613f238f3154cb27cb22d9723967.tar.xz |
Documentation: use "command-line" when used as a compound adjective, and fix other minor grammatical issues
Signed-off-by: Jason St. John <jstjohn@purdue.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitweb.conf.txt')
-rw-r--r-- | Documentation/gitweb.conf.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitweb.conf.txt b/Documentation/gitweb.conf.txt index 952f503af..ebe7a6c24 100644 --- a/Documentation/gitweb.conf.txt +++ b/Documentation/gitweb.conf.txt @@ -904,7 +904,7 @@ the following in your GITWEB_CONFIG file: $feature{'snapshot'}{'override'} = 1; If you allow overriding for the snapshot feature, you can specify which -snapshot formats are globally disabled. You can also add any command line +snapshot formats are globally disabled. You can also add any command-line options you want (such as setting the compression level). For instance, you can disable Zip compressed snapshots and set *gzip*(1) to run at level 6 by adding the following lines to your gitweb configuration file: |