From e0e19a998fca02e8e1c13d9498c31268b17472be Mon Sep 17 00:00:00 2001 From: Yufan You Date: Sun, 29 Dec 2024 23:17:50 +0800 Subject: [PATCH] content(asis-ctf-finals-2024): fsmonitor is not triggered by git log --- src/pages/post/2024/12/asis-ctf-finals-2024.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/post/2024/12/asis-ctf-finals-2024.mdx b/src/pages/post/2024/12/asis-ctf-finals-2024.mdx index 6a432f7e..aeb9573d 100644 --- a/src/pages/post/2024/12/asis-ctf-finals-2024.mdx +++ b/src/pages/post/2024/12/asis-ctf-finals-2024.mdx @@ -61,7 +61,7 @@ GIT_AUTHOR_EMAIL='[core]' git commit --allow-empty -m nothing ### Approaches that do not work -- `core.fsmonitor`: Does not work in bare repository. +- `core.fsmonitor`: It's on GTFOArgs but it's not triggered by `git log`. - `core.pager`: The output pipes into the `check_output` function without an interactive tty, so Git does not use a pager. - `core.alternateRefsCommand`: Need a known path to an `objects` directory that is not the current repository. - `diff.external` / `diff..command`: Need both `-p` and `--ext-diff` but we can only inject a single option.