Changes between Version 4 and Version 5 of PostCvtMergePoint


Ignore:
Timestamp:
Dec 28, 2013, 4:29:52 PM (9 years ago)
Author:
Beman Dawes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PostCvtMergePoint

    v4 v5  
    1616
    1717{{{
    18 cd modular-boost/libs/<my-library.
     18cd modular-boost/libs/<my-library>
     19git checkout develop
    1920git diff --name-status master..develop
    2021}}}
    2122
    22 gave me an overview on where the two branches differ; the same command without {{{--name-status}}} goes into more detail.
     23gave me an overview on where the two branches differ; the same command without {{{--name-status}}} goes into more detail. {{{git checkout develop}}} is only needed if {{{develop}}} hasn't already been done.
    2324
    2425(In principle, we all have kept our trunk and release branches in sync, so the above ought to have yielded nothing. In practice, however, all libraries likely had differences because (1) we sometimes forget to merge, (2) sometimes other people changed trunk and didn't merge and we didn't know, and (3) Stephen Kelly's Boost-wide changes were only on trunk.)