![](/media/cache/profiles/259377452_270432195227955_7518643961233615962_n.jpg.50x50_q85.jpg)
Test pour écran OLED 128 x 64 SSD1306 avec sonde thermique DS18B20
Diff: .git/hooks/pre-applypatch.sample
- Revision:
- 0:8ae2868c8c6c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.git/hooks/pre-applypatch.sample Sat May 28 13:22:32 2022 +0000 @@ -0,0 +1,14 @@ +#!/bin/sh +# +# An example hook script to verify what is about to be committed +# by applypatch from an e-mail message. +# +# The hook should exit with non-zero status after issuing an +# appropriate message if it wants to stop the commit. +# +# To enable this hook, rename this file to "pre-applypatch". + +. git-sh-setup +precommit="$(git rev-parse --git-path hooks/pre-commit)" +test -x "$precommit" && exec "$precommit" ${1+"$@"} +: