I have a change I made to master that I didn't push before we changed to the New World Order:<br><br>$ git branch<br>* master<br>$ git log origin/master..master<br>commit fcd7a1edcb414a6050dbbcefc0f786143b7fba8a<br>Merge: 0d30e3f 7f61960<br>

Author: James Bigler <<a href="mailto:jamesbigler@gmail.com">jamesbigler@gmail.com</a>><br>Date:   Tue Jun 1 21:27:19 2010 -0600<br><br>    Merge branch 'master' of git://<a href="http://cmake.org/cmake">cmake.org/cmake</a><br>

<br>commit 0d30e3fe91717f519722a71470a5180c13818a2a<br>Author: James Bigler <<a href="mailto:jamesbigler@gmail.com">jamesbigler@gmail.com</a>><br>Date:   Wed May 12 16:38:51 2010 -0600<br><br>    Fixed: CUDA_VERSION_MAJOR/MINOR now computed after first run.<br>

    <br>    CUDA_VERSION_MAJOR and CUDA_VERSION_MINOR were only computed when CUDA_VERSION was first<br>    computed.  Subsequent runs of FindCUDA would not have CUDA_VERSION_MAJOR/MINOR set.  We<br>    now extract the major and minor versions from the CUDA_VERSION cache variable every run.<br>

<br>===================================<br>Question: How do I make a topic branch out of this change?<br><br>Question: Do I need to push this change to "next"?<br><br>Question: If this is a bug fix, will the release manager push it into 2.8.2 at some point?<br>

<br>Thanks,<br>James<br><br>