diff options
author | Jason A. Donenfeld | 2010-07-29 19:47:50 +0200 |
---|---|---|
committer | Lars Hjemli | 2010-08-04 03:09:32 +0200 |
commit | 2e4a941626c240bc7858aa7564882c01f657f4e8 (patch) | |
tree | 505c17fab5afcb99cfddf2c4aad0b95c8670f001 /cgit.h | |
parent | 3516502aa0df95ecc241caa30161741f59e4e600 (diff) | |
download | cgit-2e4a941626c240bc7858aa7564882c01f657f4e8.tar.gz cgit-2e4a941626c240bc7858aa7564882c01f657f4e8.tar.bz2 cgit-2e4a941626c240bc7858aa7564882c01f657f4e8.zip |
Add support for 'remove-suffix' option
When this option is enabled, the '.git' suffix of repository directories
found while processing the 'scan-path' option will be removed.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -202,6 +202,7 @@ struct cgit_config { | |||
202 | int noplainemail; | 202 | int noplainemail; |
203 | int noheader; | 203 | int noheader; |
204 | int renamelimit; | 204 | int renamelimit; |
205 | int remove_suffix; | ||
205 | int snapshots; | 206 | int snapshots; |
206 | int summary_branches; | 207 | int summary_branches; |
207 | int summary_log; | 208 | int summary_log; |