Hi Thiago, > > How are you committing? If you're using Qt Creator's integrated commit editor,
I use the commandline. > sure that the script works. To do that, check that your .git/COMMIT_EDITMSG I verified this. .git/COMMIT_EDITMSG does not have Change-Id string. > file does not contain a Change-Id, then run: > > .git/hooks/commit-msg .git/COMMIT_EDITMSG > > And then see if the Change-Id showed up. It doesn't show up. $ grep "Change-Id:" .git/COMMIT_EDITMSG $ .git/hooks/commit-msg .git/COMMIT_EDITMSG $ grep "Change-Id:" .git/COMMIT_EDITMSG $ Thanks, -mandeep > -- > Thiago Macieira - thiago.macieira (AT) intel.com > Software Architect - Intel Open Source Technology Center > > _______________________________________________ > Development mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/development _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
