i'm not sure i'm doing the cherry pick + pull stuff correctly i have remote.upstream.url=git://openocd.git.sourceforge.net/gitroot/openocd/openocd remote.upstream.fetch=+refs/heads/*:refs/remotes/upstream/* i did this // Get the openocd master stuff git fetch upstream/master git checkout -b dsp5680xx_cherry upstream/master // Pick the commits i want to be pulled from my stuff git cherry-pick 56b8cda472eb54bc9119a502e156cff23eb287dc git cherry-pick 34c877179535cce39774e6a206aca66c6b9031e1 // Put this new branch on my fork git push ssh://repo.or.cz/srv/git/openocd/dsp568013.git dsp5680xx_cherry // Create the pull request git request-pull HEAD git://repo.or.cz/openocd/dsp568013.git >> dsp5680xx_cherry_pull // Send it to here git send-email --compose --subject="[pull request] dsp5680xx - naming changes and error propagation fix" dsp5680xx_cherry_pull
is this ok? thanks On Wed, Aug 10, 2011 at 1:43 PM, Rodrigo L. Rosa <[email protected]> wrote: > are available in the git repository at: > > git://repo.or.cz/openocd/dsp568013.git dsp5680xx_cherry > > Rodrigo L. Rosa (1): > fix return code from dsp5680xx_read > > src/target/dsp5680xx.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > The following changes since commit 7675db7e92bff595dbddce1f7b5f1181424522f2: > Rodrigo L. Rosa (1): > fix return code from dsp5680xx_read > > are available in the git repository at: > > git://repo.or.cz/openocd/dsp568013.git dsp5680xx_cherry > > -- Rodrigo. _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
