diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-09-03 21:29:47 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-09-03 21:29:47 +0200 |
commit | 310ae794014c10a7d3c43fb5ec24817c61cbe86f (patch) | |
tree | 39207c640e4316410ec08d783ff411fc4d350363 /using-git.texinfo | |
parent | add HEAD to glossary (diff) | |
download | using-git-310ae794014c10a7d3c43fb5ec24817c61cbe86f.tar.gz using-git-310ae794014c10a7d3c43fb5ec24817c61cbe86f.tar.bz2 using-git-310ae794014c10a7d3c43fb5ec24817c61cbe86f.tar.xz |
add hook to glossary
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 9642314..e335db9 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -1399,7 +1399,16 @@ the @code{HEAD} is ``detached''. @item head ref Synonym for `head'. -@c @item hook +@item hook +Several Git commands make callouts to user +definable scripts. This allows developers to +add functionally or checkout, and commands +can be verified and aborted. + +@file{.git/hooks} are filled with sample +scripts that can be enabled by removing their +@file{.sample} suffix. + @c @item index @c @item index entry @c @item master |