Repository: qpid-proton Updated Branches: refs/heads/master 380f81d05 -> d43ba0b24
NO-JIRA: go: Update readme for go-get support. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/d43ba0b2 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/d43ba0b2 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/d43ba0b2 Branch: refs/heads/master Commit: d43ba0b2409b37fb2c2f5b0975a5ef0e26fa3b6d Parents: 380f81d Author: Alan Conway <[email protected]> Authored: Mon Nov 23 10:22:11 2015 -0500 Committer: Alan Conway <[email protected]> Committed: Mon Nov 23 10:22:11 2015 -0500 ---------------------------------------------------------------------- proton-c/bindings/go/src/qpid.apache.org/readme-go-get.md | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/d43ba0b2/proton-c/bindings/go/src/qpid.apache.org/readme-go-get.md ---------------------------------------------------------------------- diff --git a/proton-c/bindings/go/src/qpid.apache.org/readme-go-get.md b/proton-c/bindings/go/src/qpid.apache.org/readme-go-get.md new file mode 100644 index 0000000..7fa9cda --- /dev/null +++ b/proton-c/bindings/go/src/qpid.apache.org/readme-go-get.md @@ -0,0 +1,8 @@ +The go-only subtree of proton is maintained on the branch `go1` for the `go get` command. +`go1` is special to the `go get` command, it will use that branch rather than `master` +when it is present. + +Created with: `git subtree split --prefix=proton-c/bindings/go/src/qpid.apache.org -b go1` +Update with: `git checkout go1; git merge -s subtree master` + +To see the branch description: `git config branch.go1.description` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
