Re: [edk2-devel] [PATCH 3/6] BaseTools/Scripts: Add GitPostCommitHook.py

2019-12-05 Thread Laszlo Ersek
On 12/05/19 17:12, Philippe Mathieu-Daude wrote: > Git allows the use of various hooks (see [*]). In particular it > provides the 'post-commit' hook, which is a convenient place to > run the PatchCheck script. > > [*] https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks > > Cc: Bob Feng > Cc

[edk2-devel] [PATCH 3/6] BaseTools/Scripts: Add GitPostCommitHook.py

2019-12-05 Thread Philippe Mathieu-Daudé
Git allows the use of various hooks (see [*]). In particular it provides the 'post-commit' hook, which is a convenient place to run the PatchCheck script. [*] https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks Cc: Bob Feng Cc: Liming Gao Signed-off-by: Philippe Mathieu-Daude --- I'm hitt