Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/./../app/.././../../finland.picotech.app/public_html/storage/../vendor/./phpoption/../laravel/../nikic/../telnyx/../unicodeveloper/../league/../spatie/../vonage/../authorizenet/./../phenx/../composer/../nesbot/../plivo/../../.git/objects/d3/../3f/../fa/../84/../58/../71/.././ad/../d3/../30/../a4/../9a/../1a/./../3b/../././78/../28/../10/../2f/../ec/../18/./../5f/./../69/../63/../26/../87/../88/./../63/../30/../0a/../b2/../6f/../6c/../3a/../03/../cb/../69/.././16/././.././a6/../fb/../cc/../dd/../3e/./../ae/./../9e/../d5/../e5/../1b/../b3/./../64/../51/../5b/../17/../af/../1d/.././d4/../9f/../89/../b8/../e9/../57/../e9/../06/../25/../93/../2c/../83/../0a/../e1/../10/./../f9/../40/../f3/../46/../58/../../hooks
الملفات الموجودة في هذا الـ Path:
.
..
applypatch-msg.sample
commit-msg.sample
fsmonitor-watchman.sample
post-update.sample
pre-applypatch.sample
pre-commit.sample
pre-merge-commit.sample
pre-push.sample
pre-rebase.sample
pre-receive.sample
prepare-commit-msg.sample
push-to-checkout.sample
update.sample
مشاهدة ملف: applypatch-msg.sample
#!/bin/sh
#
# An example hook script to check the commit log message taken 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. The hook is
# allowed to edit the commit message file.
#
# To enable this hook, rename this file to "applypatch-msg".
. git-sh-setup
commitmsg="$(git rev-parse --git-path hooks/commit-msg)"
test -x "$commitmsg" && exec "$commitmsg" ${1+"$@"}
: