Alexander Kuna

Results 2 comments of Alexander Kuna

I'd like to make two suggestions: 1. extend the location to - `~/.git_hooks/` for **user hooks**, - `./git_hooks/` or `.git_hooks` in a project directory for **project hooks**, and - directory(ies)...

I find the basic integer type names a bit confusing when comming from C. There is `int` vs. `uint` or `short` vs. `ushort` but then `ichar` vs. `char` having opposite...