diff options
| author | 2026-02-24 11:48:54 +0100 | |
|---|---|---|
| committer | 2026-02-24 11:49:35 +0100 | |
| commit | 0d28d54f0a287ee3e5a12d14ffd2ee23b5e22d76 (patch) | |
| tree | ec8517157a5f04a1c2cd5a49d9eeb4c3af90f63b /cgit.h | |
| parent | Bump version (diff) | |
| download | cgit-master.tar.xz cgit-master.zip | |
This exists for other CPU heavy operations like blame, but doesn't for
the follow functionality. Add it for that.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
| -rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -101,6 +101,7 @@ struct cgit_repo { int snapshots; int enable_blame; int enable_commit_graph; + int enable_follow_links; int enable_log_filecount; int enable_log_linecount; int enable_remote_branches; |
