2012/2/29 Inaki Baz Castillo ibc@aliax.net:
Module: sip-router Branch: 3.2 Commit: 7f2e9173caf0da18bbd2fbad76f855c6bf5703bf URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7f2e9173...
Author: Iñaki Baz Castillo ibc@aliax.net Committer: Iñaki Baz Castillo ibc@aliax.net Date: Tue Feb 28 20:26:18 2012 +0100
[regex_mod] Fix a double freeing in free_shared_memory() function.
Hi, how to make a cherry-pick visible in the remote repository? I did the following:
$ git checkout -b 3.2 origin/3.2 Branch 3.2 set up to track remote branch 3.2 from origin by rebasing. Switched to a new branch '3.2'
$ git cherry-pick 2e96a72c3b16ccf7a1854eb83be3c779474bee3b [3.2 7f2e917] [regex_mod] Fix a double freeing in free_shared_memory() function. 1 files changed, 10 insertions(+), 8 deletions(-)
$ git push Counting objects: 9, done. Delta compression using up to 2 threads. Compressing objects: 100% (5/5), done. Writing objects: 100% (5/5), 585 bytes, done. Total 5 (delta 4), reused 0 (delta 0) remote: Mailing notify to sr-dev@lists.sip-router.org remote: commit_notice 3.2, 7f2e9173caf0da18bbd2fbad76f855c6bf5703bf To ssh://ibc@git.sip-router.org/sip-router 3259ef7..7f2e917 3.2 -> 3.2
I expected that the commit to 3.2 branch would refer the original master commit "2e96a72c3b16ccf7a1854eb83be3c779474bee3b" in some way, but it has become a new commit "7f2e9173caf0da18bbd2fbad76f855c6bf5703bf".
Just wondering.
Thanks a lot.