commit | 7c13a5e65920c42851e3cfc64f71f40465861afa | [log] [tgz] |
---|---|---|
author | Cherry Zhang <cherryyz@google.com> | Thu Nov 19 22:39:03 2020 -0500 |
committer | Cherry Zhang <cherryyz@google.com> | Mon Nov 30 17:54:12 2020 +0000 |
tree | d870156e1757766a69b7556be2bc157b64a67fd2 | |
parent | 98e28abad7c31d659e6b31473e1c2d63bfa62205 [diff] |
cherry/codesign: add an ad-hoc code signing tool Add an ad-hoc code signing tool, trying to do what darwin linker does. It seems to make the "codesign" command line tool happy. Change-Id: I643368ea5cbcfbb933c83ff9ced46820542f3681 Reviewed-on: https://go-review.googlesource.com/c/scratch/+/271866 Trust: Cherry Zhang <cherryyz@google.com> Reviewed-by: Cherry Zhang <cherryyz@google.com>
This repository is mainly for use by people learning how to use Gerrit and contribute to Go.
Click here for a tutorial on how to get started with a contribution to this repository.
A fuller, text-based tutorial based around the core Go project can be found here.
Add a folder with your username, and put a main function in there. You can put whatever you want in your main function; see the existing directories for examples.
All files should have the standard licensing header, and add appropriate documentation see the other files in this repository for an example.
If you have needed to change a Github pull request, you probably just added a second commit with the requested changes and pushed it. By contrast, all changes opened in Gerrit are a single commit, which means you need to amend your commit if the reviewer requests feedback.
To amend a previous commit, run git add (list of files you changed)
to add your changes, then run git commit --amend
to amend the commit to add new data. Your commit message should still summarize the entire commit (“Add kevinburke/main.go”), not just the change a reviewer asked for (“Fix typo”).
After you amend the commit, re-run git codereview mail
to push that change to the server. Then in the Gerrit UI, find the in-line comments left by your reviewer, click “Done”, go back to the main PR page, and click “Reply” => “Send” to tell your reviewer that you've addressed your feedback.
Once you get a “Code-Review: +2” from a Go contributor, your change will be merged!
Gerrit is not easy to get started with, and we want to help you out. If you are having trouble with Gerrit, contact the golang-devexp mailing list for help!