Browse Source

Mention change-ids too.

pull/18/head
Chris Smith 9 years ago
parent
commit
4ed36cf6c3
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      README.md

+ 6
- 0
README.md View File

76
     > To ssh://user@dmdirc.com:29418/client
76
     > To ssh://user@dmdirc.com:29418/client
77
     > * [new branch]      HEAD -> refs/publish/master
77
     > * [new branch]      HEAD -> refs/publish/master
78
 
78
 
79
+Gerrit is configured to require 'Change-Id' lines to ease the process of pushing
80
+updated patchsets. The root gradle project contains a task to automatically
81
+install a commit message hook for each of the submodules; just execute:
82
+
83
+    ./gradlew installCommitIdHook
84
+
79
 ### Meta and Util repositories
85
 ### Meta and Util repositories
80
 
86
 
81
 For this repository and the util repository we welcome pull requests on GitHub.
87
 For this repository and the util repository we welcome pull requests on GitHub.

Loading…
Cancel
Save