6 releases (3 breaking)

0.4.0 Sep 30, 2024
0.3.3 Aug 24, 2024
0.3.1 Dec 15, 2023
0.2.0 Dec 7, 2023
0.1.0 Dec 7, 2023

#1092 in Development tools

Download history 722/week @ 2024-10-14 802/week @ 2024-10-21 823/week @ 2024-10-28 917/week @ 2024-11-04 549/week @ 2024-11-11 537/week @ 2024-11-18 516/week @ 2024-11-25 668/week @ 2024-12-02 565/week @ 2024-12-09 327/week @ 2024-12-16 193/week @ 2024-12-23 200/week @ 2024-12-30 355/week @ 2025-01-06 998/week @ 2025-01-13 701/week @ 2025-01-20 489/week @ 2025-01-27

2,586 downloads per month
Used in 2 crates (via asyncgit)

MIT license

22KB
634 lines

git2-hooks

adds git hook functionality on top of git2-rs

todo

  • unittest coverage symlinks from .git/hooks/<hook> -> X
  • unittest coverage ~ expansion inside core.hooksPath

lib.rs:

git2-rs addon supporting git hooks

we look for hooks in the following locations:

  • whatever config.hooksPath points to
  • .git/hooks/
  • whatever list of paths provided as other_paths (in order)

most basic hook is: hooks_pre_commit. see also other hooks_* functions.

create_hook is useful to create git hooks from code (unittest make heavy usage of it)

Dependencies

~11MB
~253K SLoC