Skip to content
Snippets Groups Projects
Select Git revision
  • 89e2c5f17b901edf28a8bb778ece3f6c18bbb721
  • passt default
  • master
  • pu
  • todo
  • next
  • maint
  • v2.8.0-rc1
  • v2.8.0-rc0
  • v2.7.2
  • v2.7.1
  • v2.7.0
  • v2.6.5
  • v2.7.0-rc3
  • v2.7.0-rc2
  • v2.7.0-rc1
  • v2.7.0-rc0
  • v2.6.4
  • v2.6.3
  • v2.6.2
  • v2.6.1
  • v2.3.10
  • v2.5.4
  • v2.4.10
  • v2.6.0
  • v2.6.0-rc3
  • v2.5.3
27 results

git-commit-script

Blame
  • user avatar
    Junio C Hamano authored
    There are three hooks:
    
        - 'pre-commit' is given an opportunity to inspect what is
          being committed, before we invoke the EDITOR for the
          commit message;
    
        - 'commit-msg' is invoked on the commit log message after
          the user prepares it;
    
        - 'post-commit' is run after a successful commit is made.
    
    The first two can interfere to stop the commit.  The last one is
    for after-the-fact notification.
    
    The earlier built-in commit checker is now moved to pre-commit.
    
    Signed-off-by: default avatarJunio C Hamano <junkio@cox.net>
    89e2c5f1
    History
    git-commit-script 5.37 KiB