Changes between Version 4 and Version 5 of PostCvtMergePoint
- Timestamp:
- Dec 28, 2013, 4:29:52 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PostCvtMergePoint
v4 v5 16 16 17 17 {{{ 18 cd modular-boost/libs/<my-library. 18 cd modular-boost/libs/<my-library> 19 git checkout develop 19 20 git diff --name-status master..develop 20 21 }}} 21 22 22 gave me an overview on where the two branches differ; the same command without {{{--name-status}}} goes into more detail. 23 gave 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. 23 24 24 25 (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.)