Explorar el Código

Mention change-ids too.

pull/18/head
Chris Smith hace 9 años
padre
commit
4ed36cf6c3
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      README.md

+ 6
- 0
README.md Ver fichero

@@ -76,6 +76,12 @@ simply change to a directory and use git-review:
76 76
     > To ssh://user@dmdirc.com:29418/client
77 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 85
 ### Meta and Util repositories
80 86
 
81 87
 For this repository and the util repository we welcome pull requests on GitHub.

Loading…
Cancelar
Guardar