summaryrefslogtreecommitdiffstats
path: root/hooks/commit-msg
Commit message (Collapse)AuthorAgeFilesLines
* commit-msg: Update the commit message hookShawn O. Pearce2009-08-221-2/+24
| | | | | | | | | This version fixes a bug where Change-Id lines become the subject line, if the subject used a pattern like the subject of this message does. Change-Id: I7f7e0363091d03eb05dead2992fc19763214de65 Signed-off-by: Shawn O. Pearce <sop@google.com>
* Automatically install Gerrit Code Review's commit-msg hookShawn O. Pearce2009-08-221-0/+44
Most users of repo are also using Gerrit Code Review, and will want the commit-msg hook to be automatically installed into their local projects so that Change-Ids are assigned when commits are created, not when they are first uploaded. Change-Id: Ide42e93b068832f099d68a79c2863d22145d05ad Signed-off-by: Shawn O. Pearce <sop@google.com>