Skip to content

Commit

Permalink
content(asis-ctf-finals-2024): fsmonitor is not triggered by git log
Browse files Browse the repository at this point in the history
  • Loading branch information
ouuan committed Dec 29, 2024
1 parent ccd33e9 commit e0e19a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/post/2024/12/asis-ctf-finals-2024.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.<driver>.command`: Need both `-p` and `--ext-diff` but we can only inject a single option.
Expand Down

0 comments on commit e0e19a9

Please sign in to comment.