Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2026-02-24 13:48:54 +0300
committerJason A. Donenfeld <Jason@zx2c4.com>2026-02-24 13:49:35 +0300
commit0d28d54f0a287ee3e5a12d14ffd2ee23b5e22d76 (patch)
treeec8517157a5f04a1c2cd5a49d9eeb4c3af90f63b /ui-log.c
parent61ef851ef52c3094d12fefad3576262606fddd27 (diff)
ui-log: allow link following to be disabled per-repo
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 'ui-log.c')
-rw-r--r--ui-log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-log.c b/ui-log.c
index c7b3b3f..9906bbc 100644
--- a/ui-log.c
+++ b/ui-log.c
@@ -407,7 +407,7 @@ void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *pattern
}
}
- if (!path || !ctx.cfg.enable_follow_links) {
+ if (!path || !ctx.repo->enable_follow_links) {
/*
* If we don't have a path, "follow" is a no-op so make sure
* the variable is set to false to avoid needing to check