This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff '--color=auto' -ur a/subprojects/libnkutils/src/bindings.c b/subprojects/libnkutils/src/bindings.c | |
| --- a/subprojects/libnkutils/src/bindings.c 2022-08-09 15:41:51.000000000 +0200 | |
| +++ b/subprojects/libnkutils/src/bindings.c 2025-04-04 11:19:46.749095192 +0200 | |
| @@ -147,9 +147,8 @@ | |
| NK_BINDINGS_MODIFIER_CONTROL, | |
| NK_BINDINGS_MODIFIER_ALT, | |
| NK_BINDINGS_MODIFIER_SUPER, | |
| - NK_BINDINGS_MODIFIER_META, | |
| NK_BINDINGS_MODIFIER_HYPER, | |
| -#define NK_BINDINGS_NUM_MODIFIERS 6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| verified=$(git config --type=bool hooks.userverified) | |
| # grab input | |
| exec < /dev/tty | |
| exec 1>&2 | |
| if [[ "$verified" != "true" ]]; then | |
| echo "Checking committer info..." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| $.eventSource = "route53.amazonaws.com" | |
| && ( | |
| ($.eventName = Create*) | |
| || ($.eventName = Delete*) | |
| || ($.eventName = Update*) | |
| || ($.eventName = Disable*) | |
| || ($.eventName = Enable*) | |
| || ($.eventName = RegisterDomain) | |
| || ($.eventName = TransferDomain) |