/* 多提交合并 */
将 flymap4 多个提交合并到 b_flymap4_202508
git checkout b_flymap4_202508
git lg flymap4 // 5178ae4b .. e7980ec5, 共四个
git cherry-pick 5178ae4b^ .. e7980ec5
Performing inexact rename detection: 100% (442092/442092), done.
Auto-merging Hardware/Hi3519Cam/PhotoSnap/PhotoSnap_Impl.cpp
CONFLICT (content): Merge conflict in Hardware/Hi3519Cam/PhotoSnap/PhotoSnap_Impl.cpp
error: could not apply 5178ae4b... [Mod] 抽一帧存JPG照片
hint: after resolving the conflicts, mark the corrected paths
hint: with 'git add <paths>' or 'git rm <paths>'
hint: and commit the result with 'git commit'
git status
On branch b_flymap4_202508
Your branch is up to date with 'origin/b_flymap4_202508'.
Cherry-pick currently in progress.
(fix conflicts and run "git cherry-pick --continue")
(use "git cherry-pick --skip" to skip this patch)
(use "git cherry-pick --abort" to cancel the cherry-pick operation)
Changes to be committed:
modified: Hardware/Hi3519Cam/CMakeLists.txt
new file: Hardware/Hi3519Cam/PhotoSnap/FlymapControl.cpp
modified: Hardware/Hi3519Cam/PhotoSnap/PhotoSnap_Impl.h
new file: Hardware/Hi3519Cam/PhotoSnap/flymap_vsync.h
Unmerged paths:
(use "git add <file>..." to mark resolution)
both modified: Hardware/Hi3519Cam/PhotoSnap/PhotoSnap_Impl.cpp
vi Hardware/Hi3519Cam/PhotoSnap/PhotoSnap_Impl.cpp
git add Hardware/Hi3519Cam/PhotoSnap/PhotoSnap_Impl.cpp
git cherry-pick --continue
[Mod] 抽一帧存JPG照片
Change-Id: Id1369da2b4b044039fb801dd935c26b6a60ce077
/* 解决冲突时删除上面的即可 */
# Conflicts:
# Hardware/Hi3519Cam/PhotoSnap/PhotoSnap_Impl.cpp
#
# It looks like you may be committing a cherry-pick.
# If this is not correct, please remove the file
# .git/CHERRY_PICK_HEAD
# and try again.
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# Date: Mon Aug 12 13:58:40 2024 +0800
#
# On branch b_flymap4_202508
# Your branch is up to date with 'origin/b_flymap4_202508'.
#
# Cherry-pick currently in progress.
#
# Changes to be committed:
# modified: Hardware/Hi3519Cam/CMakeLists.txt
# new file: Hardware/Hi3519Cam/PhotoSnap/FlymapControl.cpp
# modified: Hardware/Hi3519Cam/PhotoSnap/PhotoSnap_Impl.cpp
# modified: Hardware/Hi3519Cam/PhotoSnap/PhotoSnap_Impl.h
# new file: Hardware/Hi3519Cam/PhotoSnap/flymap_vsync.h
git cherry-pick --continue
[b_flymap4_202508 1e50d2bc] [Mod] 增加 MessageBus 头文件与源码路径,以处理合并后编译报找不到头文件的异常
Date: Fri Aug 23 11:41:51 2024 +0800
1 file changed, 4 insertions(+), 3 deletions(-)
git status
On branch b_flymap4_202508
Your branch is ahead of 'origin/b_flymap4_202508' by 4 commits.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
git push origin HEAD:refs/for/b_flymap4_202508