equal
deleted
inserted
replaced
410 Enable a particular profiling mode. Useful for profiling |
410 Enable a particular profiling mode. Useful for profiling |
411 server-side processes. "lsprof" enables modern profiling. |
411 server-side processes. "lsprof" enables modern profiling. |
412 "hotshot" is deprecated, and produces less reliable results. |
412 "hotshot" is deprecated, and produces less reliable results. |
413 Default is no profiling. |
413 Default is no profiling. |
414 output;; |
414 output;; |
415 The name of a file to write profiling data to. Default is stderr. |
415 The name of a file to write profiling data to. Each occurrence of |
|
416 "%%p" will be replaced with the current process ID (the repeated |
|
417 "%" protects against the config parser's string interpolator). |
|
418 Default output is to stderr. |
416 |
419 |
417 server:: |
420 server:: |
418 Controls generic server settings. |
421 Controls generic server settings. |
419 uncompressed;; |
422 uncompressed;; |
420 Whether to allow clients to clone a repo using the uncompressed |
423 Whether to allow clients to clone a repo using the uncompressed |