ホットフィックスブランチをマスターにマージしています。単純なgit merge hotfix-2.09
マージを早送り'merge branch "hotfix-2.09"'
すると、ログにコミットが記録されます。ホットフィックス01-08はこれを行いませんでした。このマージで何か問題が発生したのでしょうか、それともマスターの状態が何らかの形で変化したのでしょうか。
編集これは実際には早送りではありませんが、そのように動作していると思います。
[webapps@Staging www]$ git merge hotfix-2.09
Auto-merging includes/processOrderFunctions.php
Merge made by recursive.
includes/processOrderFunctions.php | 38 +++++++++++++++++++++++++++++++----
processorderPL.php | 29 ++++++++++++++++++---------
2 files changed, 52 insertions(+), 15 deletions(-)