diff options
| -rw-r--r-- | cgit.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -761,11 +761,6 @@ static void process_request(void) if (ctx.repo && prepare_repo_cmd(nongit)) return; - /* Disable warning about ambiguous object refnames for the - * duration of the command, as we handle such cases ourselves - * where needed. */ - warn_on_object_refname_ambiguity = 0; - cmd->fn(); } |
