Re: needs merge
From: Len Brown <hidden>
Date: 2016-06-15 22:42:16
git-update-index my-file
yes, that allowed the git commit to complete, thanks. however, when i then merged that branch into another there seem to be some phantom conflicts on the very same files. Do I understand all this output to mean that git attempted two different merges, and discarded the 1st attempt in favor of the second? thanks, -Len $ /lab/bin/git.merge acpica test Merging test with ed03f430cdc8c802652467e9097606fedc2c7abc Merging: e3627f3165301a7d946c2dc40be93f744f441c30 Auto-update from upstream ed03f430cdc8c802652467e9097606fedc2c7abc Pull pnpacpi into acpica branch found 2 common ancestor(s): 0aec63e67c69545ca757a73a66f5dcf05fa484bf [PATCH] Fix posix-cpu-timers sched_time accumulation ed349a8a0a780ed27e2a765f16cee54d9b63bfee [ACPI] fix pnpacpi regression resulting from ACPICA 20051117 Merging: 0aec63e67c69545ca757a73a66f5dcf05fa484bf [PATCH] Fix posix-cpu-timers sched_time accumulation ed349a8a0a780ed27e2a765f16cee54d9b63bfee [ACPI] fix pnpacpi regression resulting from ACPICA 20051117 found 1 common ancestor(s): 927fe18397b3b1194a5b26b1d388d97e391e5fd2 Pull 5165 into release branch Auto-merging arch/i386/kernel/mpparse.c Auto-merging include/asm-x86_64/mpspec.h Auto-merging arch/ia64/pci/pci.c Auto-merging drivers/acpi/utilities/utmisc.c CONFLICT (content): Merge conflict in drivers/acpi/utilities/utmisc.c Auto-merging include/acpi/acglobal.h CONFLICT (content): Merge conflict in include/acpi/acglobal.h Auto-merging drivers/acpi/scan.c Auto-merging drivers/acpi/pci_link.c Merge bfaa3a0777f0fc3b82831cb1daf286f8ac3b4c8d, made by recursive. drivers/pnp/pnpacpi/rsparser.c | 48 +++++++++++++++++++++++++++++++++++++--- 1 files changed, 44 insertions(+), 4 deletions(-) $