Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Unified Diff: git-templates/hooks/prepare-commit-msg

Issue 11689005: git template files for chromium checkouts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « git-templates/hooks/pre-rebase ('k') | git-templates/info/exclude » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git-templates/hooks/prepare-commit-msg
===================================================================
--- git-templates/hooks/prepare-commit-msg (revision 0)
+++ git-templates/hooks/prepare-commit-msg (revision 0)
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+[ -e "build/git-hooks/prepare-commit-msg" ] && exec bash "build/git-hooks/prepare-commit-msg" "$@"
+exit 0
Property changes on: git-templates/hooks/prepare-commit-msg
___________________________________________________________________
Added: svn:executable
+ *
« no previous file with comments | « git-templates/hooks/pre-rebase ('k') | git-templates/info/exclude » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698