Update git submodules

* Update tools/repohooks from branch 'master'
  to 7e07d8f6fd7a290a9fce80bb403efdf2d6ab592d
  - git: simplify commit message extraction command
    
    Instead of using "git log <commit>^!", which means "perform a walk
    that includes <commit> and excludes its parents", perform a
    non-walking command.
    
    We could use "git log --no-walk <commit>" for this.  Instead, let's
    use the lower-level "git diff-tree", to get into the habit of using
    plumbing commands that try to support scripting by behaving simply and
    predictably.
    
    Noticed by code inspection.
    
    Change-Id: I167e0920c0c0f67d9def1bdbdd34bd88941193a5
    
1 file changed