On Mon, Feb 02, 2015 at 03:01:56PM +0800, vichy wrote: > > Please delete the ones that are not needed anymore. > > How to do that? > pressing the abandon button on the gerrit web page, > http://openocd.zylin.com/#/c/2525/
Exactly, yes, Abandon. > But I found each commit will make a new topic. Each commit with a Change-Id not seen by Gerrit previously. > If I want to keep the modification on the same topic, should I hand > make the change-id to keep the same as previous one? No, you should use Git's history rewriting facilities [1] to amend the patch accordingly, that way the Change-Id that got initially generated by the change will stay in the commit message nicely, unless you manually delete it while changing the message. [1] http://git-scm.com/book/en/v2/Git-Tools-Rewriting-History -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:[email protected] ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
