RE: [BUG] All files in folder are moved when cherry-picking commit that moves fewer files

2019-02-28 Thread Linus Nilsson
Thanks for the answers. So it seems it's not a bug, but may lead to new merge options. I worked around it anyway, so it was not a real problem. Med vänlig hälsning Linus Nilsson -Original Message- From: Elijah Newren Sent: Wednesday, 27 February 2019 18:32 To: Jeff King Cc: Ph

[BUG] All files in folder are moved when cherry-picking commit that moves fewer files

2019-02-27 Thread Linus Nilsson
file2' $ git cherry-pick fix [master 5b63afb] Move file1 to b Date: Wed Feb 27 13:27:45 2019 +0100 2 files changed, 0 insertions(+), 0 deletions(-) rename {a => b}/file1 (100%) rename {a => b}/file2 (100%) Regards Linus Nilsson